summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pc/submodule-helper-foreach'Junio C Hamano2018-06-251-39/+1
|\
| * submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan2018-05-111-38/+1
| * submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan2018-05-091-1/+0
* | Merge branch 'sb/submodule-update-try-harder'Junio C Hamano2018-05-301-1/+1
|\ \
| * | git-submodule.sh: try harder to fetch a submoduleStefan Beller2018-05-161-1/+1
| |/
* | Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano2018-05-301-5/+16
|\ \
| * | submodule: add --dissociate option to add/update commandsCasey Fitzpatrick2018-05-221-1/+9
| * | submodule: add --progress option to add commandCasey Fitzpatrick2018-05-221-1/+4
| * | submodule: clean up substitutions in scriptCasey Fitzpatrick2018-05-221-4/+4
| |/
* | Sync with Git 2.16.4Junio C Hamano2018-05-221-0/+5
|\ \ | |/ |/|
| * Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+5
| |\
| | * Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+5
| | |\
| | | * submodule-config: verify submodule names as pathsJeff King2018-05-211-0/+5
| | * | Merge branch 'sb/submodule-parallel-update' into maintJunio C Hamano2017-09-101-1/+0
| | |\ \
* | | | | submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan2018-01-161-54/+1
* | | | | submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan2018-01-161-56/+1
|/ / / /
* | | | submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan2017-10-071-60/+1
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2017-08-231-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | submodule.sh: remove unused variablesb/submodule-parallel-updateStefan Beller2017-08-171-1/+0
* | | scripts: use "git foo" not "git-foo"mf/no-dashed-subcommandsMichael Forney2017-08-071-3/+3
* | | add: warn when adding an embedded repositoryJeff King2017-06-151-2/+3
| |/ |/|
* | submodule: prevent backslash expantion in submodule namesBrandon Williams2017-04-161-7/+7
* | submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams2017-03-181-0/+14
* | submodule sync: use submodule--helper is-activeBrandon Williams2017-03-171-2/+2
* | submodule sync: skip work for inactive submodulesBrandon Williams2017-03-171-17/+21
* | submodule status: use submodule--helper is-activeBrandon Williams2017-03-171-2/+1
|/
* Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano2017-02-031-1/+4
|\
| * submodule update: run custom update script for initial populating as wellStefan Beller2017-01-261-1/+4
* | Merge branch 'sb/submodule-add-force'Junio C Hamano2017-02-021-2/+8
|\ \
| * | submodule add: extend force flag to add existing repossb/submodule-add-forceStefan Beller2016-11-291-2/+8
* | | Merge branch 'sb/submodule-init'Junio C Hamano2017-01-231-1/+1
|\ \ \
| * | | submodule update --init: display correct path from submodulesb/submodule-initStefan Beller2017-01-121-1/+1
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-231-1/+2
|\ \ \ \
| * | | | submodule absorbgitdirs: mention in docstring helpsb/submodule-embed-gitdirStefan Beller2017-01-121-1/+2
| |/ / /
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-1/+6
|\ \ \ \ | |/ / /
| * | | submodule: add absorb-git-dir functionStefan Beller2016-12-121-1/+6
| |/ /
* | | Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-271-8/+4
|\ \ \ | |/ / |/| |
| * | transport: add protocol policy config optionBrandon Williams2016-12-151-8/+4
| * | Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano2016-08-081-2/+0
| |\ \
* | | | clone: pass --progress decision to recursive submodulesjk/clone-recursive-progressJeff King2016-09-221-0/+5
* | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule--helper update-clone: allow multiple referencesStefan Beller2016-08-121-1/+1
* | | | Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano2016-08-101-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | submodule--helper: add remote-branch helperStefan Beller2016-08-031-1/+1
| * | | submodule update: narrow scope of local variableStefan Beller2016-08-011-1/+1
| * | | submodule update: respect depth in subsequent fetchesStefan Beller2016-08-011-4/+5
* | | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-08-041-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | git-submodule: forward exit code of git-submodule--helper more faithfullyJohannes Sixt2016-07-221-11/+11
* | | | Merge branch 'sb/submodule-deinit-all'Junio C Hamano2016-07-281-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | submodule deinit: remove outdated commentsb/submodule-deinit-allStefan Beller2016-07-261-2/+0