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. 9585e40 Try to find the optimum merge base while resolving. by Junio C Hamano · 20 years ago
  2. b4ad66b merge-base.c: pathological case fix. by Junio C Hamano · 20 years ago
  3. 0b9442d [PATCH] Speed up git-merge-base a lot by Linus Torvalds · 20 years ago
  4. 4f7eb2e Fix merge-base from getting confused. by Linus Torvalds · 20 years ago
  5. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  6. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  7. 9b632be merge-base: use the new lookup_commit_reference() helper function by Linus Torvalds · 20 years ago
  8. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  9. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow · 20 years ago
  10. b6b15db3 [PATCH] Replace merge-base implementation by Daniel Barkalow · 20 years ago
  11. b51ad43 Merge the new object model thing from Daniel Barkalow by Linus Torvalds · 20 years ago
  12. b5039db [PATCH] Switch implementations of merge-base, port to parsing by Daniel Barkalow · 20 years ago
  13. 7d60ad7 Make "parse_commit" return the "struct revision" for the commit. by Linus Torvalds · 20 years ago
  14. 6683463 Do a very simple "merge-base" that finds the most recent common by Linus Torvalds · 20 years ago