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. e521580 Do not put automatic merge message after signed-off-by line. by Junio C Hamano · 20 years ago
  2. 0363ecf update usage string for git-commit.sh by c.shoemaker@cox.net · 20 years ago
  3. 4bfe119 Teach git-add and git-commit to handle filenames starting with '-'. by Junio C Hamano · 20 years ago
  4. f8e2c54 Write .editmsg in GIT_DIR to avoid being in git-status. by Santi_Béjar · 20 years ago
  5. df34297 [PATCH] Quote the missing GIT_DIR. by Santi_Béjar · 20 years ago
  6. f641339 Leave an empty line between log and sign-off. by Junio C Hamano · 20 years ago
  7. 8098a17 Add git-symbolic-ref by Junio C Hamano · 20 years ago
  8. bf7960e Use git-update-ref in scripts. by Junio C Hamano · 20 years ago
  9. 148ccbb git-commit: use update-index --stdin, instead of xargs. by Junio C Hamano · 20 years ago
  10. deca7e8 Give default merge message after failed automerge. by Junio C Hamano · 20 years ago
  11. 91063bb Multi-backend merge driver. by Junio C Hamano · 20 years ago
  12. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (95%) from git-commit-script]
  13. 2d56993 Use 'git status' now it can handle initial commit. by Junio C Hamano · 20 years ago
  14. bc4af68 git commit: Allow editing on all occasions. by Junio C Hamano · 20 years ago
  15. 9804b7d Show the branch name more prominently in "git status". by Junio C Hamano · 20 years ago
  16. aba2da1 Accept -m and friends for initial commits and merge commits. by Junio C Hamano · 20 years ago
  17. 89e2c5f Add commit hook and make the verification customizable. by Junio C Hamano · 20 years ago
  18. e20ce6a [PATCH] Allow file removal when "git commit --all" is used. by Junio C Hamano · 20 years ago
  19. 6a0049c Fix git-commit without paths. by Junio C Hamano · 20 years ago
  20. 22cff6a git-commit: pass explicit path to git-diff-files. by Junio C Hamano · 20 years ago
  21. 2150cc9 Tentative fix to git-commit-script by Junio C Hamano · 20 years ago
  22. 0cfe1d3 Add --signoff and --verify option to git commit. by Junio C Hamano · 20 years ago
  23. 0c09129 git-commit: log parameter updates. by Junio C Hamano · 20 years ago
  24. eca35ec [PATCH] git-commit-script fix for degenerated merge by Johannes Schindelin · 20 years ago
  25. f6e1a4d [PATCH] Audit rev-parse users. by Junio C Hamano · 20 years ago
  26. f0b3273 Add "git commit --all" since everybody seems to want it. by Linus Torvalds · 20 years ago
  27. b33e966 Add "git-sh-setup-script" for common git shell script setup by Linus Torvalds · 20 years ago
  28. 5fec3ef [PATCH] git-commit-script: get commit message from an existing one. by Junio C Hamano · 20 years ago
  29. 0795495 Let "git commit" take arguments for files to commit. by Linus Torvalds · 20 years ago
  30. 170241b Make "git commit" clean up after itself by Linus Torvalds · 20 years ago
  31. 96069cf Make "git commit" handle initial commits too by Linus Torvalds · 20 years ago
  32. 7f1d112 Remove MERGE_HEAD after committing merge by Linus Torvalds · 20 years ago
  33. 9c06531 Make "git commit" work correctly in the presense of a manual merge by Linus Torvalds · 20 years ago
  34. ef6a46e [PATCH] git: git-commit-script ignores $GIT_DIR by Alexey Guzeev · 20 years ago
  35. 2036d84 [PATCH] Buglets fix in the new two scripts by Junio C Hamano · 20 years ago
  36. a3e870f Add "commit" helper script by Linus Torvalds · 20 years ago