aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan1-56/+1
2017-10-07submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan1-60/+1
2017-09-10Merge branch 'sb/submodule-parallel-update' into maintJunio C Hamano1-1/+0
2017-08-23Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-1/+0
2017-08-17submodule.sh: remove unused variableStefan Beller1-1/+0
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney1-3/+3
2017-06-15add: warn when adding an embedded repositoryJeff King1-2/+3
2017-04-16submodule: prevent backslash expantion in submodule namesBrandon Williams1-7/+7
2017-03-18submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams1-0/+14
2017-03-17submodule sync: use submodule--helper is-activeBrandon Williams1-2/+2
2017-03-17submodule sync: skip work for inactive submodulesBrandon Williams1-17/+21
2017-03-17submodule status: use submodule--helper is-activeBrandon Williams1-2/+1
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano1-1/+4
2017-02-02Merge branch 'sb/submodule-add-force'Junio C Hamano1-2/+8
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller1-1/+4
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano1-1/+1
2017-01-23Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-1/+2
2017-01-12submodule update --init: display correct path from submoduleStefan Beller1-1/+1
2017-01-12submodule absorbgitdirs: mention in docstring helpStefan Beller1-1/+2
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-1/+6
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano1-8/+4
2016-12-15transport: add protocol policy config optionBrandon Williams1-8/+4
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-1/+6
2016-11-29submodule add: extend force flag to add existing reposStefan Beller1-2/+8
2016-09-22clone: pass --progress decision to recursive submodulesJeff King1-0/+5
2016-09-08Merge branch 'sb/submodule-clone-rr'Junio C Hamano1-1/+1
2016-08-12submodule--helper update-clone: allow multiple referencesStefan Beller1-1/+1
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano1-5/+6
2016-08-08Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano1-2/+0
2016-08-04Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-11/+11
2016-08-03submodule--helper: add remote-branch helperStefan Beller1-1/+1
2016-08-01submodule update: narrow scope of local variableStefan Beller1-1/+1
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller1-4/+5
2016-07-28Merge branch 'sb/submodule-deinit-all'Junio C Hamano1-2/+0
2016-07-26submodule deinit: remove outdated commentStefan Beller1-2/+0
2016-07-22git-submodule: forward exit code of git-submodule--helper more faithfullyJohannes Sixt1-11/+11
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-11/+12
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-1/+1
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano1-1/+8
2016-06-20Merge branch 'sb/submodule-misc-cleanups'Junio C Hamano1-1/+1
2016-06-17i18n: submodule: escape shell variables inside eval_gettextVasco Almeida1-2/+2
2016-06-17i18n: submodule: join strings marked for translationVasco Almeida1-8/+10
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida1-1/+0
2016-06-13submodule update: continue when a clone failsStefan Beller1-1/+1
2016-06-01submodule: remove bashism from shell scriptStefan Beller1-43/+8
2016-06-01submodule--helper: offer a consistent APIStefan Beller1-4/+16
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller1-1/+8
2016-05-25submodule update: make use of the existing fetch_in_submodule functionStefan Beller1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-2/+3
2016-05-17Merge branch 'sb/submodule-deinit-all'Junio C Hamano1-3/+12