summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-1/+0
* diff: make --dirstat binary-file safeJunio C Hamano2008-04-091-23/+60
* Write diff output to a file in struct diff_optionsDaniel Barkalow2008-03-141-140/+166
* diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano2008-03-021-5/+2
* Clean up find_unique_abbrev() callersJunio C Hamano2008-03-011-2/+0
* Merge branch 'jm/free'Junio C Hamano2008-02-271-6/+3
|\
| * Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-6/+3
* | Merge branch 'jc/diff-relative'Junio C Hamano2008-02-271-17/+87
|\ \
| * | diff --relative: help working in a bare repositoryJunio C Hamano2008-02-131-0/+4
| * | diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-131-17/+83
* | | Merge branch 'maint'Junio C Hamano2008-02-261-4/+4
|\ \ \
| * | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-251-4/+4
* | | | Merge branch 'lt/dirstat'Junio C Hamano2008-02-241-1/+94
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano2008-02-241-1/+6
| * | | Add "--dirstat" for some directory statisticsLinus Torvalds2008-02-121-1/+89
* | | | diff: fix java funcname pattern for solarisJeff King2008-02-201-1/+1
* | | | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-3/+3
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-161-1/+1
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'maint'Junio C Hamano2008-02-161-14/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff: Fix miscounting of --check outputJunio C Hamano2008-02-151-2/+2
| * | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder2008-02-151-5/+2
| * | diff.c: remove useless check for value != NULLChristian Couder2008-02-151-7/+2
| * | diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder2008-02-151-1/+1
| * | diff.c: fixup garding of config parser from value=NULLJunio C Hamano2008-02-151-1/+1
* | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-111-9/+14
|\ \ \ | |/ / |/| |
| * | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-211-9/+14
| |/
* | diff.c: guard config parser from value=NULLJunio C Hamano2008-02-111-2/+12
|/
* color unchanged lines as "plain" in "diff --color-words"Jeff King2008-01-181-5/+5
* Correct spelling in diff.c commentBill Lear2008-01-161-1/+1
* diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-061-0/+25
* diff: remove lazy config loadingJeff King2008-01-041-9/+0
* diff: load funcname patterns in "basic" configJeff King2008-01-041-3/+8
* add a "basic" diff config callbackJeff King2008-01-041-0/+6
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-261-3/+9
* Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin2007-12-201-8/+17
* Support config variable diff.externalJohannes Schindelin2007-12-171-0/+7
* Make "diff --check" output match "git apply"Wincent Colaiuta2007-12-131-2/+1
* Unify whitespace checkingWincent Colaiuta2007-12-131-119/+19
* diff --check: minor fixupsJunio C Hamano2007-12-131-5/+14
* "diff --check" should affect exit statusWincent Colaiuta2007-12-131-0/+9
* xdl_diff: identify call sites.Junio C Hamano2007-12-131-5/+5
* Fix "diff --check" whitespace detectionWincent Colaiuta2007-12-121-3/+10
* git-diff --numstat -z: make it machine readableJunio C Hamano2007-12-121-32/+68
* Use "whitespace" consistentlyWincent Colaiuta2007-12-121-2/+2
* Merge branch 'jc/spht'Junio C Hamano2007-12-091-11/+29
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-061-7/+12
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-021-2/+12
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-021-5/+8
* | git config --get-colorboolJunio C Hamano2007-12-051-1/+1