summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
* | \ \ \ Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano2016-04-251-6/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | submodule update: align reporting path for custom command executionStefan Beller2016-03-301-2/+2
| * | | | submodule status: correct path handling in recursive submodulesStefan Beller2016-03-301-0/+1
| * | | | submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-301-1/+1
| * | | | submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-301-3/+3
| | |/ / | |/| |
* | | | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-04-061-15/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | git: submodule honor -c credential.* from command lineJacob Keller2016-03-011-13/+23
| * | | submodule: don't pass empty string arguments to submodule--helper cloneJacob Keller2016-03-011-2/+2
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-34/+22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | submodule update: expose parallelism to the userStefan Beller2016-03-011-0/+9
| * | git submodule update: have a dedicated helper for cloningStefan Beller2016-03-011-34/+13
| * | submodule update: direct error message to stderrStefan Beller2016-03-011-2/+2
| |/
* | submodule: try harder to fetch needed sha1 by direct fetching sha1sb/submodule-fetch-nontipStefan Beller2016-02-241-3/+26
|/
* Sync with 2.6.1Junio C Hamano2015-10-051-0/+9
|\
| * Sync with 2.4.10Junio C Hamano2015-09-281-0/+9
| |\
| | * submodule: allow only certain protocols for submodule fetchesJeff King2015-09-231-0/+9
| | * Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano2015-03-051-1/+1
| | |\
| * | \ Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano2015-09-171-1/+1
| |\ \ \