summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/diff-blob'Junio C Hamano2017-06-022-0/+105
|\
| * diff: use blob path for blob/file diffsJeff King2017-05-241-1/+6
| * diff: use pending "path" if it is availableJeff King2017-05-241-2/+2
| * handle_revision_arg: record modes for "a..b" endpointsJeff King2017-05-241-1/+1
| * t4063: add tests of direct blob diffsJeff King2017-05-241-0/+91
| * handle_revision_arg: reset "dotdot" consistentlyJeff King2017-05-241-0/+9
* | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-022-0/+17
|\ \
| * | clean: teach clean -d to preserve ignored pathssl/clean-d-ignored-fixSamuel Lijin2017-05-241-1/+1
| * | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-221-2/+2
| * | t7061: status --ignored should search untracked dirsSamuel Lijin2017-05-221-2/+3
| * | t7300: clean -d should skip dirs with ignored filesSamuel Lijin2017-05-221-0/+16
* | | Merge branch 'sb/t5531-update-desc'Junio C Hamano2017-06-021-2/+2
|\ \ \
| * | | t5531: fix test descriptionsb/t5531-update-descStefan Beller2017-05-231-2/+2
| |/ /
* | | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-06-021-0/+8
|\ \ \
| * | | send-email: check for repo before invoking hookjt/send-email-validate-hookJonathan Tan2017-06-021-0/+8
* | | | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-301-0/+22
|\ \ \ \
| * | | | unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-201-0/+22
* | | | | Merge branch 'jc/skip-test-in-the-middle'Junio C Hamano2017-05-302-50/+56
|\ \ \ \ \
| * | | | | t5545: enhance test coverage when no http server is installedjc/skip-test-in-the-middleStefan Beller2017-05-181-42/+43
| * | | | | test: allow skipping the remainderJunio C Hamano2017-05-181-8/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano2017-05-301-0/+23
|\ \ \ \ \
| * | | | | config: match both symlink & realpath versions in IncludeIf.gitdir:*ab/conditional-config-with-symlinksÆvar Arnfjörð Bjarmason2017-05-171-0/+23
* | | | | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-301-0/+35
|\ \ \ \ \ \
| * | | | | | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan Tan2017-05-161-0/+35
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-05-301-0/+40
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | send-email: support validate hookJonathan Tan2017-05-161-0/+40
| |/ / / /
* | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-05-301-5/+42
|\ \ \ \ \
| * | | | | p0004: don't error out if test repo is too smallRené Scharfe2017-05-161-5/+8
| * | | | | p0004: don't abort if multi-threaded is too slowRené Scharfe2017-05-161-4/+0
| * | | | | p0004: use test_perfRené Scharfe2017-05-161-0/+36
| * | | | | p0004: avoid using pipesRené Scharfe2017-05-161-3/+5
| * | | | | p0004: simplify calls of test-lazy-init-name-hashRené Scharfe2017-05-161-3/+3
* | | | | | Merge branch 'bw/forking-and-threading'Junio C Hamano2017-05-302-2/+44
|\ \ \ \ \ \
| * | | | | | run-command: restrict PATH search to executable filesBrandon Williams2017-04-251-0/+30
| * | | | | | t0061: run_command executes scripts without a #! lineBrandon Williams2017-04-201-0/+11
| * | | | | | t5550: use write_script to generate post-update hookBrandon Williams2017-04-181-2/+3
* | | | | | | Merge branch 'ab/perf-wildmatch'Junio C Hamano2017-05-303-4/+59
|\ \ \ \ \ \ \
| * | | | | | | perf: add test showing exponential growth in path globbingab/perf-wildmatchÆvar Arnfjörð Bjarmason2017-05-121-0/+43
| * | | | | | | perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason2017-05-122-4/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-5/+1
|\ \ \ \ \ \ \
| * | | | | | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-101-5/+1
| |/ / / / / /
* | | | | | | Merge branch 'jc/name-rev-lw-tag'Junio C Hamano2017-05-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tagJunio C Hamano2017-03-291-1/+1
* | | | | | | | Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links'Junio C Hamano2017-05-291-1/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | revision.c: ignore broken tags with ignore_missing_linksjk/ignore-broken-tags-when-ignoring-missing-linksJeff King2017-05-201-1/+26
* | | | | | | | | Merge branch 'jk/alternate-ref-optim'Junio C Hamano2017-05-291-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5400: avoid concurrent writes into a trace filejk/alternate-ref-optimJeff King2017-05-181-1/+4
* | | | | | | | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-291-0/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eomBrian Malehorn2017-05-181-0/+17
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/bug-to-abort'Junio C Hamano2017-05-291-0/+6
|\ \ \ \ \ \ \ \ \ \