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. 50b8e35 Documentation changes to recursive option for git-diff-tree by Chris Shoemaker · 20 years ago
  2. ac1b3d1 Split up tree diff functions into tree-diff.c library by Linus Torvalds · 20 years ago
  3. 4546738 Unlocalized isspace and friends by Linus Torvalds · 20 years ago
  4. 1771299 Add ".git/config" file parser by Linus Torvalds · 20 years ago
  5. 6b5ee13 Diff clean-up. by Junio C Hamano · 20 years ago
  6. 5098baf Plug diff leaks. by Junio C Hamano · 20 years ago
  7. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
  8. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  9. e68b6f1 Split up "diff_format" into "format" and "line_termination". 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. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  14. 1809266 Clean up git-diff-tree 'header' generation by Linus Torvalds · 20 years ago
  15. 4727f64 [PATCH] Make -C less eager. by Junio C Hamano · 20 years ago
  16. f2ce9fd [PATCH] Add --diff-filter= output restriction to diff-* family. by Junio C Hamano · 20 years ago
  17. a7ca654 [PATCH] diff-tree: --find-copies-harder by Junio C Hamano · 20 years ago
  18. ba88e54 git-diff-tree: fix output with just "--pretty". by Linus Torvalds · 20 years ago
  19. a8db165 [PATCH] Support commit_format in diff-tree by Junio C Hamano · 20 years ago
  20. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  21. 0e3994f [PATCH] diff: Clean up diff_scoreopt_parse(). by Junio C Hamano · 20 years ago
  22. ce24067 [PATCH] diff: Fix docs and add -O to diff-helper. by Junio C Hamano · 20 years ago
  23. 67574c4 [PATCH] diff: mode bits fixes by Junio C Hamano · 20 years ago
  24. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
  25. af5323e [PATCH] Add -O<orderfile> option to diff-* brothers. by Junio C Hamano · 20 years ago
  26. f345b0a [PATCH] Add -B flag to diff-* brothers. by Junio C Hamano · 20 years ago
  27. befe863 [PATCH] diff: consolidate various calls into diffcore. by Junio C Hamano · 20 years ago
  28. f0c6b2a [PATCH] Optimize diff-tree -[CM] --stdin by Junio C Hamano · 20 years ago
  29. 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano · 20 years ago
  30. 19feebc [PATCH] Clean up diff_setup() to make it more extensible. by Junio C Hamano · 20 years ago
  31. 84c1afd git-diff-tree: simplify header output with '-z' by Linus Torvalds · 20 years ago
  32. fbe082a git-diff-tree: don't use diffcore_pathspec() by Linus Torvalds · 20 years ago
  33. 4cae1a9 [PATCH] show changed tree objects with recursive git-diff-tree by Junio C Hamano · 20 years ago
  34. d030935 [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option. by Junio C Hamano · 20 years ago
  35. bceafe7 [PATCH] Fix diff-pruning logic which was running prune too early. by Junio C Hamano · 20 years ago
  36. 9ab55bd diff-tree: don't write headers if the diff queue is empty by Linus Torvalds · 20 years ago
  37. b6d8f30 [PATCH] diff-raw format update take #2. by Junio C Hamano · 20 years ago
  38. 5831b56 [PATCH] NUL terminate diff-tree header lines under -z. by Junio C Hamano · 20 years ago
  39. 09d74b3 Some more sparse warning fixes by Linus Torvalds · 20 years ago
  40. 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano · 20 years ago
  41. 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano · 20 years ago
  42. 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano · 20 years ago
  43. d6db010 diff-tree: don't print multiple headers for merges when silent. by Linus Torvalds · 20 years ago
  44. 057c7d3 [PATCH] Constness fix for pickaxe option. by Junio C Hamano · 20 years ago
  45. 3258c90 diff-tree: prettify output slightly by Linus Torvalds · 20 years ago
  46. 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano · 20 years ago
  47. 427dcb4 [PATCH] Diff overhaul, adding half of copy detection. by Junio C Hamano · 20 years ago
  48. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  49. e46091d diff-tree: use new base_name_compare() helper function by Linus Torvalds · 20 years ago
  50. de809db Fix up previous commit by Linus Torvalds · 20 years ago
  51. 57fe64a [PATCH] diff overhaul by Junio C Hamano · 20 years ago
  52. dc26bd8 diff-tree: add "--root" flag to show a root commit as a big creation event. by Linus Torvalds · 20 years ago
  53. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  54. 5c97558 [PATCH] Detect renames in diff family. by Junio C Hamano · 20 years ago
  55. 850e82d diff-tree: don't match non-directories as partial pathnames by Linus Torvalds · 20 years ago
  56. ed1a368 diff-tree: fix "whole sub-tree disappeared or appeared" case by Linus Torvalds · 20 years ago
  57. cb6c8ed diff-tree: fix up comparison of "interesting" sub-trees by Linus Torvalds · 20 years ago
  58. 7384889 diff-tree: show hex sha1 of the single-commit argument case correctly. by Linus Torvalds · 20 years ago
  59. 0a8365a diff-tree: fix and extend argument parsing by Linus Torvalds · 20 years ago
  60. b11645b diff-tree: clean up diff_tree_stdin() function by Linus Torvalds · 20 years ago
  61. a02ebff diff-tree: add author/date information to the verbose output by Linus Torvalds · 20 years ago
  62. 5aad72f [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree by Junio C Hamano · 20 years ago
  63. cee99d2 diff-tree: add "verbose header" mode by Linus Torvalds · 20 years ago
  64. f4f21ce git-diff-tree: clean up output by Linus Torvalds · 20 years ago
  65. e0965d8 diff-tree: support list if input trees on stdin by Linus Torvalds · 20 years ago
  66. ed4eeaf [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree. by Thomas Glanzmann · 20 years ago
  67. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  68. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano · 20 years ago
  69. 3a663fd [PATCH] diff-tree -p implies diff-tree -p -r by Junio C Hamano · 20 years ago
  70. 3ebfd4a [PATCH] Add -p (patch) to diff-tree. by Junio C Hamano · 20 years ago
  71. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  72. c5b4238 Support a fine-grained diff-tree by Linus Torvalds · 20 years ago
  73. c5bac17 [PATCH] Usage-string fixes. by Junio C Hamano · 20 years ago
  74. c1fdf2a [PATCH] Teach diff-tree about commit objects by Junio C Hamano · 20 years ago
  75. abdb007 Make "diff-tree" take commit objects too, like "diff-cache" does. by Linus Torvalds · 20 years ago
  76. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  77. 6cbd72f Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination. by Linus Torvalds · 20 years ago
  78. 33b238d [PATCH] Change diff-tree output format by Petr Baudis · 20 years ago
  79. 35bb478 [PATCH] diff-tree usage by Petr Baudis · 20 years ago
  80. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar · 20 years ago
  81. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  82. bf16c71 Fix up commit-tree/diff-tree user interface issues. by Linus Torvalds · 20 years ago
  83. 262e82b Fix diff-tree recursion. by Linus Torvalds · 20 years ago
  84. eeb7991 Simplify "diff-tree" output, and only keep track of one single name-base. by Linus Torvalds · 20 years ago
  85. 73134b6 Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees by Linus Torvalds · 20 years ago
  86. 9174026 Add "diff-tree" program to show which files have changed between two trees. by Linus Torvalds · 20 years ago