summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-302-0/+243
|\
| * submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams2017-03-181-0/+21
| * submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-181-0/+11
| * clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-181-0/+68
| * submodule init: initialize active submodulesBrandon Williams2017-03-181-0/+57
| * submodule: decouple url and submodule interestBrandon Williams2017-03-181-0/+55
| * submodule--helper: add is-active subcommandBrandon Williams2017-03-171-0/+31
* | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-283-0/+284
|\ \
| * | name-hash: add test-lazy-init-name-hash to .gitignoreRamsay Jones2017-03-241-0/+1
| * | name-hash: add perf test for lazy_init_name_hashJeff Hostetler2017-03-241-0/+19
| * | name-hash: add test-lazy-init-name-hashJeff Hostetler2017-03-241-0/+264
* | | Merge branch 'tg/stash-push-fixup'Junio C Hamano2017-03-282-1/+23
|\ \ \
| * | | stash: keep untracked files intact in stash -kThomas Gummerer2017-03-221-0/+14
| * | | stash: pass the pathspec argument to git resetThomas Gummerer2017-03-221-0/+8
| * | | stash: don't show internal implementation detailsThomas Gummerer2017-03-221-1/+1
* | | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-283-24/+586
|\ \ \ \
| * | | | builtin/read-tree: add --recurse-submodules switchStefan Beller2017-03-162-1/+14
| * | | | builtin/checkout: add --recurse-submodules switchStefan Beller2017-03-162-5/+27
| * | | | lib-submodule-update.sh: define tests for recursing into submodulesStefan Beller2017-03-161-2/+504
| * | | | lib-submodule-update.sh: replace sha1 by hashStefan Beller2017-03-161-3/+3
| * | | | lib-submodule-update: teach test_submodule_content the -C <dir> flagStefan Beller2017-03-161-0/+5
| * | | | lib-submodule-update.sh: do not use ./. as submodule remoteStefan Beller2017-03-161-2/+13
| * | | | lib-submodule-update.sh: reorder create_lib_submodule_repoStefan Beller2017-03-161-20/+29
* | | | | Merge branch 'sb/t3600-rephrase'Junio C Hamano2017-03-271-1/+1
|\ \ \ \ \
| * | | | | t3600: rename test to describe its functionalityStefan Beller2017-03-221-1/+1
* | | | | | Merge branch 'sb/describe-broken'Junio C Hamano2017-03-271-0/+20
|\ \ \ \ \ \
| * | | | | | builtin/describe: introduce --broken flagStefan Beller2017-03-221-0/+20
* | | | | | | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-271-2/+31
|\ \ \ \ \ \ \
| * | | | | | | remote-curl: allow push optionsBrandon Williams2017-03-221-2/+31
* | | | | | | | Merge branch 'km/t1400-modernization'Junio C Hamano2017-03-271-76/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | t1400: use test_when_finished for cleanupKyle Meyer2017-03-211-40/+41
| * | | | | | | | t1400: remove a set of unused output filesKyle Meyer2017-03-211-2/+2
| * | | | | | | | t1400: use test_path_is_* helpersKyle Meyer2017-03-211-22/+22
| * | | | | | | | t1400: set core.logAllRefUpdates in "logged by touch" testsKyle Meyer2017-03-211-11/+12
| * | | | | | | | t1400: rename test descriptions to be uniqueKyle Meyer2017-03-211-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-271-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | hash-object: fix buffer reuse with --path in a subdirectoryJeff King2017-03-211-0/+10
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/lint-runaway-here-doc'Junio C Hamano2017-03-271-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: lint for run-away here-docJunio C Hamano2017-03-241-3/+3
* | | | | | | | | Merge branch 'st/verify-tag'Junio C Hamano2017-03-272-14/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7004, t7030: fix here-doc syntax errorsSantiago Torres2017-03-242-14/+10
* | | | | | | | | | Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano2017-03-271-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7406: correct test case for submodule-update initial populationJunio C Hamano2017-03-221-3/+3
* | | | | | | | | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2017-03-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5615: fix a here-doc syntax errorJunio C Hamano2017-03-221-0/+1
* | | | | | | | | | | | Merge branch 'jk/sha1dc'Junio C Hamano2017-03-242-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t0013: add a basic sha1 collision detection testJeff King2017-03-172-0/+19
* | | | | | | | | | | | | Merge branch 'sg/test-with-stdin'Junio C Hamano2017-03-242-8/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-181-7/+2
| * | | | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-182-1/+2
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |