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. 5a83f3b Update git-rev-list options list in rev-parse. by Junio C Hamano · 20 years ago
  2. af13cdf Be more careful about reference parsing by Linus Torvalds · 20 years ago
  3. 7b34c2f git-rev-list: make --dense the default (and introduce "--sparse") by Linus Torvalds · 20 years ago
  4. a08b650 git-rev-parse: pass on "--" flag when required by Linus Torvalds · 20 years ago
  5. 7a3dd47 Avoid ambiguity between refname and filename in rev-parse by Linus Torvalds · 20 years ago
  6. e091eb9 upload-pack: Do not choke on too many heads request. by Junio C Hamano · 20 years ago
  7. c1babb1 [PATCH] Teach "git-rev-parse" about date-based cut-offs by Linus Torvalds · 20 years ago
  8. a8783ee [PATCH] Add "--git-dir" flag to git-rev-parse by Linus Torvalds · 20 years ago
  9. 4866ccf Rationalize output selection in rev-parse. by Junio C Hamano · 20 years ago
  10. 0360e99 [PATCH] Fix git-rev-parse --default and --flags handling by Linus Torvalds · 20 years ago
  11. 30b96fc Add --symbolic flag to git-rev-parse. by Junio C Hamano · 20 years ago
  12. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
  13. 5ccfb75 Update rev-parse flags list. by Junio C Hamano · 20 years ago
  14. 9938af6 Update get_sha1() to grok extended format. by Junio C Hamano · 20 years ago
  15. 5bb2c65 [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LF by Junio C Hamano · 20 years ago
  16. 79162bb git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself. by Linus Torvalds · 20 years ago
  17. f79b65a Add "--flags" and "--no-flags" arguments to git-rev-parse by Linus Torvalds · 20 years ago
  18. 671fe4b git-rev-parse: support show sha1 names for pack entries by Linus Torvalds · 20 years ago
  19. 5736bef Make git-rev-parse support cogito-style "short hex names" by Linus Torvalds · 20 years ago
  20. 960bba0 Add "--all" flag to rev-parse that shows all refs by Linus Torvalds · 20 years ago
  21. 042a4ed git-rev-parse: add "--not" flag to mark subsequent heads negative by Linus Torvalds · 20 years ago
  22. 023d66e git-rev-parse: re-organize and be more careful by Linus Torvalds · 20 years ago
  23. 218e441 Change parent syntax to "xyz^" instead of "xyz.p" by Linus Torvalds · 20 years ago
  24. a8be83f Make rev-parse understand "extended sha1" syntax by Linus Torvalds · 20 years ago
  25. 9d73fad git-rev-parse: flush "default" head when encountering something unexpected by Linus Torvalds · 20 years ago
  26. 800644c git-rev-parse: parse ".." before simple SHA1's by Linus Torvalds · 20 years ago
  27. 921d865 Teach git-rev-parse about revision-specifying arguments by Linus Torvalds · 20 years ago
  28. 8ebb018 git-rev-parse: split "revs" and "non-revs" by Linus Torvalds · 20 years ago
  29. 178cb24 Add 'git-rev-parse' helper script by Linus Torvalds · 20 years ago