Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix copy-pasted comments related to tree diff handling. | Yann Dirson | 2010-10-25 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'jc/pickaxe-grep' | Junio C Hamano | 2010-09-29 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 2010-08-31 | 1 | -2/+7 | |
| * | | | | | | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 2010-08-31 | 1 | -1/+1 | |
* | | | | | | | diff: trivial fix for --output file error message | Matthieu Moy | 2010-09-29 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-09 | 1 | -1/+4 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | diff.c: call regfree to free memory allocated by regcomp when necessary | Brandon Casey | 2010-09-09 | 1 | -1/+4 | |
* | | | | | | Merge branch 'cb/binary-patch-id' | Junio C Hamano | 2010-08-31 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | hash binary sha1 into patch id | Clemens Buchacher | 2010-08-16 | 1 | -0/+7 | |
* | | | | | | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 2010-08-21 | 1 | -43/+124 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | diff: parse separate options --stat-width n, --stat-name-width n | Matthieu Moy | 2010-08-06 | 1 | -5/+23 | |
| * | | | | | | diff: split off a function for --stat-* option parsing | Jonathan Nieder | 2010-08-06 | 1 | -27/+35 | |
| * | | | | | | diff: parse separate options like -S foo | Matthieu Moy | 2010-08-06 | 1 | -16/+71 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jc/maint-follow-rename-fix' | Junio C Hamano | 2010-08-18 | 1 | -14/+13 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 2010-08-13 | 1 | -14/+13 | |
* | | | | | | Merge branch 'jl/submodule-ignore-diff' | Junio C Hamano | 2010-08-18 | 1 | -7/+34 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add the 'diff.ignoreSubmodules' config setting | Johannes Schindelin | 2010-08-09 | 1 | -1/+5 | |
| * | | | | | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 2010-08-09 | 1 | -6/+29 | |
| |/ / / / | ||||||
* | | | | | diff: strip extra "/" when stripping prefix | Jakub Narebski | 2010-08-11 | 1 | -2/+8 | |
* | | | | | Merge branch 'sv/maint-diff-q-clear-fix' into maint | Junio C Hamano | 2010-08-03 | 1 | -1/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix DIFF_QUEUE_CLEAR refactoring | Junio C Hamano | 2010-08-02 | 1 | -1/+0 | |
* | | | | | diff.c: fix a graph output bug | Bo Yang | 2010-07-08 | 1 | -2/+1 | |
* | | | | | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 2010-06-30 | 1 | -11/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 2010-06-25 | 1 | -11/+4 | |
* | | | | | | Merge branch 'jl/maint-diff-ignore-submodules' | Junio C Hamano | 2010-06-30 | 1 | -1/+10 | |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | ||||||
| * | | | | Add optional parameters to the diff option "--ignore-submodules" | Jens Lehmann | 2010-06-11 | 1 | -1/+10 | |
* | | | | | Merge branch 'ab/blame-textconv' | Junio C Hamano | 2010-06-27 | 1 | -8/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | textconv: make the API public | Axel Bonnet | 2010-06-11 | 1 | -8/+4 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-06-22 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'cc/maint-diff-CC-binary' into maint | Junio C Hamano | 2010-06-22 | 1 | -5/+16 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'bw/diff-metainfo-color' into maint | Junio C Hamano | 2010-06-21 | 1 | -26/+35 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'rs/diff-no-minimal' into maint | Junio C Hamano | 2010-06-21 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'cc/maint-diff-CC-binary' | Junio C Hamano | 2010-06-18 | 1 | -5/+16 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | diff: fix "git show -C -C" output when renaming a binary file | Christian Couder | 2010-06-06 | 1 | -6/+17 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'by/diff-graph' | Junio C Hamano | 2010-06-18 | 1 | -97/+312 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make --color-words work well with --graph | Bo Yang | 2010-05-31 | 1 | -17/+104 | |
| * | | | | | | | | Emit a whole line in one go | Bo Yang | 2010-05-31 | 1 | -5/+27 | |
| * | | | | | | | | diff.c: Output the text graph padding before each diff line | Bo Yang | 2010-05-31 | 1 | -53/+147 | |
| * | | | | | | | | Add a prefix output callback to diff output | Bo Yang | 2010-05-31 | 1 | -27/+35 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jh/diff-index-line-abbrev' | Junio C Hamano | 2010-06-18 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diff.c: Ensure "index $from..$to" line contains unambiguous SHA1s | Johan Herland | 2010-05-31 | 1 | -3/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'ec/diff-noprefix-config' | Junio C Hamano | 2010-06-18 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diff: add configuration option for disabling diff prefixes. | Eli Collins | 2010-05-18 | 1 | -1/+8 | |
* | | | | | | | | | Merge branch 'bw/diff-metainfo-color' | Junio C Hamano | 2010-06-13 | 1 | -26/+35 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | diff: fix coloring of extended diff headers | Bert Wesarg | 2010-05-19 | 1 | -26/+35 | |
* | | | | | | | | | Merge branch 'rs/diff-no-minimal' | Junio C Hamano | 2010-06-13 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | git diff too slow for a file | René Scharfe | 2010-05-02 | 1 | -5/+5 | |
* | | | | | | | | Merge branch 'by/log-follow' | Junio C Hamano | 2010-05-21 | 1 | -8/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make diffcore_std only can run once before a diff_flush | Bo Yang | 2010-05-07 | 1 | -0/+8 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 2010-05-07 | 1 | -8/+5 | |
| | |_|_|_|/ / | |/| | | | | |