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. 77675e2 [PATCH] Add a function for getting a struct tree for an ent. by Daniel Barkalow · 20 years ago
  2. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  3. 3e58763 Fix up read_tree() pathspec matching to use "const char **" by Linus Torvalds · 20 years ago
  4. 0ca14a5 Start adding interfaces to read in partial trees by Linus Torvalds · 20 years ago
  5. b155725 [PATCH] Fix oversimplified optimization for add_cache_entry(). by Junio C Hamano · 20 years ago
  6. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  7. 6af1f01 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" by Junio C Hamano · 20 years ago
  8. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  9. 1c9da46 [PATCH] read_tree_recursive(): Fix leaks by Jonas Fonseca · 20 years ago
  10. 192268c Add git-update-cache --replace option. by Junio C Hamano · 20 years ago
  11. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  12. 42ea9cb Be more careful about tree entry modes. by Linus Torvalds · 20 years ago
  13. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  14. 8500349 Make fsck-cache do better tree checking. by Linus Torvalds · 20 years ago
  15. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  16. 235ac40 Don't add references to objects we couldn't find. by Linus Torvalds · 20 years ago
  17. c35dfe8 Verify that the object type matches for tree/commit objects even before parsing. by Linus Torvalds · 20 years ago
  18. d32987b Set object type at object creation time, not object parse time. by Linus Torvalds · 20 years ago
  19. 0869216 [PATCH] Parse tree objects completely by Daniel Barkalow · 20 years ago
  20. 94537c7 Move "read_tree()" to "tree.c" to be used as a generic helper function. by Linus Torvalds · 20 years ago
  21. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow · 20 years ago