summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Fix "quote" misconversion for rewrite diff output.Junio C Hamano2007-11-211-1/+1
* | Reorder diff_opt_parse options more logically per topics.Pierre Habouzit2007-11-111-53/+63
* | Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-63/+60
|/
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-35/+3
|\
| * Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt2007-10-211-35/+3
* | copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-261-23/+17
* | Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-261-4/+11
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-221-2/+6
|/
* Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-229/+123
|\
| * strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-8/+6
| * Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-193/+110
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-11/+2
| * Merge branch 'master' into ph/strbufJunio C Hamano2007-09-181-1/+1
| |\
| * | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
| * | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-7/+5
| * | Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-2/+2