summaryrefslogtreecommitdiff
path: root/diff-lib.c
Commit message (Expand)AuthorAgeFilesLines
* diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano2011-05-311-1/+6
* Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano2011-05-311-63/+78
|\
| * Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano2011-05-131-4/+11
| |\
| | * diff-files: show unmerged entries correctlyJunio C Hamano2011-04-231-2/+8
| | * diff: remove often unused parameters from diff_unmerge()Junio C Hamano2011-04-231-3/+4
| * | Merge branch 'jc/maint-diff-q-filter'Junio C Hamano2011-03-231-1/+2
| |\ \
| * | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-2/+2
| * | | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-031-3/+3
| * | | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-1/+1
| | |/ | |/|
| * | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-091-5/+10
| * | Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann2010-06-111-0/+1
| * | Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano2010-03-241-18/+27
| |\ \
| | * | git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-131-1/+1
| | * | git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann2010-03-121-4/+2
| | * | Refactor dirty submodule detection in diff-lib.cJens Lehmann2010-03-121-18/+27
| | * | git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-081-2/+4
| | * | git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-041-8/+8
| * | | revision: introduce setup_revision_optJunio C Hamano2010-03-091-1/+4
| |/ /
| * | Merge branch 'jl/diff-submodule-ignore'Junio C Hamano2010-01-261-5/+7
| |\ \
| | * | git diff: Don't test submodule dirtiness with --ignore-submodulesJens Lehmann2010-01-241-4/+6
| | * | Make ce_uptodate() trustworthy againJunio C Hamano2010-01-241-1/+1
| * | | Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-241-18/+1
| |\ \ \ | | |/ / | |/| |
| | * | unpack-trees.c: look ahead in the indexJunio C Hamano2010-01-071-0/+1
| | * | unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano2010-01-071-18/+0
| * | | Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-15/+31
| * | | Show submodules as modified when they contain a dirty work treeJens Lehmann2010-01-161-2/+6
| * | | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-2/+3
| |\ \ \
| | * | | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-2/+3
| * | | | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-261-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | diff-lib.c: fix misleading comments on oneway_diff()Junio C Hamano2009-10-111-1/+1
| * | | | Merge branch 'jc/shortstatus'Junio C Hamano2009-08-281-20/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | diff-index: keep the original index intactJunio C Hamano2009-08-051-18/+0
| | * | | diff-index: report unmerged new entriesJunio C Hamano2009-08-051-2/+2
| * | | | Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-111-2/+4
| |/ / /
* | | | diff: futureproof "stop feeding the backend early" logicJunio C Hamano2011-05-311-3/+1
| |_|/ |/| |
* | | diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano2011-03-161-1/+2
| |/ |/|
* | diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-291-2/+2
|/
* Merge branch 'jc/cache-tree'Junio C Hamano2009-06-201-0/+3
|\
| * Avoid "diff-index --cached" optimization under --find-copies-harderJunio C Hamano2009-05-251-2/+3
| * Optimize "diff-index --cached" using cache-treeJunio C Hamano2009-05-251-0/+2
* | Merge branch 'lt/maint-diff-reduce-lstat'Junio C Hamano2009-05-231-1/+1
|\ \ | |/ |/|
| * Avoid unnecessary 'lstat()' calls in 'get_stat_data()'Linus Torvalds2009-05-091-1/+1
* | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\ \
| * | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
* | | Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-101-0/+15
|/ /
* | Cleanup of unused symcache variable inside diff-lib.cKjetil Barvik2009-01-111-29/+11
|/
* diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-301-0/+3
* Fix buffer overflow in git diffDmitry Potapov2008-07-161-4/+4
* "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-323/+0
* Optimize symlink/directory detectionLinus Torvalds2008-05-101-5/+5