| Commit message (Expand) | Author | Age | Files | Lines |
* | clone: pass --progress decision to recursive submodulesjk/clone-recursive-progress | Jeff King | 2016-09-22 | 1 | -0/+5 |
* | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2016-09-08 | 1 | -1/+1 |
|\ |
|
| * | submodule--helper update-clone: allow multiple references | Stefan Beller | 2016-08-12 | 1 | -1/+1 |
* | | Merge branch 'sb/submodule-update-dot-branch' | Junio C Hamano | 2016-08-10 | 1 | -5/+6 |
|\ \
| |/
|/| |
|
| * | submodule--helper: add remote-branch helper | Stefan Beller | 2016-08-03 | 1 | -1/+1 |
| * | submodule update: narrow scope of local variable | Stefan Beller | 2016-08-01 | 1 | -1/+1 |
| * | submodule update: respect depth in subsequent fetches | Stefan Beller | 2016-08-01 | 1 | -4/+5 |
* | | Merge branch 'sb/submodule-clone-retry' | Junio C Hamano | 2016-08-04 | 1 | -11/+11 |
|\ \
| |/
|/| |
|
| * | git-submodule: forward exit code of git-submodule--helper more faithfully | Johannes Sixt | 2016-07-22 | 1 | -11/+11 |
* | | Merge branch 'sb/submodule-deinit-all' | Junio C Hamano | 2016-07-28 | 1 | -2/+0 |
|\ \ |
|
| * | | submodule deinit: remove outdated commentsb/submodule-deinit-all | Stefan Beller | 2016-07-26 | 1 | -2/+0 |
* | | | Merge branch 'va/i18n-even-more' | Junio C Hamano | 2016-07-13 | 1 | -11/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | i18n: submodule: escape shell variables inside eval_gettext | Vasco Almeida | 2016-06-17 | 1 | -2/+2 |
| * | | i18n: submodule: join strings marked for translation | Vasco Almeida | 2016-06-17 | 1 | -8/+10 |
| * | | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 2016-06-17 | 1 | -1/+0 |
* | | | Merge branch 'sb/submodule-clone-retry' | Junio C Hamano | 2016-07-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | submodule update: continue when a clone fails | Stefan Beller | 2016-06-13 | 1 | -1/+1 |
* | | | | Merge branch 'sb/submodule-recommend-shallowness' | Junio C Hamano | 2016-06-20 | 1 | -1/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | submodule update: learn `--[no-]recommend-shallow` option | Stefan Beller | 2016-05-27 | 1 | -1/+8 |
| |/ / |
|
* | | | Merge branch 'sb/submodule-misc-cleanups' | Junio C Hamano | 2016-06-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | submodule update: make use of the existing fetch_in_submodule functionsb/submodule-misc-cleanups | Stefan Beller | 2016-05-25 | 1 | -1/+1 |
| |/ / |
|
* | | | submodule: remove bashism from shell scriptsb/submodule-helper-relative-path | Stefan Beller | 2016-06-01 | 1 | -43/+8 |
* | | | submodule--helper: offer a consistent APIsb/submodule-helper-list-signal-unmatch-via-exit-status | Stefan Beller | 2016-06-01 | 1 | -4/+16 |
|/ / |
|
* | | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-05-17 | 1 | -2/+3 |
|\ \ |
|
| * | | submodule: stop sanitizing config optionsjk/submodule-c-credential | Jeff King | 2016-05-06 | 1 | -2/+2 |
| * | | submodule: export sanitized GIT_CONFIG_PARAMETERS | Jeff King | 2016-04-28 | 1 | -0/+1 |
* | | | Merge branch 'sb/submodule-deinit-all' | Junio C Hamano | 2016-05-17 | 1 | -3/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | submodule deinit: require '--all' instead of '.' for all submodules | Stefan Beller | 2016-05-05 | 1 | -3/+12 |
* | | | Merge branch 'sb/submodule-init' | Junio C Hamano | 2016-05-17 | 1 | -121/+6 |
|\ \ \ |
|
| * | | | submodule: port init from shell to C | Stefan Beller | 2016-04-16 | 1 | -45/+3 |
| * | | | submodule: port resolve_relative_url from shell to C | Stefan Beller | 2016-04-16 | 1 | -77/+4 |
| * | | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init | Junio C Hamano | 2016-04-14 | 1 | -9/+33 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'sb/submodule-path-misc-bugs' | Junio C Hamano | 2016-04-25 | 1 | -6/+7 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | submodule update: align reporting path for custom command execution | Stefan Beller | 2016-03-30 | 1 | -2/+2 |
| * | | | | submodule status: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | 1 | -0/+1 |
| * | | | | submodule update --init: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | 1 | -1/+1 |
| * | | | | submodule foreach: correct path display in recursive submodules | Stefan Beller | 2016-03-30 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-04-06 | 1 | -15/+25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | git: submodule honor -c credential.* from command line | Jacob Keller | 2016-03-01 | 1 | -13/+23 |
| * | | | submodule: don't pass empty string arguments to submodule--helper clone | Jacob Keller | 2016-03-01 | 1 | -2/+2 |
* | | | | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 2016-04-06 | 1 | -34/+22 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | submodule update: expose parallelism to the user | Stefan Beller | 2016-03-01 | 1 | -0/+9 |
| * | | git submodule update: have a dedicated helper for cloning | Stefan Beller | 2016-03-01 | 1 | -34/+13 |
| * | | submodule update: direct error message to stderr | Stefan Beller | 2016-03-01 | 1 | -2/+2 |
| |/ |
|
* | | submodule: try harder to fetch needed sha1 by direct fetching sha1sb/submodule-fetch-nontip | Stefan Beller | 2016-02-24 | 1 | -3/+26 |
|/ |
|
* | Sync with 2.6.1 | Junio C Hamano | 2015-10-05 | 1 | -0/+9 |
|\ |
|
| * | Sync with 2.4.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+9 |
| |\ |
|
| | * | submodule: allow only certain protocols for submodule fetches | Jeff King | 2015-09-23 | 1 | -0/+9 |
| | * | Merge branch 'ps/submodule-sanitize-path-upon-add' into maint | Junio C Hamano | 2015-03-05 | 1 | -1/+1 |
| | |\ |
|
| * | \ | Merge branch 'ah/submodule-typofix-in-error' into maint | Junio C Hamano | 2015-09-17 | 1 | -1/+1 |
| |\ \ \ |
|