aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2010-09-09
|\
| * diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey2010-09-09
* | Merge branch 'cb/binary-patch-id'Junio C Hamano2010-08-31
|\ \
| * | hash binary sha1 into patch idClemens Buchacher2010-08-16
* | | Merge branch 'mm/shortopt-detached'Junio C Hamano2010-08-21
|\ \ \
| * | | diff: parse separate options --stat-width n, --stat-name-width nMatthieu Moy2010-08-06
| * | | diff: split off a function for --stat-* option parsingJonathan Nieder2010-08-06
| * | | diff: parse separate options like -S fooMatthieu Moy2010-08-06
| |/ /
* | | Merge branch 'jc/maint-follow-rename-fix'Junio C Hamano2010-08-18
|\ \ \ | | |/ | |/|
| * | diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-13
* | | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-18
|\ \ \ | |/ / |/| |
| * | Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin2010-08-09
| * | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-09
| |/
* | diff: strip extra "/" when stripping prefixJakub Narebski2010-08-11
* | Merge branch 'sv/maint-diff-q-clear-fix' into maintJunio C Hamano2010-08-03
|\ \ | |/ |/|
| * Fix DIFF_QUEUE_CLEAR refactoringJunio C Hamano2010-08-02
* | diff.c: fix a graph output bugBo Yang2010-07-08
* | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-30
|\ \
| * | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
* | | Merge branch 'jl/maint-diff-ignore-submodules'Junio C Hamano2010-06-30
|\ \ \ | |/ /
| * | Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann2010-06-11
* | | Merge branch 'ab/blame-textconv'Junio C Hamano2010-06-27
|\ \ \
| * | | textconv: make the API publicAxel Bonnet2010-06-11
* | | | Merge branch 'maint'Junio C Hamano2010-06-22
|\ \ \ \
| * \ \ \ Merge branch 'cc/maint-diff-CC-binary' into maintJunio C Hamano2010-06-22
| |\ \ \ \
| * \ \ \ \ Merge branch 'bw/diff-metainfo-color' into maintJunio C Hamano2010-06-21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/diff-no-minimal' into maintJunio C Hamano2010-06-21
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'cc/maint-diff-CC-binary'Junio C Hamano2010-06-18
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | diff: fix "git show -C -C" output when renaming a binary fileChristian Couder2010-06-06
* | | | | | | Merge branch 'by/diff-graph'Junio C Hamano2010-06-18
|\ \ \ \ \ \ \
| * | | | | | | Make --color-words work well with --graphBo Yang2010-05-31
| * | | | | | | Emit a whole line in one goBo Yang2010-05-31
| * | | | | | | diff.c: Output the text graph padding before each diff lineBo Yang2010-05-31
| * | | | | | | Add a prefix output callback to diff outputBo Yang2010-05-31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jh/diff-index-line-abbrev'Junio C Hamano2010-06-18
|\ \ \ \ \ \ \
| * | | | | | | diff.c: Ensure "index $from..$to" line contains unambiguous SHA1sJohan Herland2010-05-31
| |/ / / / / /
* | | | | | | Merge branch 'ec/diff-noprefix-config'Junio C Hamano2010-06-18
|\ \ \ \ \ \ \
| * | | | | | | diff: add configuration option for disabling diff prefixes.Eli Collins2010-05-18
* | | | | | | | Merge branch 'bw/diff-metainfo-color'Junio C Hamano2010-06-13
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | diff: fix coloring of extended diff headersBert Wesarg2010-05-19
* | | | | | | | Merge branch 'rs/diff-no-minimal'Junio C Hamano2010-06-13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | git diff too slow for a fileRené Scharfe2010-05-02
* | | | | | | Merge branch 'by/log-follow'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \
| * | | | | | | Make diffcore_std only can run once before a diff_flushBo Yang2010-05-07
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-07
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tr/word-diff'Junio C Hamano2010-05-21
|\ \ \ \ \ \
| * | | | | | diff: add --word-diff option that generalizes --color-wordsThomas Rast2010-04-14
* | | | | | | diff-options: make --patch a synonym for -pWill Palmer2010-05-18
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'jk/cached-textconv'Junio C Hamano2010-05-08
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | diff: avoid useless filespec populationJeff King2010-04-02