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. f71a69a Be more backward compatible with git-ssh-{push,pull}. by Junio C Hamano · 20 years ago
  2. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago
  3. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  4. 635d37a [PATCH] Fix sparse warnings by Alecs King · 20 years ago
  5. 70b9829 [PATCH] Parallelize pulling by ssh by barkalow@iabervon.org · 20 years ago
  6. 1e8be59 [PATCH] Parallelize the pull algorithm by barkalow@iabervon.org · 20 years ago
  7. 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
  8. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano · 20 years ago
  9. 001d4a2 git-ssh-push/pull: usability improvements by Linus Torvalds · 20 years ago
  10. c7c4bbe [PATCH] -w support for git-ssh-pull/push by Daniel Barkalow · 20 years ago
  11. cd541a6 [PATCH] Generic support for pulling refs by Daniel Barkalow · 20 years ago
  12. 418aaf8 [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull by Junio C Hamano · 20 years ago[Renamed (90%) from rpull.c]
  13. a48e1d6 [PATCH] pull: gracefully recover from delta retrieval failure. by Junio C Hamano · 20 years ago
  14. dba385b [PATCH] ssh-protocol version, command types, response code by Daniel Barkalow · 20 years ago
  15. 4a62b61 [PATCH] Handle deltified object correctly in git-*-pull family. by Junio C Hamano · 20 years ago
  16. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  17. e78d977 Implement -v (verbose) option for pull methods other than local transport. by Junio C Hamano · 20 years ago
  18. 2af87aa [PATCH] Fix git rpull. by Anton Altaparmakov · 20 years ago
  19. ee4f439 [PATCH] Do not call fetch() when we have it. by Junio C Hamano · 20 years ago
  20. 4250a5e [PATCH] Split out "pull" from particular methods by Daniel Barkalow · 20 years ago
  21. 6eb7ed5 [PATCH] Various transport programs by Daniel Barkalow · 20 years ago