summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-11/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | i18n: submodule: escape shell variables inside eval_gettextVasco Almeida2016-06-171-2/+2
| * | | i18n: submodule: join strings marked for translationVasco Almeida2016-06-171-8/+10
| * | | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-171-1/+0
* | | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-07-111-1/+1
|\ \ \ \
| * | | | submodule update: continue when a clone failsStefan Beller2016-06-131-1/+1
* | | | | Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano2016-06-201-1/+8
|\ \ \ \ \ | |/ / / /
| * | | | submodule update: learn `--[no-]recommend-shallow` optionStefan Beller2016-05-271-1/+8
| |/ / /
* | | | Merge branch 'sb/submodule-misc-cleanups'Junio C Hamano2016-06-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule update: make use of the existing fetch_in_submodule functionsb/submodule-misc-cleanupsStefan Beller2016-05-251-1/+1
| |/ /
* | | submodule: remove bashism from shell scriptsb/submodule-helper-relative-pathStefan Beller2016-06-011-43/+8
* | | submodule--helper: offer a consistent APIsb/submodule-helper-list-signal-unmatch-via-exit-statusStefan Beller2016-06-011-4/+16
|/ /
* | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-171-2/+3
|\ \
| * | submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-2/+2
| * | submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King2016-04-281-0/+1
* | | Merge branch 'sb/submodule-deinit-all'Junio C Hamano2016-05-171-3/+12
|\ \ \ | | |/ | |/|
| * | submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller2016-05-051-3/+12
* | | Merge branch 'sb/submodule-init'Junio C Hamano2016-05-171-121/+6
|\ \ \
| * | | submodule: port init from shell to CStefan Beller2016-04-161-45/+3
| * | | submodule: port resolve_relative_url from shell to CStefan Beller2016-04-161-77/+4
| * | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-141-9/+33
| |\ \ \