๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT 0.99.9c

Contains the following changes since GIT 0.99.9b:

	Alex Riesen:
	      remove CR/LF from .gitignore

	Junio C Hamano:
	      Do not put automatic merge message after signed-off-by line.
	      git-clone: do not forget to create origin branch.
	      Make test-date buildable again.
	      Do not fail on hierarchical branch names.
	      Ignore '\r' at the end of line in $GIT_DIR/config
	      Be careful when dereferencing tags (credits Pasky).
	      Document --since and --until options to rev-parse.
	      Add --no-commit to git-merge/git-pull.
	      Add 'ours' merge strategy.
	      git-merge-ours: make sure our index matches HEAD
	      Illustration: "Fundamental Git Index Operations"
	      Illustration: "Git Diff Types"
	      Illustration: "Commit DAG Revision Naming"
	      GIT 0.99.9c

	Peter Eriksen:
	      Clean up the SunOS Makefile rule
  1. 9534f40 Be careful when dereferencing tags. by Junio C Hamano ยท 20 years ago
  2. 4546738 Unlocalized isspace and friends by Linus Torvalds ยท 20 years ago
  3. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds ยท 20 years ago
  4. 5de36bf Fix compilation warnings. by Junio C Hamano ยท 20 years ago
  5. 2c04662 Revert "Replace zero-length array decls with []." by Junio C Hamano ยท 20 years ago
  6. 6c5f9ba Replace zero-length array decls with []. by Jason Riedy ยท 20 years ago
  7. f76412e [PATCH] Add 'git show-branch'. by Junio C Hamano ยท 20 years ago
  8. d87449c Introduce --pretty=oneline format. by Junio C Hamano ยท 20 years ago
  9. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano ยท 20 years ago
  10. 5da5c8f Teach parse_commit_buffer about grafting. by Junio C Hamano ยท 20 years ago
  11. f7cc77d Make "parse_commit()" be a lot more careful by Linus Torvalds ยท 20 years ago
  12. 013aab8 [PATCH] Dereference tag repeatedly until we get a non-tag. by Junio C Hamano ยท 20 years ago
  13. ab580ac [PATCH] Add a topological sort procedure to commit.c by Jon Seymour ยท 20 years ago
  14. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds ยท 20 years ago
  15. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds ยท 20 years ago
  16. 6c88be1 Keep the parents in order when parsing commits by Linus Torvalds ยท 20 years ago
  17. 28342a5 Make "pretty" commit logs always show merge information by Linus Torvalds ยท 21 years ago
  18. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan ยท 21 years ago
  19. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org ยท 21 years ago
  20. 000182e pretty_print_commit: add different formats by Linus Torvalds ยท 21 years ago
  21. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds ยท 21 years ago
  22. ac5155e commit_list_insert: return the new commit list entry by Linus Torvalds ยท 21 years ago
  23. 3ff1fbb commit: save the commit buffer off when parsing a commit object. by Linus Torvalds ยท 21 years ago
  24. 6b0c312 Include file cleanups.. by Linus Torvalds ยท 21 years ago
  25. d1af002 [PATCH] delta check by Nicolas Pitre ยท 21 years ago
  26. 961784e commit: add "lookup_commit_reference()" helper function by Linus Torvalds ยท 21 years ago
  27. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre ยท 21 years ago
  28. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov ยท 21 years ago
  29. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  30. 235ac40 Don't add references to objects we couldn't find. by Linus Torvalds ยท 21 years ago
  31. c35dfe8 Verify that the object type matches for tree/commit objects even before parsing. by Linus Torvalds ยท 21 years ago
  32. d32987b Set object type at object creation time, not object parse time. by Linus Torvalds ยท 21 years ago
  33. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow ยท 21 years ago
  34. 4056c09 Don't add parents to the commit list if we have already seen them. by Linus Torvalds ยท 21 years ago
  35. dd97f85 [PATCH] Add some functions for commit lists by Daniel Barkalow ยท 21 years ago
  36. b2c0071 Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". by Linus Torvalds ยท 21 years ago
  37. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow ยท 21 years ago