aboutsummaryrefslogtreecommitdiffstats
path: root/diff-lib.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-02diff-lib.c: constness strengtheningJunio C Hamano1-7/+6
2008-02-09Allow callers of unpack_trees() to handle failureDaniel Barkalow1-2/+4
2008-01-21Also use unpack_trees() in do_diff_cache()Johannes Schindelin1-79/+13
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds1-14/+137
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-18/+14
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska1-1/+1
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano1-11/+13
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-11/+13
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano1-1/+3
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano1-7/+9
2007-09-14diff --no-index: do not forget to run diff_setup_done()Junio C Hamano1-0/+2
2007-08-14diff: squelch empty diffs even moreRené Scharfe1-2/+6
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-21Merge branch 'lt/gitlink'Junio C Hamano1-12/+3
2007-04-13Do not default to --no-index when given two directories.Junio C Hamano1-10/+26
2007-04-09diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds1-12/+3
2007-03-14Teach --quiet to diff backends.Junio C Hamano1-0/+6
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen1-1/+4
2007-03-10Merge branch 'js/diff-ni'Junio C Hamano1-15/+27
2007-03-04Merge branch 'js/symlink'Junio C Hamano1-0/+3
2007-03-04diff --no-index: support /dev/null as filenameJohannes Schindelin1-17/+17
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano1-5/+11
2007-03-03diff: support reading a file from stdin via "-"Johannes Schindelin1-5/+11
2007-03-03diff-ni: allow running from a subdirectory.Junio C Hamano1-1/+13
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-0/+3
2007-02-28diff: make more cases implicit --no-indexJohannes Schindelin1-0/+54
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin1-3/+8
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-3/+13
2007-02-25diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano1-3/+13
2007-02-25Fix typo: do not show name1 when name2 failsJohannes Schindelin1-1/+1
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano1-9/+5
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-0/+207
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano1-9/+1
2007-02-16Do not take mode bits from index after type change.Junio C Hamano1-3/+1
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano1-1/+43
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano1-3/+6
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras1-0/+25
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano1-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-06-19Merge branch 'lt/objlist' into nextJunio C Hamano1-2/+2
2006-06-19Add "named object array" conceptLinus Torvalds1-2/+2
2006-06-18Don't instantiate structures with FAMs.Florian Forster1-19/+22
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano1-1/+9
2006-04-22Libify diff-index.Junio C Hamano1-0/+203
2006-04-22Libify diff-files.Junio C Hamano1-1762/+100
2006-04-19diff --stat: do not drop rename information.Junio C Hamano1-9/+68
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano1-0/+1736