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. c4c86f0 git-fetch-pack: Support multi_ack extension by Johannes Schindelin · 20 years ago
  3. 1baaae5 Make maximal use of the remote refs by Johannes Schindelin · 20 years ago
  4. 23d61f8 Subject: [PATCH] git-fetch-pack: Do not use git-rev-list by Johannes Schindelin · 20 years ago
  5. af2d3aa Revert recent fetch-pack/upload-pack updates. by Junio C Hamano · 20 years ago
  6. 40a1046 git-fetch-pack: Implement client part of the multi_ack extension by Johannes Schindelin · 20 years ago
  7. 69779a5 git-fetch-pack: Do not use git-rev-list by Johannes Schindelin · 20 years ago
  8. f1f0a2b Be more careful tangling object chains while marking commits. by Junio C Hamano · 20 years ago
  9. 4dab94d Do not feed rev-list an invalid SHA1 expression. by Junio C Hamano · 20 years ago
  10. 0a8944d [PATCH] Do not send "want" lines for complete objects by Johannes Schindelin · 20 years ago
  11. 49bb805 Do not ask for objects known to be complete. by Junio C Hamano · 20 years ago
  12. 2759cbc git-fetch-pack: avoid unnecessary zero packing by Linus Torvalds · 20 years ago
  13. 1a7141f Ignore funny refname sent from remote by Junio C Hamano · 20 years ago
  14. 33b8303 fetch-pack: start multi-head pulling. by Junio C Hamano · 20 years ago
  15. d1c133f Merge three separate "fetch refs" functions by Linus Torvalds · 20 years ago
  16. 8b3d9dc [PATCH] Documentation: clone/fetch/upload. by Junio C Hamano · 20 years ago
  17. 516236c Get rid of nasty utf-8 characters in printout by Linus Torvalds · 20 years ago
  18. 85c414b git-fetch-pack: close output fd after dup'ing the input by Linus Torvalds · 20 years ago
  19. 41cb748 Move "get_ack()" to common git_connect functions by Linus Torvalds · 20 years ago
  20. 4f7770c Remove multi-head support from fetch-pack by Linus Torvalds · 20 years ago
  21. 723c31f Add "git_path()" and "head_ref()" helper functions. by Linus Torvalds · 20 years ago
  22. 75bfc6c Make git-fetch-pack actually do all the unpacking etc. by Linus Torvalds · 20 years ago
  23. fb9040c Make git-fetch-pack and git-upload-pack negotiate needs/haves fully by Linus Torvalds · 20 years ago
  24. def88e9 Commit first cut at "git-fetch-pack" by Linus Torvalds · 20 years ago