summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge-recursive: option to specify rename thresholdKevin Ballard2010-09-295-3/+16
* merge-recursive: options to ignore whitespace changesJustin Frankel2010-08-273-0/+207
* merge-recursive --patienceJustin Frankel2010-08-266-0/+14
* ll-merge: replace flag argument with options structJonathan Nieder2010-08-267-66/+104
* merge-recursive: expose merge options for builtin mergeJonathan Nieder2010-08-264-31/+26
* merge-recursive --renormalizeJonathan Nieder2010-08-068-8/+45
* rerere: never renormalizeJonathan Nieder2010-08-061-6/+5
* rerere: migrate to parse-options APIJonathan Nieder2010-08-062-24/+119
* t4200 (rerere): modernize styleJonathan Nieder2010-08-061-125/+180
* ll-merge: let caller decide whether to renormalizeJonathan Nieder2010-08-065-8/+19
* ll-merge: make flag easier to populateJonathan Nieder2010-08-064-9/+28
* Documentation/technical: document ll_mergeJonathan Nieder2010-08-061-0/+70
* merge-trees: let caller decide whether to renormalizeJonathan Nieder2010-08-062-1/+3
* merge-trees: push choice to renormalize away from low levelJonathan Nieder2010-08-061-4/+5
* t6038 (merge.renormalize): check that it can be turned offJonathan Nieder2010-08-061-1/+49
* t6038 (merge.renormalize): try checkout -m and cherry-pickJonathan Nieder2010-08-061-0/+41
* t6038 (merge.renormalize): style nitpicksJonathan Nieder2010-08-061-8/+44
* Don't expand CRLFs when normalizing text during mergeEyvind Bernhardsen2010-07-021-7/+20
* Try normalizing files to avoid delete/modify conflicts when mergingEyvind Bernhardsen2010-07-022-3/+50
* Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen2010-07-028-2/+143
* Git 1.7.2-rc0v1.7.2-rc0Junio C Hamano2010-06-271-1/+11
* Merge branch 'cp/textconv-cat-file'Junio C Hamano2010-06-277-15/+155
|\
| * git-cat-file.txt: Document --textconvMichael J Gruber2010-06-241-2/+8
| * t/t8007: test textconv support for cat-fileClément Poulain2010-06-181-0/+70
| * textconv: support for cat_fileClément Poulain2010-06-183-8/+40
| * sha1_name: add get_sha1_with_context()Clément Poulain2010-06-182-5/+37
* | Merge branch 'pb/maint-perl-errmsg-no-dir'Junio C Hamano2010-06-271-2/+2
|\ \
| * | Git.pm: better error messagePhilippe Bruhat (BooK)2010-06-181-2/+2
* | | Merge branch 'tr/send-email-8bit'Junio C Hamano2010-06-273-0/+146
|\ \ \
| * | | send-email: ask about and declare 8bit mailsThomas Rast2010-06-183-0/+146
* | | | Merge branch 'js/maint-am-rebase-invalid-author'Junio C Hamano2010-06-272-6/+17
|\ \ \ \
| * | | | am: use get_author_ident_from_commit instead of mailinfo when rebasingJay Soffian2010-06-162-6/+17
* | | | | Merge branch 'ab/blame-textconv'Junio C Hamano2010-06-274-21/+165
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | t/t8006: test textconv support for blameAxel Bonnet2010-06-181-0/+80
| * | | | textconv: support for blameAxel Bonnet2010-06-181-13/+72
| * | | | textconv: make the API publicAxel Bonnet2010-06-112-8/+12
* | | | | Merge branch 'jn/show-num-walks'Junio C Hamano2010-06-271-0/+4
|\ \ \ \ \
| * | | | | DWIM 'git show -5' to 'git show --do-walk -5'Jonathan Nieder2010-06-021-0/+4
* | | | | | Merge branch 'maint'Junio C Hamano2010-06-255-10/+10
|\ \ \ \ \ \
| * | | | | | msvc: Fix some compiler warningsRamsay Jones2010-06-251-4/+4
| * | | | | | Documentation: grep: fix asciidoc problem with --Christian Couder2010-06-251-1/+1
| * | | | | | msvc: Fix some "expr evaluates to function" compiler warningsRamsay Jones2010-06-243-5/+5
* | | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-231-10/+18
|\ \ \ \ \ \ \
| * | | | | | | url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano2010-06-231-10/+18
* | | | | | | | Update draft release notes to 1.7.2Junio C Hamano2010-06-221-12/+41
* | | | | | | | Merge branch 'jc/maint-simpler-common-prefix'Junio C Hamano2010-06-221-13/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | common_prefix: simplify and fix scanning for prefixesJunio C Hamano2010-06-161-13/+13
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/format-patch-signature'Junio C Hamano2010-06-226-4/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: Add --signature and format.signatureStephen Boyd2010-06-161-1/+2
| * | | | | | | | format-patch: Add a signature option (--signature)Stephen Boyd2010-06-165-3/+83