summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-032-7/+105
|\
| * clone: leave repo in place after checkout errorsJeff King2013-03-291-0/+4
| * clone: run check_everything_connectedJeff King2013-03-272-8/+2
| * clone: die on errors from unpack_treesJeff King2013-03-272-2/+2
| * add tests for cloning corrupted repositoriesJeff King2013-03-271-0/+41
| * streaming_write_entry: propagate streaming errorsJeff King2013-03-271-0/+25
| * add test for streaming corrupt blobsJeff King2013-03-271-0/+34
* | Merge branch 'jc/apply-ws-fix-tab-in-indent'Junio C Hamano2013-04-033-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 'jk/difftool-no-overwrite-on-copyback'Junio C Hamano2013-04-031-37/+68
|\ \ \
| * | | t7800: run --dir-diff tests with and without symlinksJohn Keeping2013-03-291-8/+19
| * | | t7800: fix tests when difftool uses --no-symlinksJohn Keeping2013-03-291-1/+1
| * | | t7800: don't hide grep outputJohn Keeping2013-03-291-27/+17
| * | | difftool: don't overwrite modified filesJohn Keeping2013-03-291-0/+30
| * | | t7800: move '--symlinks' specific test to the endJohn Keeping2013-03-291-15/+15
* | | | Merge branch 'jc/directory-attrs-regression-fix'Junio C Hamano2013-04-031-0/+27
|\ \ \ \
| * | | | t: check that a pattern without trailing slash matches a directoryJeff King2013-03-281-0/+27
* | | | | Merge branch 'nd/checkout-paths-reduce-match-pathspec-calls'Junio C Hamano2013-04-031-0/+22
|\ \ \ \ \
| * | | | | checkout: avoid unnecessary match_pathspec callsNguyễn Thái Ngọc Duy2013-03-271-0/+22
* | | | | | Merge branch 'jk/config-with-empty-section'Junio C Hamano2013-04-021-0/+35
|\ \ \ \ \ \
| * | | | | | t1300: document some aesthetic failures of the config editorJeff King2013-03-291-0/+35
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jn/push-tests'Junio C Hamano2013-04-011-91/+65
|\ \ \ \ \ \
| * | | | | | push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder2013-03-191-11/+4
| * | | | | | push test: simplify check of push resultJonathan Nieder2013-03-191-63/+51
| * | | | | | push test: use test_config when appropriateJonathan Nieder2013-03-191-17/+10
* | | | | | | Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano2013-04-014-26/+42
|\ \ \ \ \ \ \
| * | | | | | | status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy2013-03-232-2/+2
| * | | | | | | branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy2013-03-162-4/+4
| * | | | | | | status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy2013-03-162-21/+37
* | | | | | | | Merge branch 'kb/name-hash'Junio C Hamano2013-04-011-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-0/+20
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-012-42/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | do not use GIT_TRACE_PACKET=3 in testsJeff King2013-03-212-25/+27
| * | | | | | | | upload-pack: remove packet debugging harnessJeff King2013-02-202-26/+22
* | | | | | | | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-014-4/+497
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey2013-02-231-0/+12
| * | | | | | | | | Unify appending signoff in format-patch, commit and sequencerBrandon Casey2013-02-121-5/+26
| * | | | | | | | | t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy2013-02-121-0/+241
| * | | | | | | | | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-121-1/+1
| * | | | | | | | | sequencer.c: always separate "(cherry picked from" from commit bodyBrandon Casey2013-02-121-0/+53
| * | | | | | | | | sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footerBrandon Casey2013-02-121-0/+55
| * | | | | | | | | t/t3511: add some tests of 'cherry-pick -s' functionalityBrandon Casey2013-02-121-0/+111
| * | | | | | | | | t/test-lib-functions.sh: allow to specify the tag name to test_commitBrandon Casey2013-02-121-4/+4
* | | | | | | | | | Merge branch 'rr/test-3200-style'Junio C Hamano2013-04-011-253/+267
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | t3200 (branch): modernize styleRamkumar Ramachandra2013-03-201-233/+244
* | | | | | | | | | Merge branch 'yd/use-test-config-unconfig'Junio C Hamano2013-03-2811-142/+75
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5520: use test_config to set/unset git config variables (leftover bits)Ramkumar Ramachandra2013-03-281-3/+3
| * | | | | | | | | | t7600: use test_config to set/unset git config variablesYann Droneaud2013-03-251-34/+26
| * | | | | | | | | | t7502: remove clear_configYann Droneaud2013-03-251-26/+6