aboutsummaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAge
* Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano2016-08-08
|\
| * submodule deinit: remove outdated commentStefan Beller2016-07-26
* | submodule: remove bashism from shell scriptStefan Beller2016-06-01
* | submodule--helper: offer a consistent APIStefan Beller2016-06-01
* | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-17
|\ \
| * | submodule: stop sanitizing config optionsJeff King2016-05-06
| * | submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King2016-04-28
* | | Merge branch 'sb/submodule-deinit-all'Junio C Hamano2016-05-17
|\ \ \ | | |/ | |/|
| * | submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller2016-05-05
* | | Merge branch 'sb/submodule-init'Junio C Hamano2016-05-17
|\ \ \
| * | | submodule: port init from shell to CStefan Beller2016-04-16
| * | | submodule: port resolve_relative_url from shell to CStefan Beller2016-04-16
| * | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-14
| |\ \ \
* | \ \ \ Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano2016-04-25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | submodule update: align reporting path for custom command executionStefan Beller2016-03-30
| * | | | submodule status: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-30
| | |/ / | |/| |
* | | | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-04-06
|\ \ \ \ | | |_|/ | |/| |
| * | | git: submodule honor -c credential.* from command lineJacob Keller2016-03-01
| * | | submodule: don't pass empty string arguments to submodule--helper cloneJacob Keller2016-03-01
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-06
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | submodule update: expose parallelism to the userStefan Beller2016-03-01
| * | git submodule update: have a dedicated helper for cloningStefan Beller2016-03-01
| * | submodule update: direct error message to stderrStefan Beller2016-03-01
| |/
* | submodule: try harder to fetch needed sha1 by direct fetching sha1Stefan Beller2016-02-24
|/
* Sync with 2.6.1Junio C Hamano2015-10-05
|\
| * Sync with 2.4.10Junio C Hamano2015-09-28
| |\
| | * submodule: allow only certain protocols for submodule fetchesJeff King2015-09-23
| | * Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano2015-03-05
| | |\
| * | \ Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano2015-09-17
| |\ \ \
* | \ \ \ Merge branch 'sb/submodule-helper'Junio C Hamano2015-10-05
|\ \ \ \ \
| * | | | | submodule: rewrite `module_clone` shell function in CStefan Beller2015-09-08
| * | | | | submodule: rewrite `module_name` shell function in CStefan Beller2015-09-03
| * | | | | submodule: rewrite `module_list` shell function in CStefan Beller2015-09-03
| |/ / / /
* | | | | Merge branch 'ah/submodule-typofix-in-error'Junio C Hamano2015-09-01
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | git-submodule: remove extraneous space from error messageAlex Henrie2015-08-28
* | | | Merge branch 'ps/submodule-sanitize-path-upon-add'Junio C Hamano2015-02-22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt2015-02-02
* | | git-submodule.sh: avoid "echo" path-like valuesJunio C Hamano2014-06-19
* | | git-submodule.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-19
* | | Merge branch 'sk/submodules-absolute-path-on-windows'Junio C Hamano2014-06-06
|\ \ \
| * | | Revert "submodules: fix ambiguous absolute paths under Windows"Stepan Kasal2014-05-08
| |/ /
* | | Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano2014-04-02
* | | Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano2014-03-14
|\ \ \
| * | | submodule update: consistently document the '--checkout' optionJens Lehmann2014-02-28
* | | | Merge branch 'wk/submodule-on-branch'Junio C Hamano2014-02-27
|\ \ \ \ | |/ / /
| * | | submodule: explicit local branch creation in module_cloneW. Trevor King2014-02-24
| * | | submodule: document module_clone arguments in commentsW. Trevor King2014-02-24
| * | | submodule: make 'checkout' update_module mode more explicitW. Trevor King2014-02-24