| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 | 1 | -4/+4 |
* | 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 |
* | 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 |
| * | War on whitespace: first, a bit of retreat. | Junio C Hamano | 2007-11-02 | 1 | -5/+8 |
* | | git config --get-colorbool | Junio C Hamano | 2007-12-05 | 1 | -1/+1 |
* | | Fix "quote" misconversion for rewrite diff output. | Junio C Hamano | 2007-11-21 | 1 | -1/+1 |
* | | Reorder diff_opt_parse options more logically per topics. | Pierre Habouzit | 2007-11-11 | 1 | -53/+63 |
* | | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -63/+60 |
|/ |
|
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 1 | -35/+3 |
|\ |
|
| * | Use run_command() to spawn external diff programs instead of fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -35/+3 |
* | | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 | 1 | -23/+17 |
* | | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 | 1 | -4/+11 |
* | | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 2007-10-22 | 1 | -2/+6 |
|/ |
|
* | Merge branch 'ph/strbuf' | Junio C Hamano | 2007-10-03 | 1 | -229/+123 |
|\ |
|
| * | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -8/+6 |
| * | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 2007-09-20 | 1 | -193/+110 |
| * | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -11/+2 |
| * | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 | 1 | -1/+1 |
| |\ |
|
| * | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
| * | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 | 1 | -7/+5 |
| * | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 1 | -2/+2 |
| * | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-10 | 1 | -4/+17 |
| |\ \ |
|
| * | | | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 2007-09-06 | 1 | -18/+9 |
* | | | | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 1 | -2/+2 |
* | | | | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | Fix the rename detection limit checking | Linus Torvalds | 2007-09-14 | 1 | -1/+1 |
| |/
|/| |
|