| Commit message (Expand) | Author | Age | Files | Lines |
* | Give the hunk comment its own color | Bert Wesarg | 2009-11-28 | 1 | -0/+1 |
* | Add the --submodule option to the diff option family | Johannes Schindelin | 2009-10-19 | 1 | -0/+3 |
* | Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking | Keith Cascio | 2009-03-04 | 1 | -0/+3 |
* | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 2009-02-10 | 1 | -0/+2 |
* | color-words: take an optional regular expression describing words | Johannes Schindelin | 2009-01-17 | 1 | -0/+1 |
* | diff: add option to show context between close hunks | René Scharfe | 2008-12-29 | 1 | -0/+1 |
* | userdiff: require explicitly allowing textconv | Jeff King | 2008-10-26 | 1 | -0/+1 |
* | Merge branch 'ho/dirstat-by-file' | Shawn O. Pearce | 2008-09-25 | 1 | -0/+1 |
|\ |
|
| * | diff --dirstat-by-file: count changed files, not lines | Heikki Orsila | 2008-09-05 | 1 | -0/+1 |
* | | Merge branch 'jc/diff-prefix' | Junio C Hamano | 2008-09-18 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | diff: vary default prefix depending on what are compared | Junio C Hamano | 2008-08-30 | 1 | -0/+2 |
* | | diff --cumulative is a sub-option of --dirstat | Junio C Hamano | 2008-09-03 | 1 | -1/+1 |
|/ |
|
* | Fix buffer overflow in git diff | Dmitry Potapov | 2008-07-16 | 1 | -5/+4 |
* | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 | 1 | -4/+2 |
|\ |
|
| * | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 | 1 | -4/+2 |
* | | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -2/+2 |
|\ \ |
|
| * | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+2 |
* | | | diff options: Introduce --ignore-submodules | Johannes Schindelin | 2008-05-15 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'jk/renamelimit' (early part) | Junio C Hamano | 2008-05-14 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | diff: make "too many files" rename warning optional | Jeff King | 2008-05-03 | 1 | -0/+1 |
* | | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 2008-05-03 | 1 | -1/+0 |
|/ |
|
* | Write diff output to a file in struct diff_options | Daniel Barkalow | 2008-03-14 | 1 | -0/+3 |
* | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 | 1 | -0/+3 |
|\ |
|
| * | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 1 | -0/+3 |
* | | Merge branch 'lt/dirstat' | Junio C Hamano | 2008-02-24 | 1 | -0/+3 |
|\ \ |
|
| * | | Add "--dirstat" for some directory statistics | Linus Torvalds | 2008-02-12 | 1 | -0/+3 |
| |/ |
|
* | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -0/+1 |
|/ |
|
* | add a "basic" diff config callback | Jeff King | 2008-01-04 | 1 | -0/+1 |
* | Teach diff machinery to display other prefixes than "a/" and "b/" | Johannes Schindelin | 2007-12-20 | 1 | -0/+1 |
* | diff --check: minor fixups | Junio C Hamano | 2007-12-13 | 1 | -0/+2 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 | 1 | -0/+1 |
* | Merge branch 'ph/diffopts' | Junio C Hamano | 2007-11-18 | 1 | -16/+24 |
|\ |
|
| * | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -16/+24 |
* | | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 | 1 | -0/+2 |
* | | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 2007-11-10 | 1 | -1/+3 |
|/ |
|
* | diff: squelch empty diffs even more | René Scharfe | 2007-08-14 | 1 | -0/+1 |
* | git-diff: squelch "empty" diffs | Junio C Hamano | 2007-08-14 | 1 | -0/+1 |
* | Finally implement "git log --follow" | Linus Torvalds | 2007-06-22 | 1 | -0/+1 |
* | Even more missing static | Junio C Hamano | 2007-06-08 | 1 | -2/+0 |
* | Support 'diff=pgm' attribute | Junio C Hamano | 2007-04-22 | 1 | -0/+1 |
* | diff --quiet | Junio C Hamano | 2007-03-14 | 1 | -2/+2 |
* | Remove unused diffcore_std_no_resolve | Junio C Hamano | 2007-03-14 | 1 | -2/+0 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 1 | -1/+4 |
* | diff: make more cases implicit --no-index | Johannes Schindelin | 2007-02-28 | 1 | -0/+2 |
* | diff --no-index: also imitate the exit status of diff(1) | Johannes Schindelin | 2007-02-26 | 1 | -0/+3 |
* | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 | 1 | -0/+1 |
* | git-blame: no rev means start from the working tree file. | Junio C Hamano | 2007-02-05 | 1 | -0/+1 |
* | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 2007-01-06 | 1 | -1/+3 |
* | make commit message a little more consistent and conforting | Nicolas Pitre | 2006-12-15 | 1 | -0/+1 |
* | Merge branch 'jc/pickaxe' | Junio C Hamano | 2006-11-07 | 1 | -0/+1 |
|\ |
|