| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/renamelimit' (early part) | Junio C Hamano | 2008-05-14 | 1 | -1/+1 |
|\ |
|
| * | bump rename limit defaults | Jeff King | 2008-05-03 | 1 | -1/+1 |
* | | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 2008-05-03 | 1 | -1/+0 |
|/ |
|
* | diff: make --dirstat binary-file safe | Junio C Hamano | 2008-04-09 | 1 | -23/+60 |
* | Write diff output to a file in struct diff_options | Daniel Barkalow | 2008-03-14 | 1 | -140/+166 |
* | diff: make sure work tree side is shown as 0{40} when different | Junio C Hamano | 2008-03-02 | 1 | -5/+2 |
* | Clean up find_unique_abbrev() callers | Junio C Hamano | 2008-03-01 | 1 | -2/+0 |
* | Merge branch 'jm/free' | Junio C Hamano | 2008-02-27 | 1 | -6/+3 |
|\ |
|
| * | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 | 1 | -6/+3 |
* | | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 | 1 | -17/+87 |
|\ \ |
|
| * | | diff --relative: help working in a bare repository | Junio C Hamano | 2008-02-13 | 1 | -0/+4 |
| * | | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 1 | -17/+83 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-02-26 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 | 1 | -4/+4 |
* | | | | Merge branch 'lt/dirstat' | Junio C Hamano | 2008-02-24 | 1 | -1/+94 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | diff --dirstat: saner handling of binary and unmerged files | Junio C Hamano | 2008-02-24 | 1 | -1/+6 |
| * | | | Add "--dirstat" for some directory statistics | Linus Torvalds | 2008-02-12 | 1 | -1/+89 |
* | | | | diff: fix java funcname pattern for solaris | Jeff King | 2008-02-20 | 1 | -1/+1 |
* | | | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -3/+3 |
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 1 | -14/+6 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 1 | -2/+2 |
| * | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" | Christian Couder | 2008-02-15 | 1 | -5/+2 |
| * | | diff.c: remove useless check for value != NULL | Christian Couder | 2008-02-15 | 1 | -7/+2 |
| * | | diff.c: replace a 'strdup' with 'xstrdup'. | Christian Couder | 2008-02-15 | 1 | -1/+1 |
| * | | diff.c: fixup garding of config parser from value=NULL | Junio C Hamano | 2008-02-15 | 1 | -1/+1 |
* | | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 | 1 | -9/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | Avoid running lstat(2) on the same cache entry. | Junio C Hamano | 2008-01-21 | 1 | -9/+14 |
| |/ |
|
* | | diff.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -2/+12 |
|/ |
|
* | color unchanged lines as "plain" in "diff --color-words" | Jeff King | 2008-01-18 | 1 | -5/+5 |
* | Correct spelling in diff.c comment | Bill Lear | 2008-01-16 | 1 | -1/+1 |
* | diff: do not chomp hunk-header in the middle of a character | Junio C Hamano | 2008-01-06 | 1 | -0/+25 |
* | diff: remove lazy config loading | Jeff King | 2008-01-04 | 1 | -9/+0 |
* | diff: load funcname patterns in "basic" config | Jeff King | 2008-01-04 | 1 | -3/+8 |
* | add a "basic" diff config callback | Jeff King | 2008-01-04 | 1 | -0/+6 |
* | Fix rewrite_diff() name quoting. | Junio C Hamano | 2007-12-26 | 1 | -3/+9 |
* | Teach diff machinery to display other prefixes than "a/" and "b/" | Johannes Schindelin | 2007-12-20 | 1 | -8/+17 |
* | Support config variable diff.external | Johannes Schindelin | 2007-12-17 | 1 | -0/+7 |
* | Make "diff --check" output match "git apply" | Wincent Colaiuta | 2007-12-13 | 1 | -2/+1 |
* | Unify whitespace checking | Wincent Colaiuta | 2007-12-13 | 1 | -119/+19 |
* | diff --check: minor fixups | Junio C Hamano | 2007-12-13 | 1 | -5/+14 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 | 1 | -0/+9 |
* | xdl_diff: identify call sites. | Junio C Hamano | 2007-12-13 | 1 | -5/+5 |
* | Fix "diff --check" whitespace detection | Wincent Colaiuta | 2007-12-12 | 1 | -3/+10 |
* | git-diff --numstat -z: make it machine readable | Junio C Hamano | 2007-12-12 | 1 | -32/+68 |
* | Use "whitespace" consistently | Wincent Colaiuta | 2007-12-12 | 1 | -2/+2 |
* | Merge branch 'jc/spht' | Junio C Hamano | 2007-12-09 | 1 | -11/+29 |
|\ |
|
| * | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 2007-12-06 | 1 | -7/+12 |
| * | git-diff: complain about >=8 consecutive spaces in initial indent | Junio C Hamano | 2007-11-02 | 1 | -2/+12 |