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. 303958d create_symref: if symlink fails, fall back to writing a "symbolic ref" by Johannes Schindelin · 20 years ago
  2. 03feddd git-check-ref-format: reject funny ref names. by Junio C Hamano · 20 years ago
  3. 4546738 Unlocalized isspace and friends by Linus Torvalds · 20 years ago
  4. 85912b0 [PATCH] Fix symbolic ref validation by Jonas Fonseca · 20 years ago
  5. 8098a17 Add git-symbolic-ref by Junio C Hamano · 20 years ago
  6. a876ed8 Use resolve_ref() to implement read_ref(). by Junio C Hamano · 20 years ago
  7. ca8db14 [PATCH] Allow reading "symbolic refs" that point to other refs by Linus Torvalds · 20 years ago
  8. a7e66ae [PATCH] Make do_each_ref() follow symlinks. by Matt Draisey · 20 years ago
  9. 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
  10. 99a0a6e Make "for_each_ref()" always use the "canonical" refname. by Linus Torvalds · 20 years ago
  11. 2f34ba3 Fix silly thinko in "head_ref()" by Linus Torvalds · 20 years ago
  12. 723c31f Add "git_path()" and "head_ref()" helper functions. by Linus Torvalds · 20 years ago
  13. 6cada6a Clean up output of "for_each_ref()" when GIT_DIR is "." by Linus Torvalds · 20 years ago
  14. 944d858 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache by Linus Torvalds · 20 years ago
  15. 8a65ff7 Generalize the "show each ref" code in receice-pack by Linus Torvalds · 20 years ago
  16. 95fc751 [PATCH] Operations on refs by Daniel Barkalow · 20 years ago