summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
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
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano
2007-03-04diff: support reading a file from stdin via "-"Johannes Schindelin
2007-03-04diff-ni: allow running from a subdirectory.Junio C Hamano
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-03-01diff: make more cases implicit --no-indexJohannes Schindelin
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano
2007-02-25Fix typo: do not show name1 when name2 failsJohannes Schindelin
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-01-07diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-06-20Merge branch 'lt/objlist' into nextJunio C Hamano
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-19Don't instantiate structures with FAMs.Florian Forster
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano
2006-04-22Libify diff-index.Junio C Hamano
2006-04-22Libify diff-files.Junio C Hamano
2006-04-20diff --stat: do not drop rename information.Junio C Hamano
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano