1. 4144059 Merge branch 'jk/diff-files-assume-unchanged' by Junio C Hamano · 11 years ago
  2. 5304810 run_diff_files: do not look at uninitialized stat data by Jeff King · 11 years ago
  3. 2687ffd Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' by Junio C Hamano · 11 years ago
  4. 6376463 Merge branch 'ks/combine-diff' by Junio C Hamano · 11 years ago
  5. af82c78 combine-diff: combine_diff_path.len is not needed anymore by Kirill Smelkov · 11 years ago
  6. 429bb40 pathspec: convert some match_pathspec_depth() to ce_path_match() by Nguyễn Thái Ngọc Duy · 11 years ago
  7. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  8. 01a2a03 Merge branch 'jc/diff-filter-negation' by Junio C Hamano · 12 years ago
  9. c48f681 diff: remove "diff-files -q" in a version of Git in a distant future by Junio C Hamano · 12 years ago
  10. 95a7c54 diff: deprecate -q option to diff-files by Junio C Hamano · 12 years ago
  11. 9a08727 remove init_pathspec() in favor of parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  12. 6330a17 parse_pathspec: add special flag for max_depth feature by Nguyễn Thái Ngọc Duy · 12 years ago
  13. 5828e83 diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const by René Scharfe · 12 years ago
  14. eb9ae4b diff-lib, read-tree, unpack-trees: mark cache_entry pointers const by René Scharfe · 12 years ago
  15. e545010 diff: do not use null sha1 as a sentinel value by Jeff King · 13 years ago
  16. 4838237 diff-index: enable recursive pathspec matching in unpack_trees by Nguyen Thai Ngoc Duy · 13 years ago
  17. 9a33b69 Merge branch 'cn/eradicate-working-copy' by Junio C Hamano · 13 years ago
  18. 1b840a5 Merge branch 'jc/diff-index-unpack' by Junio C Hamano · 13 years ago
  19. f7d650c Remove 'working copy' from the documentation and C code by Carlos Martín Nieto · 13 years ago
  20. 2f88c19 diff-index: pass pathspec down to unpack-trees machinery by Junio C Hamano · 14 years ago
  21. 54945ed Merge branch 'jc/diff-index-refactor' by Junio C Hamano · 14 years ago
  22. 1df561f Merge branch 'jc/maint-reset-unmerged-path' by Junio C Hamano · 14 years ago
  23. bf979c0 diff-lib: refactor run_diff_index() and do_diff_cache() by Junio C Hamano · 14 years ago
  24. fe549c2 diff-lib: simplify do_diff_cache() by Junio C Hamano · 14 years ago
  25. ff00b68 reset [<commit>] paths...: do not mishandle unmerged paths by Junio C Hamano · 14 years ago
  26. 456a4c0 Merge branch 'jk/diff-not-so-quick' by Junio C Hamano · 14 years ago
  27. b419482 diff-index --quiet: learn the "stop feeding the backend early" logic by Junio C Hamano · 14 years ago
  28. 2d11f21 Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-early by Junio C Hamano · 14 years ago
  29. 28b9264 diff: futureproof "stop feeding the backend early" logic by Junio C Hamano · 14 years ago
  30. a613b53 Merge branch 'jc/fix-diff-files-unmerged' into maint by Junio C Hamano · 14 years ago
  31. 22dbeee Merge branch 'jc/fix-diff-files-unmerged' by Junio C Hamano · 14 years ago
  32. 095ce95 diff-files: show unmerged entries correctly by Junio C Hamano · 14 years ago
  33. fa7b290 diff: remove often unused parameters from diff_unmerge() by Junio C Hamano · 14 years ago
  34. 7d0cf35 Merge branch 'jc/maint-diff-q-filter' by Junio C Hamano · 14 years ago
  35. 2cfe8a6 diff --quiet: disable optimization when --diff-filter=X is used by Junio C Hamano · 14 years ago
  36. eb9cb55 Convert ce_path_match() to use struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  37. afe069d struct rev_info: convert prune_data to struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  38. 66f1362 Convert struct diff_options to use struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  39. aee9c7d Submodules: Add the new "ignore" config option for diff and status by Jens Lehmann · 15 years ago
  40. dd44d41 Add optional parameters to the diff option "--ignore-submodules" by Jens Lehmann · 15 years ago
  41. b6a7a06 Merge branch 'jl/submodule-diff-dirtiness' by Junio C Hamano · 15 years ago
  42. 3bfc450 git status: ignoring untracked files must apply to submodules too by Jens Lehmann · 15 years ago
  43. 85adbf2 git status: Fix false positive "new commits" output for dirty submodules by Jens Lehmann · 15 years ago
  44. ae6d5c1 Refactor dirty submodule detection in diff-lib.c by Jens Lehmann · 15 years ago
  45. 32962c9 revision: introduce setup_revision_opt by Junio C Hamano · 15 years ago
  46. 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
  47. c7e1a73 git diff --submodule: Show detailed dirty status of submodules by Jens Lehmann · 15 years ago
  48. d539de9 Merge branch 'jl/diff-submodule-ignore' by Junio C Hamano · 15 years ago
  49. 4d34477 git diff: Don't test submodule dirtiness with --ignore-submodules by Jens Lehmann · 15 years ago
  50. 026680f Merge branch 'jc/fix-tree-walk' by Junio C Hamano · 15 years ago
  51. 125fd98 Make ce_uptodate() trustworthy again by Junio C Hamano · 15 years ago
  52. e3d42c4 Performance optimization for detection of modified submodules by Jens Lehmann · 15 years ago
  53. ee6fc51 Show submodules as modified when they contain a dirty work tree by Jens Lehmann · 15 years ago
  54. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
  55. 730f728 unpack-trees.c: look ahead in the index by Junio C Hamano · 15 years ago
  56. da165f4 unpack-trees.c: prepare for looking ahead in the index by Junio C Hamano · 15 years ago
  57. 3cc3fb7 Merge branch 'jc/1.7.0-diff-whitespace-only-status' by Junio C Hamano · 15 years ago
  58. da8ba5e diff-lib.c: fix misleading comments on oneway_diff() by Junio C Hamano · 15 years ago
  59. 433233e Merge branch 'jc/shortstatus' by Junio C Hamano · 16 years ago
  60. b4d1690 Teach Git to respect skip-worktree bit (reading part) by Nguyễn Thái Ngọc Duy · 16 years ago
  61. 540e694 Prevent diff machinery from examining assume-unchanged entries on worktree by Nguyễn Thái Ngọc Duy · 16 years ago
  62. 26da1d7 diff-index: keep the original index intact by Junio C Hamano · 16 years ago
  63. 29796c6 diff-index: report unmerged new entries by Junio C Hamano · 16 years ago
  64. 90b1994 diff: Rename QUIET internal option to QUICK by Junio C Hamano · 16 years ago
  65. c28a17f Merge branch 'jc/cache-tree' by Junio C Hamano · 16 years ago
  66. a0919ce Avoid "diff-index --cached" optimization under --find-copies-harder by Junio C Hamano · 16 years ago
  67. b65982b Optimize "diff-index --cached" using cache-tree by Junio C Hamano · 16 years ago
  68. 3ed2421 Merge branch 'lt/maint-diff-reduce-lstat' by Junio C Hamano · 16 years ago
  69. 658dd48 Avoid unnecessary 'lstat()' calls in 'get_stat_data()' by Linus Torvalds · 16 years ago
  70. a9bfe81 Merge branch 'kb/checkout-optim' by Junio C Hamano · 16 years ago
  71. 75f3ff2 Generalize and libify index_is_dirty() to index_differs_from(...) by Stephan Beyer · 16 years ago
  72. 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 16 years ago
  73. ff7e6aa Cleanup of unused symcache variable inside diff-lib.c by Kjetil Barvik · 16 years ago
  74. a5a818e diff: vary default prefix depending on what are compared by Junio C Hamano · 17 years ago
  75. fd55a19 Fix buffer overflow in git diff by Dmitry Potapov · 17 years ago
  76. 0569e9b "git diff": do not ignore index without --no-index by Junio C Hamano · 17 years ago
  77. c40641b Optimize symlink/directory detection by Linus Torvalds · 17 years ago
  78. 2855e70 Merge branch 'py/diff-submodule' by Junio C Hamano · 17 years ago
  79. 867fa20 Merge branch 'jc/lstat' by Junio C Hamano · 17 years ago
  80. 451244d diff-lib.c: rename check_work_tree_entity() by Junio C Hamano · 17 years ago
  81. 1392a37 diff: a submodule not checked out is not modified by Junio C Hamano · 17 years ago
  82. 59b0c24 git-svn: detect and fail gracefully when dcommitting to a void by Matthieu Moy · 17 years ago
  83. 8fa2960 diff-files: mark an index entry we know is up-to-date as such by Junio C Hamano · 17 years ago
  84. f58dbf2 diff-files: careful when inspecting work tree items by Junio C Hamano · 17 years ago
  85. 948dd34 diff-index: careful when inspecting work tree items by Junio C Hamano · 17 years ago
  86. 20a16eb unpack_trees(): fix diff-index regression. by Linus Torvalds · 17 years ago
  87. 34110cd Make 'unpack_trees()' have a separate source and destination index by Linus Torvalds · 17 years ago
  88. bc052d7 Make 'unpack_trees()' take the index to work on as an argument by Linus Torvalds · 17 years ago
  89. c8c16f2 diff-lib.c: constness strengthening by Junio C Hamano · 17 years ago
  90. 203a2fe Allow callers of unpack_trees() to handle failure by Daniel Barkalow · 17 years ago
  91. 204ce97 Also use unpack_trees() in do_diff_cache() by Johannes Schindelin · 17 years ago
  92. d1f2d7e Make run_diff_index() use unpack_trees(), not read_tree() by Linus Torvalds · 17 years ago
  93. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  94. ecf4831 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c by Steffen Prohaska · 17 years ago
  95. e6cb314 Merge branch 'ph/diffopts' by Junio C Hamano · 17 years ago
  96. 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
  97. fb63d7f git-add: make the entry stat-clean after re-adding the same contents by Junio C Hamano · 17 years ago
  98. 4bd5b7d ce_match_stat, run_diff_files: use symbolic constants for readability by Junio C Hamano · 17 years ago
  99. b78281f diff --no-index: do not forget to run diff_setup_done() by Junio C Hamano · 18 years ago
  100. 6d2d9e8 diff: squelch empty diffs even more by René Scharfe · 18 years ago