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. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds · 20 years ago
  2. f76412e [PATCH] Add 'git show-branch'. by Junio C Hamano · 20 years ago
  3. d87449c Introduce --pretty=oneline format. by Junio C Hamano · 20 years ago
  4. ab580ac [PATCH] Add a topological sort procedure to commit.c by Jon Seymour · 20 years ago
  5. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds · 20 years ago
  6. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  7. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  8. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org · 20 years ago
  9. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  10. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
  11. ac5155e commit_list_insert: return the new commit list entry by Linus Torvalds · 20 years ago
  12. bd1e17e Make "parse_object()" also fill in commit message buffer data. by Linus Torvalds · 20 years ago
  13. 3ff1fbb commit: save the commit buffer off when parsing a commit object. by Linus Torvalds · 20 years ago
  14. 961784e commit: add "lookup_commit_reference()" helper function by Linus Torvalds · 20 years ago
  15. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  16. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow · 20 years ago
  17. dd97f85 [PATCH] Add some functions for commit lists by Daniel Barkalow · 20 years ago
  18. 6eb8ae0 [PATCH] Header files for object parsing by Daniel Barkalow · 20 years ago