summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-163-12/+617
|\
| * t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-161-5/+0
|\ \
| * | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
* | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-161-1/+5
|\ \ \
| * | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-051-1/+5
* | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-165-22/+28
|\ \ \ \
| * | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-045-22/+28
* | | | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-161-2/+2
|\ \ \ \ \
| * | | | | refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-031-2/+2
| |/ / / /
* | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-161-0/+61
|\ \ \ \ \
| * | | | | format-patch: add "--signature-file=<file>" optionjm/format-patch-mail-sigJeremiah Mahler2014-05-271-0/+61
| |/ / / /
* | | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-166-2/+58
|\ \ \ \ \
| * | | | | remote-curl: reencode http error messagesJeff King2014-05-272-0/+9
| * | | | | http: extract type/subtype portion of content-typeJeff King2014-05-272-1/+12
| * | | | | t5550: test display of remote http error messagesJeff King2014-05-234-0/+32
| * | | | | t/lib-httpd: use write_script to copy CGI scriptsJeff King2014-05-232-2/+5
| * | | | | test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King2014-05-231-0/+1
| |/ / / /
* | | | | Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-163-1/+53
|\ \ \ \ \
| * | | | | transport-helper: add support to delete branchesFelipe Contreras2014-04-211-0/+8
| * | | | | fast-export: add support to delete refsFelipe Contreras2014-04-211-0/+11
| * | | | | fast-import: add support to delete refsFelipe Contreras2014-04-211-0/+18
| * | | | | transport-helper: add support to push symbolic refsFelipe Contreras2014-04-211-0/+8
| * | | | | transport-helper: add support for old:new refspecFelipe Contreras2014-04-211-1/+1
| * | | | | fast-export: add new --refspec optionFelipe Contreras2014-04-211-0/+7
* | | | | | Merge branch 'jm/t9138-style-fix'Junio C Hamano2014-06-161-18/+17
|\ \ \ \ \ \
| * | | | | | t9138-git-svn-authors-prog.sh fixupsjm/t9138-style-fixJeremiah Mahler2014-05-271-18/+17
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-161-2/+72
|\ \ \ \ \ \
| * | | | | | commit -m: commit staged submodules regardless of ignore configjl/status-added-submodule-is-never-ignoredJens Lehmann2014-04-071-1/+1
| * | | | | | status/commit: show staged submodules regardless of ignore configJens Lehmann2014-04-071-2/+72
* | | | | | | Merge branch 'as/pretty-truncate'Junio C Hamano2014-06-164-71/+276
|\ \ \ \ \ \ \
| * | | | | | | pretty.c: format string with truncate respects logOutputEncodingas/pretty-truncateAlexey Shumkin2014-05-212-7/+7
| * | | | | | | t4205, t6006: add tests that fail with i18n.logOutputEncoding setAlexey Shumkin2014-05-212-2/+213
| * | | | | | | t4205 (log-pretty-format): use `tformat` rather than `format`Alexey Shumkin2014-05-211-39/+13
| * | | | | | | t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin2014-05-214-27/+39
| * | | | | | | t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputsAlexey Shumkin2014-05-191-3/+11
* | | | | | | | Merge branch 'rr/rebase-autostash-fix'Junio C Hamano2014-06-161-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase -i: test "Nothing to do" case with autostashrr/rebase-autostash-fixMatthieu Moy2014-05-201-0/+15
* | | | | | | | | Merge branch 'jk/diff-files-assume-unchanged'Junio C Hamano2014-06-161-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | run_diff_files: do not look at uninitialized stat datajk/diff-files-assume-unchangedJeff King2014-05-151-0/+11
* | | | | | | | | | Merge branch 'jk/do-not-run-httpd-tests-as-root'Junio C Hamano2014-06-161-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t/lib-httpd: require SANITY prereqjk/do-not-run-httpd-tests-as-rootJeff King2014-05-121-0/+5
| * | | | | | | | | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maintJunio C Hamano2014-05-081-22/+22
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'km/avoid-bs-in-shell-glob' into maintJunio C Hamano2014-05-081-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'km/avoid-cp-a' into maintJunio C Hamano2014-05-081-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cc/replace-edit'Junio C Hamano2014-06-161-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | replace: add tests for --editChristian Couder2014-05-191-0/+27