| Commit message (Expand) | Author | Age |
... | |
| * | | diff --relative: help working in a bare repository | Junio C Hamano | 2008-02-13 |
| * | | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-02-26 |
|\ \ \ |
|
| * | | | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 |
* | | | | Merge branch 'lt/dirstat' | Junio C Hamano | 2008-02-24 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | diff --dirstat: saner handling of binary and unmerged files | Junio C Hamano | 2008-02-24 |
| * | | | Add "--dirstat" for some directory statistics | Linus Torvalds | 2008-02-12 |
* | | | | diff: fix java funcname pattern for solaris | Jeff King | 2008-02-20 |
* | | | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 |
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 |
|\ \ \ \ |
|
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 |
| * | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" | Christian Couder | 2008-02-15 |
| * | | diff.c: remove useless check for value != NULL | Christian Couder | 2008-02-15 |
| * | | diff.c: replace a 'strdup' with 'xstrdup'. | Christian Couder | 2008-02-15 |
| * | | diff.c: fixup garding of config parser from value=NULL | Junio C Hamano | 2008-02-15 |
* | | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Avoid running lstat(2) on the same cache entry. | Junio C Hamano | 2008-01-21 |
| |/ |
|
* | | diff.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | color unchanged lines as "plain" in "diff --color-words" | Jeff King | 2008-01-18 |
* | Correct spelling in diff.c comment | Bill Lear | 2008-01-16 |
* | diff: do not chomp hunk-header in the middle of a character | Junio C Hamano | 2008-01-06 |
* | diff: remove lazy config loading | Jeff King | 2008-01-04 |
* | diff: load funcname patterns in "basic" config | Jeff King | 2008-01-04 |
* | add a "basic" diff config callback | Jeff King | 2008-01-04 |
* | Fix rewrite_diff() name quoting. | Junio C Hamano | 2007-12-26 |
* | Teach diff machinery to display other prefixes than "a/" and "b/" | Johannes Schindelin | 2007-12-20 |
* | Support config variable diff.external | Johannes Schindelin | 2007-12-17 |
* | Make "diff --check" output match "git apply" | Wincent Colaiuta | 2007-12-13 |
* | Unify whitespace checking | Wincent Colaiuta | 2007-12-13 |
* | diff --check: minor fixups | Junio C Hamano | 2007-12-13 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 |
* | xdl_diff: identify call sites. | Junio C Hamano | 2007-12-13 |
* | Fix "diff --check" whitespace detection | Wincent Colaiuta | 2007-12-12 |
* | git-diff --numstat -z: make it machine readable | Junio C Hamano | 2007-12-12 |
* | Use "whitespace" consistently | Wincent Colaiuta | 2007-12-12 |
* | Merge branch 'jc/spht' | Junio C Hamano | 2007-12-09 |
|\ |
|
| * | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 2007-12-06 |
| * | git-diff: complain about >=8 consecutive spaces in initial indent | Junio C Hamano | 2007-11-02 |
| * | War on whitespace: first, a bit of retreat. | Junio C Hamano | 2007-11-02 |
* | | git config --get-colorbool | Junio C Hamano | 2007-12-05 |
* | | Fix "quote" misconversion for rewrite diff output. | Junio C Hamano | 2007-11-21 |
* | | Reorder diff_opt_parse options more logically per topics. | Pierre Habouzit | 2007-11-11 |
* | | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 |
|/ |
|
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 |
|\ |
|
| * | Use run_command() to spawn external diff programs instead of fork/exec. | Johannes Sixt | 2007-10-21 |
* | | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 |
* | | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 |
* | | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 2007-10-22 |
|/ |
|