summaryrefslogtreecommitdiff
path: root/diff-lib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/shortstatus'Junio C Hamano2009-08-281-20/+2
|\
| * diff-index: keep the original index intactJunio C Hamano2009-08-051-18/+0
| * diff-index: report unmerged new entriesJunio C Hamano2009-08-051-2/+2
* | Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-111-2/+4
|/
* Merge branch 'jc/cache-tree'Junio C Hamano2009-06-201-0/+3
|\
| * Avoid "diff-index --cached" optimization under --find-copies-harderJunio C Hamano2009-05-251-2/+3
| * Optimize "diff-index --cached" using cache-treeJunio C Hamano2009-05-251-0/+2
* | Merge branch 'lt/maint-diff-reduce-lstat'Junio C Hamano2009-05-231-1/+1
|\ \ | |/ |/|
| * Avoid unnecessary 'lstat()' calls in 'get_stat_data()'Linus Torvalds2009-05-091-1/+1
* | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\ \
| * | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
* | | Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-101-0/+15
|/ /
* | Cleanup of unused symcache variable inside diff-lib.cKjetil Barvik2009-01-111-29/+11
|/
* diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-301-0/+3
* Fix buffer overflow in git diffDmitry Potapov2008-07-161-4/+4
* "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-323/+0
* Optimize symlink/directory detectionLinus Torvalds2008-05-101-5/+5
* Merge branch 'py/diff-submodule'Junio C Hamano2008-05-101-7/+26
|\
| * diff-lib.c: rename check_work_tree_entity()Junio C Hamano2008-05-041-4/+4
| * diff: a submodule not checked out is not modifiedJunio C Hamano2008-05-041-3/+22
* | Merge branch 'jc/lstat'Junio C Hamano2008-05-051-2/+5
|\ \ | |/ |/|
| * diff-files: mark an index entry we know is up-to-date as suchJunio C Hamano2008-04-121-2/+5
* | git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy2008-04-291-0/+3
|/
* diff-files: careful when inspecting work tree itemsJunio C Hamano2008-03-301-6/+11
* diff-index: careful when inspecting work tree itemsJunio C Hamano2008-03-301-14/+55
* unpack_trees(): fix diff-index regression.Linus Torvalds2008-03-101-0/+18
* Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-091-41/+8
* Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-091-0/+2
* diff-lib.c: constness strengtheningJunio C Hamano2008-03-021-7/+6
* Allow callers of unpack_trees() to handle failureDaniel Barkalow2008-02-091-2/+4
* Also use unpack_trees() in do_diff_cache()Johannes Schindelin2008-01-211-79/+13
* Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-211-14/+137
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-18/+14
* Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-261-1/+1
* Merge branch 'ph/diffopts'Junio C Hamano2007-11-181-11/+13
|\
| * Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-11/+13
* | git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-101-1/+3
* | ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-101-7/+9
|/
* diff --no-index: do not forget to run diff_setup_done()Junio C Hamano2007-09-141-0/+2
* diff: squelch empty diffs even moreRené Scharfe2007-08-141-2/+6
* diff-lib.c: don't strdup twiceRené Scharfe2007-07-071-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-12/+3
|\
| * diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds2007-04-091-12/+3
* | Do not default to --no-index when given two directories.Junio C Hamano2007-04-131-10/+26
|/
* Teach --quiet to diff backends.Junio C Hamano2007-03-141-0/+6
* Allow git-diff exit with codes similar to diff(1)Alex Riesen2007-03-141-1/+4
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-101-15/+27
|\
| * diff --no-index: support /dev/null as filenameJohannes Schindelin2007-03-041-17/+17
| * diff-ni: fix the diff with standard inputJunio C Hamano2007-03-041-5/+11