summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow
2008-03-02diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano
2008-03-02Clean up find_unique_abbrev() callersJunio C Hamano
2008-02-27Merge branch 'jm/free'Junio C Hamano
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano
2008-02-26Merge branch 'maint'Junio C Hamano
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2008-02-25Merge branch 'lt/dirstat'Junio C Hamano
2008-02-25diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-21diff: fix java funcname pattern for solarisJeff King
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano
2008-02-16diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder
2008-02-16diff.c: remove useless check for value != NULLChristian Couder
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano
2008-02-13diff --relative: help working in a bare repositoryJunio C Hamano
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano
2008-02-12Add "--dirstat" for some directory statisticsLinus Torvalds
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11diff.c: guard config parser from value=NULLJunio C Hamano
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano
2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King
2008-01-16Correct spelling in diff.c commentBill Lear
2008-01-07diff: do not chomp hunk-header in the middle of a characterJunio C Hamano
2008-01-05diff: remove lazy config loadingJeff King
2008-01-05diff: load funcname patterns in "basic" configJeff King
2008-01-05add a "basic" diff config callbackJeff King
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin
2007-12-18Support config variable diff.externalJohannes Schindelin
2007-12-14Make "diff --check" output match "git apply"Wincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-12-14xdl_diff: identify call sites.Junio C Hamano
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano
2007-12-12Use "whitespace" consistentlyWincent Colaiuta
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-12-06git config --get-colorboolJunio C Hamano
2007-11-22Fix "quote" misconversion for rewrite diff output.Junio C Hamano
2007-11-12Reorder diff_opt_parse options more logically per topics.Pierre Habouzit
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-03git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano