summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* remote: add a test for extra arguments, according to docsThomas Rast2013-04-241-0/+27
* Merge branch 'jk/doc-http-backend' into maintJunio C Hamano2013-04-222-0/+48
|\
| * doc/http-backend: match query-string in apache half-auth exampleJeff King2013-04-132-0/+48
* | Merge branch 'jk/test-trash' into maintJunio C Hamano2013-04-221-9/+9
|\ \
| * | t/test-lib.sh: drop "$test" variableJeff King2013-04-141-5/+5
| * | t/test-lib.sh: fix TRASH_DIRECTORY handlingJohn Keeping2013-04-141-4/+4
* | | Merge branch 'js/rerere-forget-protect-against-NUL' into maintJunio C Hamano2013-04-221-0/+25
|\ \ \
| * | | rerere forget: do not segfault if not all stages are presentJohannes Sixt2013-04-041-0/+13
| * | | rerere forget: grok files containing NULJohannes Sixt2013-04-021-0/+12
* | | | Merge branch 'jc/apply-ws-fix-tab-in-indent' into maintJunio C Hamano2013-04-223-1/+31
|\ \ \ \
| * | | | test: resurrect q_to_tabJunio C Hamano2013-03-291-0/+4
| * | | | apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano2013-03-223-3/+29
| |/ / /
* | | | Merge branch 'ap/combine-diff-ignore-whitespace' into maintJunio C Hamano2013-04-221-0/+111
|\ \ \ \
| * | | | Allow combined diff to ignore white-spacesAntoine Pelisse2013-03-141-0/+111
* | | | | Merge branch 'tr/perl-keep-stderr-open' into maintJunio C Hamano2013-04-221-1/+2
|\ \ \ \ \
| * | | | | t9700: do not close STDERRThomas Rast2013-04-041-1/+2
* | | | | | Merge branch 'lf/bundle-with-tip-wo-message' into maintJunio C Hamano2013-04-221-0/+10
|\ \ \ \ \ \
| * | | | | | bundle: Accept prerequisites without commit messagesLukas Fleischer2013-04-071-0/+10
* | | | | | | Merge branch 'jk/filter-branch-come-back-to-original' into maintJunio C Hamano2013-04-221-0/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | filter-branch: return to original dir after filteringJeff King2013-04-021-0/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rr/test-3200-style' into maintJunio C Hamano2013-04-121-253/+267
|\ \ \ \ \ \
| * | | | | | t3200 (branch): modernize styleRamkumar Ramachandra2013-03-201-233/+244
* | | | | | | Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL' into maintJunio C Hamano2013-04-121-3/+3
|\ \ \ \ \ \ \
| * | | | | | | t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano2013-03-281-3/+3
* | | | | | | | Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-128-12/+12
* | | | | | | | t: make PIPE a standard test prerequisiteAdam Spiers2013-04-114-16/+10
* | | | | | | | t/README: --immediate skips cleanup commands for failed testsSimon Ruderich2013-04-091-1/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Sync with 1.8.1.6Junio C Hamano2013-04-071-0/+27
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-071-0/+27
| |\ \ \ \ \
| | * | | | | t: check that a pattern without trailing slash matches a directoryJeff King2013-03-281-0/+27
* | | | | | | Merge branch 'jk/peel-ref' into maintJunio C Hamano2013-04-041-0/+9
|\ \ \ \ \ \ \
| * | | | | | | upload-pack: make sure "want" objects are parsedJeff King2013-03-161-0/+9
* | | | | | | | Merge branch 'bc/commit-complete-lines-given-via-m-option' into maintJunio C Hamano2013-04-031-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-191-1/+1
| * | | | | | | | t7502: demonstrate breakage with a commit message with trailing newlinesBrandon Casey2013-02-191-3/+11
| * | | | | | | | t/t7502: compare entire commit message with what was expectedBrandon Casey2013-02-191-2/+2
* | | | | | | | | Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-031-0/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | setup: suppress implicit "." work-tree for bare reposJeff King2013-03-081-0/+19
* | | | | | | | | | Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano2013-04-031-13/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-091-13/+14
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/empty-archive' into maintJunio C Hamano2013-04-035-12/+108
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | archive: handle commits with an empty treeJeff King2013-03-102-0/+102
| * | | | | | | | | | test-lib: factor out $GIT_UNZIP setupJeff King2013-03-103-12/+6
* | | | | | | | | | | Merge branch 'ph/tag-force-no-warn-on-creation' into maintJunio C Hamano2013-04-031-0/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tag: --force does not have to warn when creating tagsPhil Hord2013-03-131-0/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-034-73/+193
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano2013-04-031-0/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-0/+20
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano2013-04-031-0/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix revision walk for commits with the same datesKacper Kornet2013-03-221-0/+13
| | |/ / / / / / / / /