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