summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
2009-08-29Merge branch 'jc/shortstatus'Junio C Hamano
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-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
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-09-14diff --no-index: do not forget to run diff_setup_done()Junio C Hamano
2007-08-15diff: squelch empty diffs even moreRené Scharfe
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe
2007-06-07War on whitespaceJunio C Hamano
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-14Do not default to --no-index when given two directories.Junio C Hamano
2007-04-10diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds
2007-03-14Teach --quiet to diff backends.Junio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-05Merge branch 'js/symlink'Junio C Hamano
2007-03-04diff --no-index: support /dev/null as filenameJohannes Schindelin