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. 1f5881b fix multi_ack. by Johannes Schindelin · 20 years ago
  2. c4c86f0 git-fetch-pack: Support multi_ack extension by Johannes Schindelin · 20 years ago
  3. 211b5f9 Support receiving server capabilities by Johannes Schindelin · 20 years ago
  4. af2d3aa Revert recent fetch-pack/upload-pack updates. by Junio C Hamano · 20 years ago
  5. 40a1046 git-fetch-pack: Implement client part of the multi_ack extension by Johannes Schindelin · 20 years ago
  6. 6abf5c0 Squelch compiler warnings from connect.c by Junio C Hamano · 20 years ago
  7. 1a7141f Ignore funny refname sent from remote by Junio C Hamano · 20 years ago
  8. c05186c Support git+ssh:// and ssh+git:// URL by Linus Torvalds · 20 years ago
  9. 6573faf NO_IPV6 support for git daemon by Peter Anvin · 20 years ago
  10. 49744d6 Call it NO_IPV6 rather than hard-coding __CYGWIN__ by hpa · 20 years ago
  11. 4c505f7 Cygwin doesn't support IPv6 or getaddrinfo() by hpa · 20 years ago
  12. 10d781b Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git by Junio C Hamano · 20 years ago
  13. ff27adf Support +<src>:<dst> format in push as well. by Junio C Hamano · 20 years ago
  14. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  15. 4852f72 Use GIT_SSH environment to specify alternate ssh binary. by Martin Sivak · 20 years ago
  16. 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
  17. 15e02b3 send-pack: allow generic sha1 expression on the source side. by Junio C Hamano · 20 years ago
  18. db27ee6 send-pack: allow the same source to be pushed more than once. by Junio C Hamano · 20 years ago
  19. 4fa1604 Fix refname termination. by Junio C Hamano · 20 years ago
  20. 635d37a [PATCH] Fix sparse warnings by Alecs King · 20 years ago
  21. f88395a Renaming push. by Junio C Hamano · 20 years ago
  22. ce6f8e7 Fix git protocol connection 'port' override by Linus Torvalds · 20 years ago
  23. 5ba8844 [PATCH] GIT: Try all addresses for given remote name by YOSHIFUJI Hideaki · 20 years ago
  24. d1c133f Merge three separate "fetch refs" functions by Linus Torvalds · 20 years ago
  25. 2386d65 Add first cut at "git protocol" connect logic. by Linus Torvalds · 20 years ago
  26. b10d0ec [PATCH] Use sq_quote() to properly quote the parameter to call shell. by Junio C Hamano · 20 years ago
  27. 924e121 Mark more characters shell-safe. by Linus Torvalds · 20 years ago
  28. 41cb748 Move "get_ack()" to common git_connect functions by Linus Torvalds · 20 years ago
  29. 013e7c7 Move ref path matching to connect.c library by Linus Torvalds · 20 years ago
  30. f719259 Factor out the ssh connection stuff from send-pack.c by Linus Torvalds · 20 years ago