summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* submodule--helper: teach push-check to handle HEADbw/push-options-recursively-to-submodulesBrandon Williams2017-07-201-1/+24
* push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-111-0/+52
* push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-111-0/+40
* Merge branch 'js/rebase-i-reword-to-run-hooks'Junio C Hamano2017-03-301-0/+17
|\
| * sequencer: allow the commit-msg hooks to run during a `reword`js/rebase-i-reword-to-run-hooksJohannes Schindelin2017-03-271-1/+1
| * t7504: document regression: reword no longer calls commit-msgJohannes Schindelin2017-03-221-0/+17
* | Merge branch 'ab/case-insensitive-upstream-and-push-marker'Junio C Hamano2017-03-302-6/+17
|\ \
| * | rev-parse: match @{upstream}, @{u} and @{push} case-insensitivelyab/case-insensitive-upstream-and-push-markerÆvar Arnfjörð Bjarmason2017-03-272-6/+17
* | | Merge branch 'ab/test-readme-updates'Junio C Hamano2017-03-301-5/+7
|\ \ \
| * | | t/README: clarify the test_have_prereq documentationab/test-readme-updatesÆvar Arnfjörð Bjarmason2017-03-261-3/+5
| * | | t/README: change "Inside <X> part" to "Inside the <X> part"Ævar Arnfjörð Bjarmason2017-03-221-1/+1
| * | | t/README: link to metacpan.org, not search.cpan.orgÆvar Arnfjörð Bjarmason2017-03-221-1/+1
* | | | Merge branch 'rs/freebsd-getcwd-workaround'Junio C Hamano2017-03-301-0/+14
|\ \ \ \
| * | | | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDrs/freebsd-getcwd-workaroundRené Scharfe2017-03-261-0/+14
| * | | | Merge branch 'jc/config-case-cmdline-take-2' into maintJunio C Hamano2017-03-241-0/+62
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/grep-no-index-fix' into maintJunio C Hamano2017-03-241-0/+66
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/remote-helpers-with-git-dir' into maintJunio C Hamano2017-03-242-0/+18
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'jh/send-email-one-cc' into maintJunio C Hamano2017-03-211-4/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/t6300-cleanup' into maintJunio C Hamano2017-03-211-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rl/remote-allow-missing-branch-name-merge' into maintJunio C Hamano2017-03-211-0/+19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'dt/gc-ignore-old-gc-logs' into maintJunio C Hamano2017-03-211-0/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/diff-populate-filespec-size-only-fix' into maintJunio C Hamano2017-03-211-0/+9
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-302-0/+114
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ls-files: fix bug when recursing with relative pathspecbw/recurse-submodules-relative-fixBrandon Williams2017-03-171-0/+39
| * | | | | | | | | | | | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-171-0/+75
* | | | | | | | | | | | | Merge branch 'sg/completion-refs-speedup'Junio C Hamano2017-03-301-0/+387
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-231-0/+27
| * | | | | | | | | | | | | completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-231-0/+124
| * | | | | | | | | | | | | completion: support excluding full refsSZEDER Gábor2017-03-231-0/+31
| * | | | | | | | | | | | | completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-231-0/+68
| * | | | | | | | | | | | | completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-231-0/+31
| * | | | | | | | | | | | | completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-231-0/+106
* | | | | | | | | | | | | | 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