aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-21Merge branch 'mm/shortopt-detached'Junio C Hamano1-43/+124
2010-08-18Merge branch 'jc/maint-follow-rename-fix'Junio C Hamano1-14/+13
2010-08-18Merge branch 'jl/submodule-ignore-diff'Junio C Hamano1-7/+34
2010-08-16hash binary sha1 into patch idClemens Buchacher1-0/+7
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano1-14/+13
2010-08-11diff: strip extra "/" when stripping prefixJakub Narebski1-2/+8
2010-08-09Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin1-1/+5
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann1-6/+29
2010-08-06diff: parse separate options --stat-width n, --stat-name-width nMatthieu Moy1-5/+23
2010-08-06diff: split off a function for --stat-* option parsingJonathan Nieder1-27/+35
2010-08-06diff: parse separate options like -S fooMatthieu Moy1-16/+71
2010-08-03Merge branch 'sv/maint-diff-q-clear-fix' into maintJunio C Hamano1-1/+0
2010-08-02Fix DIFF_QUEUE_CLEAR refactoringJunio C Hamano1-1/+0
2010-07-08diff.c: fix a graph output bugBo Yang1-2/+1
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano1-11/+4
2010-06-30Merge branch 'jl/maint-diff-ignore-submodules'Junio C Hamano1-1/+10
2010-06-27Merge branch 'ab/blame-textconv'Junio C Hamano1-8/+4
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann1-11/+4
2010-06-22Merge branch 'maint'Junio C Hamano1-1/+0
2010-06-22Merge branch 'cc/maint-diff-CC-binary' into maintJunio C Hamano1-5/+16
2010-06-21Merge branch 'bw/diff-metainfo-color' into maintJunio C Hamano1-26/+35
2010-06-21Merge branch 'rs/diff-no-minimal' into maintJunio C Hamano1-5/+5
2010-06-18Merge branch 'cc/maint-diff-CC-binary'Junio C Hamano1-5/+16
2010-06-18Merge branch 'by/diff-graph'Junio C Hamano1-97/+312
2010-06-18Merge branch 'jh/diff-index-line-abbrev'Junio C Hamano1-3/+3
2010-06-18Merge branch 'ec/diff-noprefix-config'Junio C Hamano1-1/+8
2010-06-13Merge branch 'bw/diff-metainfo-color'Junio C Hamano1-26/+35
2010-06-13Merge branch 'rs/diff-no-minimal'Junio C Hamano1-5/+5
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Jens Lehmann1-1/+10
2010-06-11textconv: make the API publicAxel Bonnet1-8/+4
2010-06-06diff: fix "git show -C -C" output when renaming a binary fileChristian Couder1-6/+17
2010-05-31Make --color-words work well with --graphBo Yang1-17/+104
2010-05-31Emit a whole line in one goBo Yang1-5/+27
2010-05-31diff.c: Output the text graph padding before each diff lineBo Yang1-53/+147
2010-05-31Add a prefix output callback to diff outputBo Yang1-27/+35
2010-05-31diff.c: Ensure "index $from..$to" line contains unambiguous SHA1sJohan Herland1-3/+3
2010-05-21Merge branch 'by/log-follow'Junio C Hamano1-8/+13
2010-05-21Merge branch 'tr/word-diff'Junio C Hamano1-19/+120
2010-05-19diff: fix coloring of extended diff headersBert Wesarg1-26/+35
2010-05-18diff-options: make --patch a synonym for -pWill Palmer1-1/+1
2010-05-18diff: add configuration option for disabling diff prefixes.Eli Collins1-1/+8
2010-05-08Merge branch 'jk/cached-textconv'Junio C Hamano1-46/+73
2010-05-07Make diffcore_std only can run once before a diff_flushBo Yang1-0/+8
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Bo Yang1-8/+5
2010-05-04Merge branch 'maint-1.7.0' into maintJunio C Hamano1-10/+5
2010-05-04remove ecb parameter from xdi_diff_outf()René Scharfe1-10/+5
2010-05-02git diff too slow for a fileRené Scharfe1-5/+5
2010-04-22Merge branch 'jk/maint-diffstat-overflow' into maintJunio C Hamano1-9/+12
2010-04-18Merge branch 'jk/maint-diffstat-overflow'Junio C Hamano1-9/+12
2010-04-17diff: use large integers for diffstat calculationsJeff King1-9/+12