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. ea51d41 Teach "git diff" to handle filenames starting with '-' by Linus Torvalds · 20 years ago
  2. 3e09cdf Use core.filemode. by Junio C Hamano · 20 years ago
  3. 1771299 Add ".git/config" file parser by Linus Torvalds · 20 years ago
  4. 88cd621 Consolidate null_sha1[]. by Junio C Hamano · 20 years ago
  5. 6b5ee13 Diff clean-up. by Junio C Hamano · 20 years ago
  6. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
  7. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  8. e68b6f1 Split up "diff_format" into "format" and "line_termination". by Linus Torvalds · 20 years ago
  9. c0fd1f5 Make "ce_match_path()" a generic helper function by Linus Torvalds · 20 years ago
  10. dda2d79 [PATCH] Clean up diff option descriptions. by Junio C Hamano · 20 years ago
  11. 52f2852 [PATCH] git-diff-*: --name-only and --name-only-z. by Junio C Hamano · 20 years ago
  12. acb46f8 git-diff-*: support "-u" as a synonym for "-p" by Linus Torvalds · 20 years ago
  13. 4727f64 [PATCH] Make -C less eager. by Junio C Hamano · 20 years ago
  14. f2ce9fd [PATCH] Add --diff-filter= output restriction to diff-* family. by Junio C Hamano · 20 years ago
  15. 0e3994f [PATCH] diff: Clean up diff_scoreopt_parse(). by Junio C Hamano · 20 years ago
  16. ce24067 [PATCH] diff: Fix docs and add -O to diff-helper. by Junio C Hamano · 20 years ago
  17. 67574c4 [PATCH] diff: mode bits fixes by Junio C Hamano · 20 years ago
  18. af5323e [PATCH] Add -O<orderfile> option to diff-* brothers. by Junio C Hamano · 20 years ago
  19. f345b0a [PATCH] Add -B flag to diff-* brothers. by Junio C Hamano · 20 years ago
  20. befe863 [PATCH] diff: consolidate various calls into diffcore. by Junio C Hamano · 20 years ago
  21. e25de75 [PATCH] Pickaxe fixes. by Junio C Hamano · 20 years ago
  22. 6145ee8 [PATCH] Move pathspec to the beginning of the diffcore chain. by Junio C Hamano · 20 years ago
  23. 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano · 20 years ago
  24. 19feebc [PATCH] Clean up diff_setup() to make it more extensible. by Junio C Hamano · 20 years ago
  25. bceafe7 [PATCH] Fix diff-pruning logic which was running prune too early. by Junio C Hamano · 20 years ago
  26. b6d8f30 [PATCH] diff-raw format update take #2. by Junio C Hamano · 20 years ago
  27. 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano · 20 years ago
  28. 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano · 20 years ago
  29. 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano · 20 years ago
  30. 057c7d3 [PATCH] Constness fix for pickaxe option. by Junio C Hamano · 20 years ago
  31. c3e7fbc [PATCH] Diff overhaul, adding the other half of copy detection. by Junio C Hamano · 20 years ago
  32. 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano · 20 years ago
  33. 427dcb4 [PATCH] Diff overhaul, adding half of copy detection. by Junio C Hamano · 20 years ago
  34. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  35. 4117469 [PATCH] Diff-files fix with more tests. by Junio C Hamano · 20 years ago
  36. 57fe64a [PATCH] diff overhaul by Junio C Hamano · 20 years ago
  37. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  38. 5c97558 [PATCH] Detect renames in diff family. by Junio C Hamano · 20 years ago
  39. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  40. 5d728c8 Rename cache_match_stat() to ce_match_stat() by Brad Roberts · 20 years ago
  41. 95649d6 [PATCH] Fix git-diff-files for symlinks. by Junio C Hamano · 20 years ago
  42. ffbe1ad [PATCH] fix compare symlink against readlink not data by Kay Sievers · 20 years ago
  43. 1771039 [PATCH] fix usage string for renamed git commands by Nicolas Pitre · 20 years ago
  44. a3df180 Rename git core commands to be "git-xxxx" to avoid name clashes. by Linus Torvalds · 20 years ago[Renamed from show-diff.c]
  45. d15aa43 [PATCH] Make -s flag to show-diff a no-op. by Junio C Hamano · 20 years ago
  46. 4a6bf9e [PATCH] Reactivate show-diff patch generation by Junio C Hamano · 20 years ago
  47. b8a55ce show-diff: don't print out the full "ce" format for unmerged files by Linus Torvalds · 20 years ago
  48. 0a7668e show-diff: match diff-tree and diff-cache output by Linus Torvalds · 20 years ago
  49. be3cfa8 [PATCH] Diff-tree-helper take two. by Junio C Hamano · 20 years ago
  50. 86436c2 [PATCH] Split external diff command interface to a separate file. by Junio C Hamano · 20 years ago
  51. 8c1becf [PATCH] show-diff: Remove stale comments by Junio C Hamano · 20 years ago
  52. 4789576 [PATCH] show-diff.c: -R option for reverse diff. by Junio C Hamano · 20 years ago
  53. ff69ab9 [PATCH] show-diff.c: make diff options customizable. by Junio C Hamano · 20 years ago
  54. 5a6ad74 [PATCH] show-diff.c: adjust default format for the Linux kernel. by Junio C Hamano · 20 years ago
  55. 8f3671d [PATCH] show-diff.c: simplify show_diff_empty. by Junio C Hamano · 20 years ago
  56. d0db466 [PATCH] show-diff.c: check unreadbale blob. by Junio C Hamano · 20 years ago
  57. c157d37 [PATCH] show-diff.c: clean up private buffer use. by Junio C Hamano · 20 years ago
  58. 64982f7 [PATCH] (resend) show-diff.c off-by-one fix by Junio C Hamano · 20 years ago
  59. 8f41523 [PATCH] show-diff.c: do not include unused header file by Junio C Hamano · 20 years ago
  60. 9fec8b2 [PATCH] Do not run useless show-diff on unmerged paths repeatedly. by Junio C Hamano · 20 years ago
  61. d2522a6 [PATCH] show-diff style fix. by Junio C Hamano · 20 years ago
  62. b70c894 [PATCH] Rename confusing variable in show-diff by Junio C Hamano · 20 years ago
  63. 9bd94ca [PATCH] show-diff shell safety by Junio C Hamano · 20 years ago
  64. d94c612 [PATCH] show-diff -z option for machine readable output. by Junio C Hamano · 20 years ago
  65. b8f8092 [PATCH] Optionally tell show-diff to show only named files by Junio C Hamano · 20 years ago
  66. 13e897e Simplify show-diff cache entry name handling. by Linus Torvalds · 20 years ago
  67. ca2a079 [PATCH] Add "-q" option to show-diff.c by Junio C Hamano · 20 years ago
  68. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds · 20 years ago
  69. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  70. c57a3a9 [PATCH] Correct show-diff output for deleted files by Petr Baudis · 20 years ago
  71. e2e5e98 [PATCH] Silent flag for show-diff by Petr Baudis · 20 years ago
  72. c0fb976 [PATCH] show-diff show deleted files as diff as well. by Christopher Li · 20 years ago
  73. 5e76011 Remove the annoying "ok" printout from show-diff. by Linus Torvalds · 20 years ago
  74. 734aab7 Make the cache stat information comparator public. by Linus Torvalds · 20 years ago
  75. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds · 20 years ago
  76. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  77. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago