summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cb/diff-fname-optim'Junio C Hamano2010-11-171-0/+109
|\
| * add rebase patch id testsClemens Buchacher2010-09-231-0/+109
* | Merge branch 'jk/no-textconv-symlink'Junio C Hamano2010-11-171-0/+26
|\ \
| * | diff: don't use pathname-based diff drivers for symlinksJeff King2010-09-231-0/+26
| |/
* | Merge branch 'maint'Junio C Hamano2010-11-171-0/+21
|\ \
| * | t3402: test "rebase -s<strategy> -X<opt>"Junio C Hamano2010-11-111-0/+21
* | | tests: use test_cmp instead of piping to diff(1)Ævar Arnfjörð Bjarmason2010-11-142-47/+94
* | | t7004-tag.sh: re-arrange git tag comment for clarityÆvar Arnfjörð Bjarmason2010-11-141-5/+15
* | | Merge branch 'maint'Junio C Hamano2010-11-091-3/+7
|\ \ \ | |/ /
| * | dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy2010-11-081-3/+7
* | | t0003: properly quote $HOMEThomas Rast2010-10-291-1/+1
* | | Merge branch 'ab/send-email-perl'Junio C Hamano2010-10-261-1/+1
|\ \ \
| * | | send-email: use Perl idioms in while loopÆvar Arnfjörð Bjarmason2010-09-301-1/+1
* | | | Merge branch 'sb/send-email-use-to-from-input'Junio C Hamano2010-10-261-0/+39
|\ \ \ \
| * | | | send-email: Don't leak To: headers between patchesStephen Boyd2010-10-041-0/+15
| * | | | send-email: Use To: headers in patch filesStephen Boyd2010-09-291-0/+24
* | | | | Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-262-1/+2
|\ \ \ \ \
| * | | | | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-272-1/+2
* | | | | | Merge branch 'jp/send-email-to-cmd'Junio C Hamano2010-10-261-0/+18
|\ \ \ \ \ \
| * | | | | | git-send-email.perl: Add --to-cmdJoe Perches2010-09-271-0/+18
| |/ / / / /
* | | | | | Merge branch 'jf/merge-ignore-ws'Junio C Hamano2010-10-261-0/+186
|\ \ \ \ \ \
| * | | | | | merge-recursive: options to ignore whitespace changesJustin Frankel2010-08-271-0/+186
* | | | | | | Merge branch 'maint'Junio C Hamano2010-10-192-7/+7
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite2010-10-191-1/+1
| * | | | | | Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard2010-10-191-6/+6
* | | | | | | Merge branch 'maint'Junio C Hamano2010-10-133-20/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | shell portability: no "export VAR=VAL"Junio C Hamano2010-10-133-20/+20
* | | | | | | fast-import: Allow filemodify to set the rootDavid Barr2010-10-131-0/+21
* | | | | | | gitweb: Fix test of highlighting support in t9500Jakub Narebski2010-10-131-5/+6
* | | | | | | t5503: fix typoMichael J Gruber2010-10-081-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2010-10-061-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | t/t3415: use && where applicable.Yann Dirson2010-10-061-3/+3
* | | | | | | Make test script t9157 executableJunio C Hamano2010-10-061-0/+0
* | | | | | | Merge branch 'bc/fix-cherry-pick-root'Junio C Hamano2010-10-061-0/+10
|\ \ \ \ \ \ \
| * | | | | | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-271-0/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2010-10-062-1/+50
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge early part of git-svn into maintJunio C Hamano2010-10-051-0/+50
| |\ \ \ \ \ \
| | * | | | | | git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-241-0/+50
| * | | | | | | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-031-1/+0
* | | | | | | | Side-step MSYS-specific path "corruption" leading to t5560 failure.Eric Sunshine2010-10-031-2/+1
* | | | | | | | Side-step sed line-ending "corruption" leading to t6038 failure.Eric Sunshine2010-10-031-1/+3
* | | | | | | | Skip 'git archive --remote' test on msysGitPat Thoyts2010-10-011-1/+1
* | | | | | | | Do not strip CR when grepping HTTP headers.Pat Thoyts2010-10-012-0/+3
* | | | | | | | Skip t1300.70 and 71 on msysGit.Pat Thoyts2010-10-013-10/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-09-301-38/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-301-38/+14
* | | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'Junio C Hamano2010-09-291-0/+36
|\ \ \ \ \ \ \
| * | | | | | | send-email: Refuse to send cover-letter template subjectThomas Rast2010-09-081-0/+36
* | | | | | | | Merge branch 'jc/grep-header-all-match-fix'Junio C Hamano2010-09-291-1/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | log --author: take union of multiple "author" requestsJunio C Hamano2010-09-131-1/+28
| | |_|_|_|_|_|/ | |/| | | | | |