aboutsummaryrefslogtreecommitdiffstats
path: root/diff-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-16Merge branch 'jk/diff-files-assume-unchanged'Junio C Hamano1-12/+21
2014-05-15run_diff_files: do not look at uninitialized stat dataJeff King1-12/+21
2014-03-07Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano1-3/+0
2014-03-05Merge branch 'ks/combine-diff'Junio C Hamano1-2/+0
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov1-2/+0
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy1-2/+3
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-2/+1
2013-09-09Merge branch 'jc/diff-filter-negation'Junio C Hamano1-5/+3
2013-07-19diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano1-3/+0
2013-07-19diff: deprecate -q option to diff-filesJunio C Hamano1-5/+3
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy1-1/+0
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe1-1/+2
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe1-11/+12
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King1-8/+12
2012-01-16diff-index: enable recursive pathspec matching in unpack_treesNguyen Thai Ngoc Duy1-0/+2
2011-10-05Merge branch 'cn/eradicate-working-copy'Junio C Hamano1-1/+1
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano1-0/+1
2011-09-21Remove 'working copy' from the documentation and C codeCarlos Martín Nieto1-1/+1
2011-08-29diff-index: pass pathspec down to unpack-trees machineryJunio C Hamano1-0/+1
2011-08-08Merge branch 'jc/diff-index-refactor'Junio C Hamano1-52/+19
2011-08-01Merge branch 'jc/maint-reset-unmerged-path'Junio C Hamano1-1/+2
2011-07-13diff-lib: refactor run_diff_index() and do_diff_cache()Junio C Hamano1-28/+19
2011-07-13diff-lib: simplify do_diff_cache()Junio C Hamano1-25/+1
2011-07-13reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano1-1/+2
2011-06-06Merge branch 'jk/diff-not-so-quick'Junio C Hamano1-3/+1
2011-05-31diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano1-1/+6
2011-05-31Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano1-63/+78
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano1-3/+1
2011-05-13Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano1-4/+11
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano1-4/+11
2011-04-23diff-files: show unmerged entries correctlyJunio C Hamano1-2/+8
2011-04-23diff: remove often unused parameters from diff_unmerge()Junio C Hamano1-3/+4
2011-03-23Merge branch 'jc/maint-diff-q-filter'Junio C Hamano1-1/+2
2011-03-16diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano1-1/+2
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy1-2/+2
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy1-3/+3
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy1-1/+1
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann1-5/+10
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann1-0/+1
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano1-18/+27
2010-03-13git status: ignoring untracked files must apply to submodules tooJens Lehmann1-1/+1
2010-03-12git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann1-4/+2
2010-03-12Refactor dirty submodule detection in diff-lib.cJens Lehmann1-18/+27
2010-03-09revision: introduce setup_revision_optJunio C Hamano1-1/+4
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann1-2/+4
2010-03-04git diff --submodule: Show detailed dirty status of submodulesJens Lehmann1-8/+8
2010-01-26Merge branch 'jl/diff-submodule-ignore'Junio C Hamano1-5/+7
2010-01-24git diff: Don't test submodule dirtiness with --ignore-submodulesJens Lehmann1-4/+6
2010-01-24Merge branch 'jc/fix-tree-walk'Junio C Hamano1-18/+1