1. 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
  2. 41bbf9d Allow git-diff exit with codes similar to diff(1) by Alex Riesen · 18 years ago
  3. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  4. db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
  5. ef1d9c5 log and diff family: honor config even from subdirectories by Junio C Hamano · 19 years ago
  6. 83ad63c diff: do not use configuration magic at the core-level by Junio C Hamano · 19 years ago
  7. 3969cf7 Fix some more diff options changes. by Junio C Hamano · 19 years ago
  8. f005df3 diff-tree: Use ---\n as a message separator by Timo Hirvonen · 19 years ago
  9. c9b5ef9 Set default diff output format after parsing command line by Timo Hirvonen · 19 years ago
  10. 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
  11. e0c97ca Make git-diff-tree indicate when it flushes by Paul Mackerras · 19 years ago
  12. e8cc9cd Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. by Peter Eriksen · 19 years ago[Renamed (97%) from diff-tree.c]
  13. 70f75cc Provide a way to flush git-diff-tree's output by Paul Mackerras · 19 years ago
  14. 9153983 Log message printout cleanups by Linus Torvalds · 19 years ago
  15. 6b9c58f Split init_revisions() out of setup_revisions() by Junio C Hamano · 19 years ago
  16. 8e8f998 Fix up default abbrev in setup_revisions() argument parser. by Junio C Hamano · 19 years ago
  17. cd2bdc5 Common option parsing for "git log --diff" and friends by Linus Torvalds · 19 years ago
  18. a8baa7b tree-diff: do not assume we use only one pathspec by Junio C Hamano · 19 years ago
  19. 5f1c3f0 log-tree: separate major part of diff-tree. by Junio C Hamano · 19 years ago
  20. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  21. 6932c78 diff-tree: do not default to -c by Junio C Hamano · 19 years ago
  22. 0a79807 combine-diff: move formatting logic to show_combined_diff() by Junio C Hamano · 19 years ago
  23. ee63802 diff-tree -c raw output by Linus Torvalds · 19 years ago
  24. deb989b Fix "git diff a..b" breakage by Linus Torvalds · 19 years ago
  25. 45392a6 git-diff-tree --stdin: show all parents. by Junio C Hamano · 19 years ago
  26. e3c3a55 combine-diff: remove misguided --show-empty hack. by Junio C Hamano · 19 years ago
  27. ec0bdb6 diff-tree --always flag by Linus Torvalds · 19 years ago
  28. addafaf Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev by Junio C Hamano · 19 years ago
  29. 3815f42 pretty_print_commit(): pass commit object instead of commit->buffer. by Junio C Hamano · 19 years ago
  30. b2d4c56 diff-tree: abbreviate merge parent object names with --abbrev --pretty. by Junio C Hamano · 19 years ago
  31. d8f4790 diff-tree --cc: denser combined diff output for a merge commit. by Junio C Hamano · 19 years ago
  32. af3feef diff-tree -c: show a merge commit a bit more sensibly. by Junio C Hamano · 19 years ago
  33. 47dd0d5 diff: --abbrev option by Junio C Hamano · 19 years ago
  34. a50b870 diff-tree: teach single-commit diff-tree to honour grafts by Junio C Hamano · 19 years ago
  35. 9ce392f Move diff.renamelimit out of default configuration. by Junio C Hamano · 19 years ago
  36. 601c978 Add --no-commit-id option for git-diff-tree, use it in gitk by Pavel Roskin · 19 years ago
  37. 50b8e35 Documentation changes to recursive option for git-diff-tree by Chris Shoemaker · 19 years ago
  38. ac1b3d1 Split up tree diff functions into tree-diff.c library by Linus Torvalds · 19 years ago
  39. 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
  40. 1771299 Add ".git/config" file parser by Linus Torvalds · 19 years ago
  41. 6b5ee13 Diff clean-up. by Junio C Hamano · 19 years ago
  42. 5098baf Plug diff leaks. by Junio C Hamano · 19 years ago
  43. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
  44. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  45. e68b6f1 Split up "diff_format" into "format" and "line_termination". by Linus Torvalds · 20 years ago
  46. dda2d79 [PATCH] Clean up diff option descriptions. by Junio C Hamano · 20 years ago
  47. 52f2852 [PATCH] git-diff-*: --name-only and --name-only-z. by Junio C Hamano · 20 years ago
  48. acb46f8 git-diff-*: support "-u" as a synonym for "-p" by Linus Torvalds · 20 years ago
  49. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  50. 1809266 Clean up git-diff-tree 'header' generation by Linus Torvalds · 20 years ago
  51. 4727f64 [PATCH] Make -C less eager. by Junio C Hamano · 20 years ago
  52. f2ce9fd [PATCH] Add --diff-filter= output restriction to diff-* family. by Junio C Hamano · 20 years ago
  53. a7ca654 [PATCH] diff-tree: --find-copies-harder by Junio C Hamano · 20 years ago
  54. ba88e54 git-diff-tree: fix output with just "--pretty". by Linus Torvalds · 20 years ago
  55. a8db165 [PATCH] Support commit_format in diff-tree by Junio C Hamano · 20 years ago
  56. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  57. 0e3994f [PATCH] diff: Clean up diff_scoreopt_parse(). by Junio C Hamano · 20 years ago
  58. ce24067 [PATCH] diff: Fix docs and add -O to diff-helper. by Junio C Hamano · 20 years ago
  59. 67574c4 [PATCH] diff: mode bits fixes by Junio C Hamano · 20 years ago
  60. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds · 20 years ago
  61. af5323e [PATCH] Add -O<orderfile> option to diff-* brothers. by Junio C Hamano · 20 years ago
  62. f345b0a [PATCH] Add -B flag to diff-* brothers. by Junio C Hamano · 20 years ago
  63. befe863 [PATCH] diff: consolidate various calls into diffcore. by Junio C Hamano · 20 years ago
  64. f0c6b2a [PATCH] Optimize diff-tree -[CM] --stdin by Junio C Hamano · 20 years ago
  65. 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano · 20 years ago
  66. 19feebc [PATCH] Clean up diff_setup() to make it more extensible. by Junio C Hamano · 20 years ago
  67. 84c1afd git-diff-tree: simplify header output with '-z' by Linus Torvalds · 20 years ago
  68. fbe082a git-diff-tree: don't use diffcore_pathspec() by Linus Torvalds · 20 years ago
  69. 4cae1a9 [PATCH] show changed tree objects with recursive git-diff-tree by Junio C Hamano · 20 years ago
  70. d030935 [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option. by Junio C Hamano · 20 years ago
  71. bceafe7 [PATCH] Fix diff-pruning logic which was running prune too early. by Junio C Hamano · 20 years ago
  72. 9ab55bd diff-tree: don't write headers if the diff queue is empty by Linus Torvalds · 20 years ago
  73. b6d8f30 [PATCH] diff-raw format update take #2. by Junio C Hamano · 20 years ago
  74. 5831b56 [PATCH] NUL terminate diff-tree header lines under -z. by Junio C Hamano · 20 years ago
  75. 09d74b3 Some more sparse warning fixes by Linus Torvalds · 20 years ago
  76. 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano · 20 years ago
  77. 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano · 20 years ago
  78. 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano · 20 years ago
  79. d6db010 diff-tree: don't print multiple headers for merges when silent. by Linus Torvalds · 20 years ago
  80. 057c7d3 [PATCH] Constness fix for pickaxe option. by Junio C Hamano · 20 years ago
  81. 3258c90 diff-tree: prettify output slightly by Linus Torvalds · 20 years ago
  82. 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano · 20 years ago
  83. 427dcb4 [PATCH] Diff overhaul, adding half of copy detection. by Junio C Hamano · 20 years ago
  84. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  85. e46091d diff-tree: use new base_name_compare() helper function by Linus Torvalds · 20 years ago
  86. de809db Fix up previous commit by Linus Torvalds · 20 years ago
  87. 57fe64a [PATCH] diff overhaul by Junio C Hamano · 20 years ago
  88. dc26bd8 diff-tree: add "--root" flag to show a root commit as a big creation event. by Linus Torvalds · 20 years ago
  89. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  90. 5c97558 [PATCH] Detect renames in diff family. by Junio C Hamano · 20 years ago
  91. 850e82d diff-tree: don't match non-directories as partial pathnames by Linus Torvalds · 20 years ago
  92. ed1a368 diff-tree: fix "whole sub-tree disappeared or appeared" case by Linus Torvalds · 20 years ago
  93. cb6c8ed diff-tree: fix up comparison of "interesting" sub-trees by Linus Torvalds · 20 years ago
  94. 7384889 diff-tree: show hex sha1 of the single-commit argument case correctly. by Linus Torvalds · 20 years ago
  95. 0a8365a diff-tree: fix and extend argument parsing by Linus Torvalds · 20 years ago
  96. b11645b diff-tree: clean up diff_tree_stdin() function by Linus Torvalds · 20 years ago
  97. a02ebff diff-tree: add author/date information to the verbose output by Linus Torvalds · 20 years ago
  98. 5aad72f [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree by Junio C Hamano · 20 years ago
  99. cee99d2 diff-tree: add "verbose header" mode by Linus Torvalds · 20 years ago
  100. f4f21ce git-diff-tree: clean up output by Linus Torvalds · 20 years ago