| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rs/submodule-config-code-cleanup' into maint | Junio C Hamano | 2016-08-08 | 1 | -16/+16 |
|\ |
|
| * | submodule-config: combine early return code into one goto | Heiko Voigt | 2016-07-28 | 1 | -19/+12 |
| * | submodule-config: passing name reference for .gitmodule blobs | Heiko Voigt | 2016-07-28 | 1 | -9/+17 |
| * | submodule-config: use explicit empty string instead of strbuf in config_from() | René Scharfe | 2016-07-19 | 1 | -2/+1 |
| * | Merge branch 'sb/misc-cleanups' into HEAD | Junio C Hamano | 2016-05-18 | 1 | -6/+6 |
| |\ |
|
| * \ | Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' into maint | Junio C Hamano | 2016-04-29 | 1 | -2/+1 |
| |\ \ |
|
* | \ \ | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 2016-05-10 | 1 | -6/+6 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | submodule-config: don't shadow `cache`sb/misc-cleanups | Stefan Beller | 2016-04-28 | 1 | -6/+6 |
* | | | | Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' | Junio C Hamano | 2016-04-13 | 1 | -2/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | submodule-config: use hashmap_iter_first()ak/use-hashmap-iter-first-in-submodule-config | Alexander Kuleshov | 2016-03-23 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 2016-04-06 | 1 | -3/+16 |
|\ \ \
| |_|/
|/| | |
|
| * | | submodule-config: drop check against NULL | Stefan Beller | 2016-03-01 | 1 | -3/+3 |
| * | | submodule-config: keep update strategy around | Stefan Beller | 2016-03-01 | 1 | -0/+13 |
* | | | config: add 'origin_type' to config_source struct | Lars Schneider | 2016-02-22 | 1 | -2/+2 |
* | | | rename git_config_from_buf to git_config_from_mem | Lars Schneider | 2016-02-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | push: add recurseSubmodules config option | Mike Crowe | 2015-11-20 | 1 | -0/+29 |
|/ |
|
* | submodule-config: "goto" removal in parse_config()sb/submodule-config-parse | Stefan Beller | 2015-10-12 | 1 | -45/+29 |
* | submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-config | Heiko Voigt | 2015-08-19 | 1 | -1/+28 |
* | submodule: use new config API for worktree configurations | Heiko Voigt | 2015-08-19 | 1 | -0/+12 |
* | submodule: implement a config API for lookup of .gitmodules values | Heiko Voigt | 2015-08-19 | 1 | -0/+443 |