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