summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-09Merge branch 'jc/diff-filter-negation'Junio C Hamano
2013-07-19diff: deprecate -q option to diff-filesJunio C Hamano
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
2012-01-16diff-index: enable recursive pathspec matching in unpack_treesNguyen Thai Ngoc Duy
2011-10-05Merge branch 'cn/eradicate-working-copy'Junio C Hamano
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano
2011-09-21Remove 'working copy' from the documentation and C codeCarlos Martín Nieto
2011-08-29diff-index: pass pathspec down to unpack-trees machineryJunio C Hamano
2011-08-08Merge branch 'jc/diff-index-refactor'Junio C Hamano
2011-08-01Merge branch 'jc/maint-reset-unmerged-path'Junio C Hamano
2011-07-14diff-lib: refactor run_diff_index() and do_diff_cache()Junio C Hamano
2011-07-14diff-lib: simplify do_diff_cache()Junio C Hamano
2011-07-14reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano
2011-06-06Merge branch 'jk/diff-not-so-quick'Junio C Hamano
2011-05-31diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano
2011-05-31Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano
2011-05-13Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-04-24diff-files: show unmerged entries correctlyJunio C Hamano
2011-04-24diff: remove often unused parameters from diff_unmerge()Junio C Hamano
2011-03-23Merge branch 'jc/maint-diff-q-filter'Junio C Hamano
2011-03-16diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-13git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann
2010-03-13Refactor dirty submodule detection in diff-lib.cJens Lehmann
2010-03-09revision: introduce setup_revision_optJunio C Hamano
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann
2010-03-05git diff --submodule: Show detailed dirty status of submodulesJens Lehmann
2010-01-27Merge branch 'jl/diff-submodule-ignore'Junio C Hamano
2010-01-25git diff: Don't test submodule dirtiness with --ignore-submodulesJens Lehmann
2010-01-25Merge branch 'jc/fix-tree-walk'Junio C Hamano
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano
2010-01-19Performance optimization for detection of modified submodulesJens Lehmann
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-07unpack-trees.c: look ahead in the indexJunio C Hamano
2010-01-07unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano