๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT 1.3.2
  1. f56ef54 diff --stat: make sure to set recursive. by Junio C Hamano ยท 20 years ago
  2. 5069b1c diff-tree: typefix. by Junio C Hamano ยท 20 years ago
  3. a8baa7b tree-diff: do not assume we use only one pathspec by Junio C Hamano ยท 20 years ago
  4. 5f1c3f0 log-tree: separate major part of diff-tree. by Junio C Hamano ยท 20 years ago
  5. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen ยท 20 years ago
  6. 6932c78 diff-tree: do not default to -c by Junio C Hamano ยท 20 years ago
  7. 0a79807 combine-diff: move formatting logic to show_combined_diff() by Junio C Hamano ยท 20 years ago
  8. ee63802 diff-tree -c raw output by Linus Torvalds ยท 20 years ago
  9. deb989b Fix "git diff a..b" breakage by Linus Torvalds ยท 20 years ago
  10. 45392a6 git-diff-tree --stdin: show all parents. by Junio C Hamano ยท 20 years ago
  11. e3c3a55 combine-diff: remove misguided --show-empty hack. by Junio C Hamano ยท 20 years ago
  12. ec0bdb6 diff-tree --always flag by Linus Torvalds ยท 20 years ago
  13. addafaf Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev by Junio C Hamano ยท 20 years ago
  14. 3815f42 pretty_print_commit(): pass commit object instead of commit->buffer. by Junio C Hamano ยท 20 years ago
  15. b2d4c56 diff-tree: abbreviate merge parent object names with --abbrev --pretty. by Junio C Hamano ยท 20 years ago
  16. d8f4790 diff-tree --cc: denser combined diff output for a merge commit. by Junio C Hamano ยท 20 years ago
  17. af3feef diff-tree -c: show a merge commit a bit more sensibly. by Junio C Hamano ยท 20 years ago
  18. 47dd0d5 diff: --abbrev option by Junio C Hamano ยท 20 years ago
  19. a50b870 diff-tree: teach single-commit diff-tree to honour grafts by Junio C Hamano ยท 20 years ago
  20. 9ce392f Move diff.renamelimit out of default configuration. by Junio C Hamano ยท 20 years ago
  21. 601c978 Add --no-commit-id option for git-diff-tree, use it in gitk by Pavel Roskin ยท 20 years ago
  22. 50b8e35 Documentation changes to recursive option for git-diff-tree by Chris Shoemaker ยท 20 years ago
  23. ac1b3d1 Split up tree diff functions into tree-diff.c library by Linus Torvalds ยท 20 years ago
  24. 4546738 Unlocalized isspace and friends by Linus Torvalds ยท 20 years ago
  25. 1771299 Add ".git/config" file parser by Linus Torvalds ยท 20 years ago
  26. 6b5ee13 Diff clean-up. by Junio C Hamano ยท 20 years ago
  27. 5098baf Plug diff leaks. by Junio C Hamano ยท 20 years ago
  28. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds ยท 20 years ago
  29. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis ยท 20 years ago
  30. e68b6f1 Split up "diff_format" into "format" and "line_termination". by Linus Torvalds ยท 20 years ago
  31. dda2d79 [PATCH] Clean up diff option descriptions. by Junio C Hamano ยท 20 years ago
  32. 52f2852 [PATCH] git-diff-*: --name-only and --name-only-z. by Junio C Hamano ยท 20 years ago
  33. acb46f8 git-diff-*: support "-u" as a synonym for "-p" by Linus Torvalds ยท 20 years ago
  34. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds ยท 20 years ago
  35. 1809266 Clean up git-diff-tree 'header' generation by Linus Torvalds ยท 20 years ago
  36. 4727f64 [PATCH] Make -C less eager. by Junio C Hamano ยท 20 years ago
  37. f2ce9fd [PATCH] Add --diff-filter= output restriction to diff-* family. by Junio C Hamano ยท 21 years ago
  38. a7ca654 [PATCH] diff-tree: --find-copies-harder by Junio C Hamano ยท 21 years ago
  39. ba88e54 git-diff-tree: fix output with just "--pretty". by Linus Torvalds ยท 21 years ago
  40. a8db165 [PATCH] Support commit_format in diff-tree by Junio C Hamano ยท 21 years ago
  41. 000182e pretty_print_commit: add different formats by Linus Torvalds ยท 21 years ago
  42. 0e3994f [PATCH] diff: Clean up diff_scoreopt_parse(). by Junio C Hamano ยท 21 years ago
  43. ce24067 [PATCH] diff: Fix docs and add -O to diff-helper. by Junio C Hamano ยท 21 years ago
  44. 67574c4 [PATCH] diff: mode bits fixes by Junio C Hamano ยท 21 years ago
  45. e3bc7a3 Add generic commit "pretty print" function. by Linus Torvalds ยท 21 years ago
  46. af5323e [PATCH] Add -O<orderfile> option to diff-* brothers. by Junio C Hamano ยท 21 years ago
  47. f345b0a [PATCH] Add -B flag to diff-* brothers. by Junio C Hamano ยท 21 years ago
  48. befe863 [PATCH] diff: consolidate various calls into diffcore. by Junio C Hamano ยท 21 years ago
  49. f0c6b2a [PATCH] Optimize diff-tree -[CM] --stdin by Junio C Hamano ยท 21 years ago
  50. 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano ยท 21 years ago
  51. 19feebc [PATCH] Clean up diff_setup() to make it more extensible. by Junio C Hamano ยท 21 years ago
  52. 84c1afd git-diff-tree: simplify header output with '-z' by Linus Torvalds ยท 21 years ago
  53. fbe082a git-diff-tree: don't use diffcore_pathspec() by Linus Torvalds ยท 21 years ago
  54. 4cae1a9 [PATCH] show changed tree objects with recursive git-diff-tree by Junio C Hamano ยท 21 years ago
  55. d030935 [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option. by Junio C Hamano ยท 21 years ago
  56. bceafe7 [PATCH] Fix diff-pruning logic which was running prune too early. by Junio C Hamano ยท 21 years ago
  57. 9ab55bd diff-tree: don't write headers if the diff queue is empty by Linus Torvalds ยท 21 years ago
  58. b6d8f30 [PATCH] diff-raw format update take #2. by Junio C Hamano ยท 21 years ago
  59. 5831b56 [PATCH] NUL terminate diff-tree header lines under -z. by Junio C Hamano ยท 21 years ago
  60. 09d74b3 Some more sparse warning fixes by Linus Torvalds ยท 21 years ago
  61. 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano ยท 21 years ago
  62. 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano ยท 21 years ago
  63. 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano ยท 21 years ago
  64. d6db010 diff-tree: don't print multiple headers for merges when silent. by Linus Torvalds ยท 21 years ago
  65. 057c7d3 [PATCH] Constness fix for pickaxe option. by Junio C Hamano ยท 21 years ago
  66. 3258c90 diff-tree: prettify output slightly by Linus Torvalds ยท 21 years ago
  67. 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano ยท 21 years ago
  68. 427dcb4 [PATCH] Diff overhaul, adding half of copy detection. by Junio C Hamano ยท 21 years ago
  69. e99d59f sparse cleanup by Linus Torvalds ยท 21 years ago
  70. e46091d diff-tree: use new base_name_compare() helper function by Linus Torvalds ยท 21 years ago
  71. de809db Fix up previous commit by Linus Torvalds ยท 21 years ago
  72. 57fe64a [PATCH] diff overhaul by Junio C Hamano ยท 21 years ago
  73. dc26bd8 diff-tree: add "--root" flag to show a root commit as a big creation event. by Linus Torvalds ยท 21 years ago
  74. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov ยท 21 years ago
  75. 5c97558 [PATCH] Detect renames in diff family. by Junio C Hamano ยท 21 years ago
  76. 850e82d diff-tree: don't match non-directories as partial pathnames by Linus Torvalds ยท 21 years ago
  77. ed1a368 diff-tree: fix "whole sub-tree disappeared or appeared" case by Linus Torvalds ยท 21 years ago
  78. cb6c8ed diff-tree: fix up comparison of "interesting" sub-trees by Linus Torvalds ยท 21 years ago
  79. 7384889 diff-tree: show hex sha1 of the single-commit argument case correctly. by Linus Torvalds ยท 21 years ago
  80. 0a8365a diff-tree: fix and extend argument parsing by Linus Torvalds ยท 21 years ago
  81. b11645b diff-tree: clean up diff_tree_stdin() function by Linus Torvalds ยท 21 years ago
  82. a02ebff diff-tree: add author/date information to the verbose output by Linus Torvalds ยท 21 years ago
  83. 5aad72f [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree by Junio C Hamano ยท 21 years ago
  84. cee99d2 diff-tree: add "verbose header" mode by Linus Torvalds ยท 21 years ago
  85. f4f21ce git-diff-tree: clean up output by Linus Torvalds ยท 21 years ago
  86. e0965d8 diff-tree: support list if input trees on stdin by Linus Torvalds ยท 21 years ago
  87. ed4eeaf [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree. by Thomas Glanzmann ยท 21 years ago
  88. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds ยท 21 years ago
  89. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano ยท 21 years ago
  90. 3a663fd [PATCH] diff-tree -p implies diff-tree -p -r by Junio C Hamano ยท 21 years ago
  91. 3ebfd4a [PATCH] Add -p (patch) to diff-tree. by Junio C Hamano ยท 21 years ago
  92. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  93. c5b4238 Support a fine-grained diff-tree by Linus Torvalds ยท 21 years ago
  94. c5bac17 [PATCH] Usage-string fixes. by Junio C Hamano ยท 21 years ago
  95. c1fdf2a [PATCH] Teach diff-tree about commit objects by Junio C Hamano ยท 21 years ago
  96. abdb007 Make "diff-tree" take commit objects too, like "diff-cache" does. by Linus Torvalds ยท 21 years ago
  97. e447947 Be much more liberal about the file mode bits. by Linus Torvalds ยท 21 years ago
  98. 6cbd72f Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination. by Linus Torvalds ยท 21 years ago
  99. 33b238d [PATCH] Change diff-tree output format by Petr Baudis ยท 21 years ago
  100. 35bb478 [PATCH] diff-tree usage by Petr Baudis ยท 21 years ago