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