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. 1f5881b fix multi_ack. by Johannes Schindelin · 20 years ago
  3. 1bd8c8f git-upload-pack: Support the multi_ack protocol by Johannes Schindelin · 20 years ago
  4. f0243f2 git-upload-pack: More efficient usage of the has_sha1 array by Johannes Schindelin · 20 years ago
  5. b5c367f Fix cloning (memory corruption) by Johannes Schindelin · 20 years ago
  6. 565ebbf upload-pack: tighten request validation. by Junio C Hamano · 20 years ago
  7. af2d3aa Revert recent fetch-pack/upload-pack updates. by Junio C Hamano · 20 years ago
  8. 7efc8e4 upload-pack: fix thinko in common-commit finder code. by Junio C Hamano · 20 years ago
  9. 0f8fdc3 git-upload-pack: Support sending multiple ACK messages by Johannes Schindelin · 20 years ago
  10. 794f9fe git-upload-pack: More efficient usage of the has_sha1 array by Johannes Schindelin · 20 years ago
  11. 6b32884 upload-pack: Increase MAX_HAS. by Junio C Hamano · 20 years ago
  12. 960decc git-daemon: timeout, eliminate double DWIM by H. Peter Anvin · 20 years ago
  13. f6b42a8 Show peeled onion from upload-pack and server-info. by Junio C Hamano · 20 years ago
  14. e091eb9 upload-pack: Do not choke on too many heads request. by Junio C Hamano · 20 years ago
  15. e72a7d4 Replace unsetenv() and setenv() with older putenv(). by Jason Riedy · 20 years ago
  16. 113b947 Make "upload-pack" match git-fetch-pack usage by Linus Torvalds · 20 years ago
  17. 319aae2 Increase the number of possible heads requested from git-upload-pack by Linus Torvalds · 20 years ago
  18. 723c31f Add "git_path()" and "head_ref()" helper functions. by Linus Torvalds · 20 years ago
  19. 75bfc6c Make git-fetch-pack actually do all the unpacking etc. by Linus Torvalds · 20 years ago
  20. fb9040c Make git-fetch-pack and git-upload-pack negotiate needs/haves fully by Linus Torvalds · 20 years ago
  21. def88e9 Commit first cut at "git-fetch-pack" by Linus Torvalds · 20 years ago