summaryrefslogtreecommitdiffstats
path: root/diff-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano1-1/+1
2010-01-18Performance optimization for detection of modified submodulesJens Lehmann1-15/+31
2010-01-16Show submodules as modified when they contain a dirty work treeJens Lehmann1-2/+6
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-2/+3
2010-01-07unpack-trees.c: look ahead in the indexJunio C Hamano1-0/+1
2010-01-07unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano1-18/+0
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano1-2/+2
2009-10-11diff-lib.c: fix misleading comments on oneway_diff()Junio C Hamano1-1/+1
2009-08-28Merge branch 'jc/shortstatus'Junio C Hamano1-20/+2
2009-08-23Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy1-2/+3
2009-08-11Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy1-2/+4
2009-08-05diff-index: keep the original index intactJunio C Hamano1-18/+0
2009-08-05diff-index: report unmerged new entriesJunio C Hamano1-2/+2
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano1-2/+2
2009-06-20Merge branch 'jc/cache-tree'Junio C Hamano1-0/+3
2009-05-25Avoid "diff-index --cached" optimization under --find-copies-harderJunio C Hamano1-2/+3
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano1-0/+2
2009-05-23Merge branch 'lt/maint-diff-reduce-lstat'Junio C Hamano1-1/+1
2009-05-09Avoid unnecessary 'lstat()' calls in 'get_stat_data()'Linus Torvalds1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano1-1/+1
2009-02-10Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer1-0/+15
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik1-1/+1
2009-01-11Cleanup of unused symcache variable inside diff-lib.cKjetil Barvik1-29/+11
2008-08-30diff: vary default prefix depending on what are comparedJunio C Hamano1-0/+3
2008-07-16Fix buffer overflow in git diffDmitry Potapov1-4/+4
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano1-323/+0
2008-05-10Optimize symlink/directory detectionLinus Torvalds1-5/+5
2008-05-10Merge branch 'py/diff-submodule'Junio C Hamano1-7/+26
2008-05-05Merge branch 'jc/lstat'Junio C Hamano1-2/+5
2008-05-04diff-lib.c: rename check_work_tree_entity()Junio C Hamano1-4/+4
2008-05-04diff: a submodule not checked out is not modifiedJunio C Hamano1-3/+22
2008-04-29git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy1-0/+3
2008-04-12diff-files: mark an index entry we know is up-to-date as suchJunio C Hamano1-2/+5
2008-03-30diff-files: careful when inspecting work tree itemsJunio C Hamano1-6/+11
2008-03-30diff-index: careful when inspecting work tree itemsJunio C Hamano1-14/+55
2008-03-10unpack_trees(): fix diff-index regression.Linus Torvalds1-0/+18
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds1-41/+8
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds1-0/+2