summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Submodules: Add the new "ignore" config option for diff and statusLibravatar Jens Lehmann1-5/+10
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Libravatar Jens Lehmann1-0/+1
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Libravatar Junio C Hamano1-18/+27
2010-03-13git status: ignoring untracked files must apply to submodules tooLibravatar Jens Lehmann1-1/+1
2010-03-12git status: Fix false positive "new commits" output for dirty submodulesLibravatar Jens Lehmann1-4/+2
2010-03-12Refactor dirty submodule detection in diff-lib.cLibravatar Jens Lehmann1-18/+27
2010-03-09revision: introduce setup_revision_optLibravatar Junio C Hamano1-1/+4
2010-03-08git status: Show detailed dirty status of submodules in long formatLibravatar Jens Lehmann1-2/+4
2010-03-04git diff --submodule: Show detailed dirty status of submodulesLibravatar Jens Lehmann1-8/+8
2010-01-26Merge branch 'jl/diff-submodule-ignore'Libravatar Junio C Hamano1-5/+7
2010-01-24git diff: Don't test submodule dirtiness with --ignore-submodulesLibravatar Jens Lehmann1-4/+6
2010-01-24Merge branch 'jc/fix-tree-walk'Libravatar Junio C Hamano1-18/+1
2010-01-24Make ce_uptodate() trustworthy againLibravatar Junio C Hamano1-1/+1
2010-01-18Performance optimization for detection of modified submodulesLibravatar Jens Lehmann1-15/+31
2010-01-16Show submodules as modified when they contain a dirty work treeLibravatar Jens Lehmann1-2/+6
2010-01-13Merge branch 'nd/sparse'Libravatar Junio C Hamano1-2/+3
2010-01-07unpack-trees.c: look ahead in the indexLibravatar Junio C Hamano1-0/+1
2010-01-07unpack-trees.c: prepare for looking ahead in the indexLibravatar Junio C Hamano1-18/+0
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Libravatar Junio C Hamano1-2/+2
2009-10-11diff-lib.c: fix misleading comments on oneway_diff()Libravatar Junio C Hamano1-1/+1
2009-08-28Merge branch 'jc/shortstatus'Libravatar Junio C Hamano1-20/+2
2009-08-23Teach Git to respect skip-worktree bit (reading part)Libravatar Nguyễn Thái Ngọc Duy1-2/+3
2009-08-11Prevent diff machinery from examining assume-unchanged entries on worktreeLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2009-08-05diff-index: keep the original index intactLibravatar Junio C Hamano1-18/+0
2009-08-05diff-index: report unmerged new entriesLibravatar Junio C Hamano1-2/+2
2009-07-29diff: Rename QUIET internal option to QUICKLibravatar Junio C Hamano1-2/+2
2009-06-20Merge branch 'jc/cache-tree'Libravatar Junio C Hamano1-0/+3
2009-05-25Avoid "diff-index --cached" optimization under --find-copies-harderLibravatar Junio C Hamano1-2/+3
2009-05-25Optimize "diff-index --cached" using cache-treeLibravatar Junio C Hamano1-0/+2
2009-05-23Merge branch 'lt/maint-diff-reduce-lstat'Libravatar Junio C Hamano1-1/+1
2009-05-09Avoid unnecessary 'lstat()' calls in 'get_stat_data()'Libravatar Linus Torvalds1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Libravatar Junio C Hamano1-1/+1
2009-02-10Generalize and libify index_is_dirty() to index_differs_from(...)Libravatar Stephan Beyer1-0/+15
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Libravatar Kjetil Barvik1-1/+1
2009-01-11Cleanup of unused symcache variable inside diff-lib.cLibravatar Kjetil Barvik1-29/+11
2008-08-30diff: vary default prefix depending on what are comparedLibravatar Junio C Hamano1-0/+3
2008-07-16Fix buffer overflow in git diffLibravatar Dmitry Potapov1-4/+4
2008-05-24"git diff": do not ignore index without --no-indexLibravatar Junio C Hamano1-323/+0
2008-05-10Optimize symlink/directory detectionLibravatar Linus Torvalds1-5/+5
2008-05-10Merge branch 'py/diff-submodule'Libravatar Junio C Hamano1-7/+26
2008-05-05Merge branch 'jc/lstat'Libravatar Junio C Hamano1-2/+5
2008-05-04diff-lib.c: rename check_work_tree_entity()Libravatar Junio C Hamano1-4/+4
2008-05-04diff: a submodule not checked out is not modifiedLibravatar Junio C Hamano1-3/+22
2008-04-29git-svn: detect and fail gracefully when dcommitting to a voidLibravatar Matthieu Moy1-0/+3
2008-04-12diff-files: mark an index entry we know is up-to-date as suchLibravatar Junio C Hamano1-2/+5
2008-03-30diff-files: careful when inspecting work tree itemsLibravatar Junio C Hamano1-6/+11
2008-03-30diff-index: careful when inspecting work tree itemsLibravatar Junio C Hamano1-14/+55
2008-03-10unpack_trees(): fix diff-index regression.Libravatar Linus Torvalds1-0/+18
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLibravatar Linus Torvalds1-41/+8
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLibravatar Linus Torvalds1-0/+2