summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
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
2008-03-31diff-files: careful when inspecting work tree itemsJunio C Hamano
2008-03-31diff-index: careful when inspecting work tree itemsJunio C Hamano
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-03-02diff-lib.c: constness strengtheningJunio C Hamano
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-01-21Also use unpack_trees() in do_diff_cache()Johannes Schindelin
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano