Age | Commit message (Expand) | Author | Files | Lines |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-06-25 | Merge branch 'nd/diff-i-t-a' | Junio C Hamano | 1 | -12/+0 |
2015-06-23 | Revert "diff-lib.c: adjust position of i-t-a entries in diff" | Junio C Hamano | 1 | -12/+0 |
2015-05-19 | Merge branch 'nd/diff-i-t-a' | Junio C Hamano | 1 | -0/+12 |
2015-05-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
2015-03-23 | diff-lib.c: adjust position of i-t-a entries in diff | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2015-03-13 | diff: convert struct combine_diff_path to object_id | brian m. carlson | 1 | -5/+5 |
2015-02-04 | run_diff_files(): clarify computation of sha1 validity | Junio C Hamano | 1 | -2/+6 |
2014-06-16 | Merge branch 'jk/diff-files-assume-unchanged' | Junio C Hamano | 1 | -12/+21 |
2014-05-15 | run_diff_files: do not look at uninitialized stat data | Jeff King | 1 | -12/+21 |
2014-03-07 | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' | Junio C Hamano | 1 | -3/+0 |
2014-03-05 | Merge branch 'ks/combine-diff' | Junio C Hamano | 1 | -2/+0 |
2014-02-24 | combine-diff: combine_diff_path.len is not needed anymore | Kirill Smelkov | 1 | -2/+0 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -2/+1 |
2013-09-09 | Merge branch 'jc/diff-filter-negation' | Junio C Hamano | 1 | -5/+3 |
2013-07-19 | diff: remove "diff-files -q" in a version of Git in a distant future | Junio C Hamano | 1 | -3/+0 |
2013-07-19 | diff: deprecate -q option to diff-files | Junio C Hamano | 1 | -5/+3 |
2013-07-15 | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2013-06-02 | diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const | René Scharfe | 1 | -1/+2 |
2013-06-02 | diff-lib, read-tree, unpack-trees: mark cache_entry pointers const | René Scharfe | 1 | -11/+12 |
2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -8/+12 |
2012-01-16 | diff-index: enable recursive pathspec matching in unpack_trees | Nguyen Thai Ngoc Duy | 1 | -0/+2 |
2011-10-05 | Merge branch 'cn/eradicate-working-copy' | Junio C Hamano | 1 | -1/+1 |
2011-10-05 | Merge branch 'jc/diff-index-unpack' | Junio C Hamano | 1 | -0/+1 |
2011-09-21 | Remove 'working copy' from the documentation and C code | Carlos Martín Nieto | 1 | -1/+1 |
2011-08-29 | diff-index: pass pathspec down to unpack-trees machinery | Junio C Hamano | 1 | -0/+1 |
2011-08-08 | Merge branch 'jc/diff-index-refactor' | Junio C Hamano | 1 | -52/+19 |
2011-08-01 | Merge branch 'jc/maint-reset-unmerged-path' | Junio C Hamano | 1 | -1/+2 |
2011-07-13 | diff-lib: refactor run_diff_index() and do_diff_cache() | Junio C Hamano | 1 | -28/+19 |
2011-07-13 | diff-lib: simplify do_diff_cache() | Junio C Hamano | 1 | -25/+1 |
2011-07-13 | reset [<commit>] paths...: do not mishandle unmerged paths | Junio C Hamano | 1 | -1/+2 |
2011-06-06 | Merge branch 'jk/diff-not-so-quick' | Junio C Hamano | 1 | -3/+1 |
2011-05-31 | diff-index --quiet: learn the "stop feeding the backend early" logic | Junio C Hamano | 1 | -1/+6 |
2011-05-31 | Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-early | Junio C Hamano | 1 | -63/+78 |
2011-05-31 | diff: futureproof "stop feeding the backend early" logic | Junio C Hamano | 1 | -3/+1 |
2011-05-13 | Merge branch 'jc/fix-diff-files-unmerged' into maint | Junio C Hamano | 1 | -4/+11 |
2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -4/+11 |
2011-04-23 | diff-files: show unmerged entries correctly | Junio C Hamano | 1 | -2/+8 |
2011-04-23 | diff: remove often unused parameters from diff_unmerge() | Junio C Hamano | 1 | -3/+4 |
2011-03-23 | Merge branch 'jc/maint-diff-q-filter' | Junio C Hamano | 1 | -1/+2 |
2011-03-16 | diff --quiet: disable optimization when --diff-filter=X is used | Junio C Hamano | 1 | -1/+2 |
2011-02-03 | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2011-02-03 | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2011-02-03 | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -5/+10 |
2010-06-11 | Add optional parameters to the diff option "--ignore-submodules" | Jens Lehmann | 1 | -0/+1 |
2010-03-24 | Merge branch 'jl/submodule-diff-dirtiness' | Junio C Hamano | 1 | -18/+27 |