summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-2322-7/+73
|\
| * test: consolidate definition of $LFJunio C Hamano2011-08-115-9/+4
| * Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-1118-0/+71
* | Merge branch 'jn/maint-test-return'Junio C Hamano2011-08-232-9/+13
|\ \
| * | t3900: do not reference numbered arguments from the test scriptJohannes Sixt2011-08-111-2/+2
| * | test: cope better with use of return for errorsJonathan Nieder2011-08-081-2/+8
| * | test: simplify return value of test_run_Jonathan Nieder2011-08-081-5/+3
| |/
| * Merge branch 'jl/maint-fetch-recursive-fix' into maintJunio C Hamano2011-08-011-8/+8
| |\
| * \ Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-0/+11
| |\ \
* | \ \ Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-231-0/+70
|\ \ \ \
| * | | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-0/+70
| |/ / /
* | | | Merge branch 'db/am-skip-blank-at-the-beginning'Junio C Hamano2011-08-181-0/+18
|\ \ \ \
| * | | | am: ignore leading whitespace before patchDavid Barr2011-08-111-0/+18
* | | | | Merge branch 'mh/check-attr-relative'Junio C Hamano2011-08-171-21/+69
|\ \ \ \ \
| * | | | | git-check-attr: Normalize pathsMichael Haggerty2011-08-041-2/+2
| * | | | | git-check-attr: Demonstrate problems with relative pathsMichael Haggerty2011-08-041-1/+14
| * | | | | git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty2011-08-041-0/+9
| * | | | | git-check-attr: test that no output is written to stderrMichael Haggerty2011-08-041-2/+3
| * | | | | git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-041-1/+0
| * | | | | git-check-attr: Drive two tests using the same raw dataMichael Haggerty2011-08-041-36/+23
| * | | | | git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-041-0/+24
| * | | | | git-check-attr: Error out if no pathnames are specifiedMichael Haggerty2011-08-041-0/+2
| * | | | | git-check-attr: Add tests of command-line parsingMichael Haggerty2011-08-041-0/+7
| * | | | | git-check-attr: Add missing "&&"Michael Haggerty2011-08-041-1/+1
| * | | | | Disallow the empty string as an attribute nameMichael Haggerty2011-08-041-0/+6
* | | | | | Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-08-171-3/+172
|\ \ \ \ \ \
| * | | | | | bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-0/+31
| * | | | | | bisect: add tests for the --no-checkout option.Jon Seymour2011-08-041-0/+82
| * | | | | | bisect: add tests to document expected behaviour in presence of broken trees.Jon Seymour2011-08-041-0/+48
| * | | | | | bisect: move argument parsing before state modification.Jon Seymour2011-08-041-3/+11
* | | | | | | Merge branch 'rc/histogram-diff'Junio C Hamano2011-08-173-159/+180
|\ \ \ \ \ \ \
| * | | | | | | Make test number uniqueJohannes Sixt2011-08-031-0/+0
| * | | | | | | teach --histogram to diffTay Ray Chuan2011-07-121-0/+12
| * | | | | | | t4033-diff-patience: factor out testsTay Ray Chuan2011-07-072-159/+168
* | | | | | | | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-0/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | ref namespaces: testsJosh Triplett2011-07-211-0/+85
* | | | | | | | | Merge branch 'jk/fast-export-quote-path'Junio C Hamano2011-08-111-1/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fast-export: quote paths in outputJeff King2011-08-051-1/+27
* | | | | | | | | | Merge branch 'rs/grep-function-context'Junio C Hamano2011-08-111-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: add option to show whole function as contextRené Scharfe2011-08-011-0/+14
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jl/submodule-update-quiet'Junio C Hamano2011-08-081-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule: update and add must honor --quiet flagJens Lehmann2011-07-281-2/+4
* | | | | | | | | | | Merge branch 'js/ls-tree-error'Junio C Hamano2011-08-081-0/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.Jon Seymour2011-07-251-1/+1
| * | | | | | | | | | | Add a test to check that git ls-tree sets non-zero exit code on error.Jon Seymour2011-07-241-0/+24
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/reset-reflog-message-fix'Junio C Hamano2011-08-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | reset: give better reflog messagesJeff King2011-07-221-4/+4
* | | | | | | | | | | Skip archive --remote tests on WindowsJohannes Sixt2011-08-031-4/+4
* | | | | | | | | | | Merge branch 'vi/make-test-vector-less-specific'Junio C Hamano2011-08-018-13/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tests: cleanup binary test vector filesVitaliy Ivanov2011-07-198-13/+13
| |/ / / / / / / / / /