summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
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
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano
2009-10-11diff-lib.c: fix misleading comments on oneway_diff()Junio C Hamano
2009-08-29Merge branch 'jc/shortstatus'Junio C Hamano
2009-08-24Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy
2009-08-12Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy
2009-08-05diff-index: keep the original index intactJunio C Hamano
2009-08-05diff-index: report unmerged new entriesJunio C Hamano
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano
2009-06-21Merge branch 'jc/cache-tree'Junio C Hamano
2009-05-25Avoid "diff-index --cached" optimization under --find-copies-harderJunio C Hamano
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano
2009-05-23Merge branch 'lt/maint-diff-reduce-lstat'Junio C Hamano
2009-05-10Avoid unnecessary 'lstat()' calls in 'get_stat_data()'Linus Torvalds
2009-03-18Merge branch 'kb/checkout-optim'Junio C Hamano
2009-02-11Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik
2009-01-11Cleanup of unused symcache variable inside diff-lib.cKjetil Barvik
2008-08-31diff: vary default prefix depending on what are comparedJunio C Hamano
2008-07-16Fix buffer overflow in git diffDmitry Potapov
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano
2008-05-11Optimize symlink/directory detectionLinus Torvalds
2008-05-11Merge branch 'py/diff-submodule'Junio C Hamano
2008-05-06Merge branch 'jc/lstat'Junio C Hamano
2008-05-05diff-lib.c: rename check_work_tree_entity()Junio C Hamano
2008-05-05diff: a submodule not checked out is not modifiedJunio C Hamano
2008-04-30git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy
2008-04-13diff-files: mark an index entry we know is up-to-date as suchJunio C Hamano