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. 38ec15a Honor extractor's umask in git-tar-tree. by Junio C Hamano · 20 years ago
  2. 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
  3. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  4. d565b34 [PATCH] Fix several gcc4 signedness warnings by Mika Kukkonen · 20 years ago
  5. a325a11 [PATCH] git-tar-tree: fix write_trailer by Rene Scharfe · 20 years ago
  6. 9b5b9f3 [PATCH] git-tar-tree: cleanup write_trailer() by Rene Scharfe · 20 years ago
  7. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  8. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  9. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  10. 92747a9 Add copyright notice of Rene Scharfe to tar-tree.c by Petr Baudis · 20 years ago
  11. e7d3dd2 [PATCH] Lift path length limits from git-tar-tree. by Rene Scharfe · 20 years ago
  12. 3d0291c [PATCH] Do not initialize sha1_file_directory by hand. by Junio C Hamano · 20 years ago
  13. d5776d5 [PATCH] git-tar-tree: add symlink support by Rene Scharfe · 20 years ago
  14. 08f09da [PATCH] git-tar-tree: make file contents accessible to write_header() by Rene Scharfe · 20 years ago
  15. 71058b1 [PATCH] git-tar-tree: add extended header helpers by Rene Scharfe · 20 years ago
  16. 03d791f [PATCH] git-tar-tree: add TYPEFLAG_ constants by Rene Scharfe · 20 years ago
  17. a90a6e6 [PATCH] git-tar-tree: add get_record() by Rene Scharfe · 20 years ago
  18. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  19. 87fec8f [PATCH] GIT: Create tar archives of tree on the fly by Rene Scharfe · 20 years ago
  20. db41347 [PATCH] Use read_object_with_reference() in tar-tree by Rene Scharfe · 20 years ago
  21. 731ab9c [PATCH] create tar archives of tree on the fly by Rene Scharfe · 20 years ago