summaryrefslogtreecommitdiff
path: root/t/lib-submodule-update.sh
AgeCommit message (Expand)AuthorFilesLines
2019-04-01t/lib-submodule-update: use appropriate length constantLibravatar brian m. carlson1-1/+2
2018-12-26submodule deinit: unset core.worktreeLibravatar Stefan Beller1-1/+1
2018-12-26submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-1/+2
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Libravatar Jonathan Nieder1-3/+2
2018-08-02Merge branch 'es/test-fixes'Libravatar Junio C Hamano1-3/+2
2018-07-24Merge branch 'sb/submodule-move-head-error-msg'Libravatar Junio C Hamano1-1/+2
2018-07-03t/lib-submodule-update: fix "absorbing" testLibravatar Eric Sunshine1-3/+2
2018-06-25submodule.c: report the submodule that an error occurs inLibravatar Stefan Beller1-1/+2
2018-06-19submodule deinit: unset core.worktreeLibravatar Stefan Beller1-1/+1
2018-06-14submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-1/+2
2018-01-05submodule: submodule_move_head omits old argument in forced caseLibravatar Stefan Beller1-0/+14
2018-01-05t/lib-submodule-update.sh: fix test ignoring ignored files in submodulesLibravatar Stefan Beller1-0/+1
2018-01-05t/lib-submodule-update.sh: clarify testLibravatar Stefan Beller1-2/+2
2017-12-06Merge branch 'jt/submodule-tests-cleanup'Libravatar Junio C Hamano1-218/+125
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Libravatar Junio C Hamano1-0/+17
2017-11-22Tests: clean up submodule recursive helpersLibravatar Jonathan Tan1-218/+125
2017-11-08Tests: clean up and document submodule helpersLibravatar Jonathan Tan1-205/+46
2017-07-25recursive submodules: detach HEAD from new stateLibravatar Stefan Beller1-0/+17
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Libravatar Junio C Hamano1-4/+18
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsLibravatar Stefan Beller1-0/+12
2017-05-30submodule test invocation: only pass additional argumentsLibravatar Stefan Beller1-4/+6
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-6/+1
2017-05-04submodule: properly recurse for read-tree and checkoutLibravatar Stefan Beller1-6/+1
2017-04-18submodule.c: submodule_move_head works with broken submodulesLibravatar Stefan Beller1-3/+20
2017-04-18submodule.c: uninitialized submodules are ignored in recursive commandsLibravatar Stefan Beller1-0/+1
2017-03-16builtin/read-tree: add --recurse-submodules switchLibravatar Stefan Beller1-1/+6
2017-03-16builtin/checkout: add --recurse-submodules switchLibravatar Stefan Beller1-5/+21
2017-03-15lib-submodule-update.sh: define tests for recursing into submodulesLibravatar Stefan Beller1-2/+504
2017-03-15lib-submodule-update.sh: replace sha1 by hashLibravatar Stefan Beller1-3/+3
2017-03-15lib-submodule-update: teach test_submodule_content the -C <dir> flagLibravatar Stefan Beller1-0/+5
2017-03-15lib-submodule-update.sh: do not use ./. as submodule remoteLibravatar Stefan Beller1-2/+13
2017-03-15lib-submodule-update.sh: reorder create_lib_submodule_repoLibravatar Stefan Beller1-20/+29
2017-01-13lib-submodule-update.sh: reduce use of subshell by using "git -C"Libravatar Stefan Beller1-4/+1
2014-07-14stash: add t3906 for submodule updatesLibravatar Jens Lehmann1-5/+18
2014-07-14cherry-pick: add t3512 for submodule updatesLibravatar Jens Lehmann1-3/+12
2014-07-14merge: add t7613 for submodule updatesLibravatar Jens Lehmann1-3/+21
2014-07-14submodules: add the lib-submodule-update.sh test libraryLibravatar Jens Lehmann1-0/+640