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