| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-05-01 | Merge branch 'jk/submodule-init-segv-fix' | Junio C Hamano | 1 | -3/+3 |
| 2017-04-24 | submodule_init: die cleanly on submodules without url defined | Jeff King | 1 | -3/+3 |
| 2017-04-19 | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 1 | -1/+1 |
| 2017-04-13 | submodule--helper: fix typo in is_active error message | Stefan Beller | 1 | -1/+1 |
| 2017-04-11 | submodule--helper: add push-check subcommand | Brandon Williams | 1 | -0/+45 |
| 2017-03-30 | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 1 | -12/+56 |
| 2017-03-28 | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 1 | -20/+2 |
| 2017-03-18 | submodule--helper init: set submodule.<name>.active | Brandon Williams | 1 | -0/+12 |
| 2017-03-18 | submodule init: initialize active submodules | Brandon Williams | 1 | -0/+30 |
| 2017-03-17 | submodule--helper clone: check for configured submodules using helper | Brandon Williams | 1 | -12/+3 |
| 2017-03-17 | submodule--helper: add is-active subcommand | Brandon Williams | 1 | -0/+11 |
| 2017-03-15 | submodule--helper.c: remove duplicate code | Valery Tolstov | 1 | -20/+2 |
| 2017-02-28 | submodule init: warn about falling back to a local path | Stefan Beller | 1 | -5/+3 |
| 2017-02-02 | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 1 | -1/+1 |
| 2017-01-27 | use absolute_pathdup() | René Scharfe | 1 | -1/+1 |
| 2017-01-23 | Merge branch 'sb/submodule-init' | Junio C Hamano | 1 | -6/+7 |
| 2017-01-12 | submodule update --init: display correct path from submodule | Stefan Beller | 1 | -6/+7 |
| 2017-01-10 | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 1 | -11/+58 |
| 2016-12-12 | submodule: add absorb-git-dir function | Stefan Beller | 1 | -0/+38 |
| 2016-12-12 | submodule--helper: set alternateLocation for cloned submodules | Vitaly "_Vi" Shukela | 1 | -2/+17 |
| 2016-12-09 | submodule helper: support super prefix | Stefan Beller | 1 | -11/+20 |
| 2016-10-27 | Merge branch 'sb/submodule-ignore-trailing-slash' | Junio C Hamano | 1 | -2/+6 |
| 2016-10-17 | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 1 | -8/+3 |
| 2016-10-10 | alternates: use a separate scratch space | Jeff King | 1 | -8/+3 |
| 2016-10-10 | submodule: ignore trailing slash in relative url | Stefan Beller | 1 | -0/+2 |
| 2016-10-10 | submodule: ignore trailing slash on superproject URL | Stefan Beller | 1 | -2/+4 |
| 2016-10-06 | Merge branch 'rs/cocci' | Junio C Hamano | 1 | -1/+1 |
| 2016-09-27 | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 | René Scharfe | 1 | -1/+1 |
| 2016-09-26 | Merge branch 'jk/clone-recursive-progress' | Junio C Hamano | 1 | -3/+15 |
| 2016-09-26 | Merge branch 'rs/cocci' | Junio C Hamano | 1 | -2/+3 |
| 2016-09-22 | clone: pass --progress decision to recursive submodules | Jeff King | 1 | -3/+15 |
| 2016-09-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+3 |
| 2016-09-15 | use strbuf_addstr() for adding constant strings to a strbuf, part 2 | René Scharfe | 1 | -2/+3 |
| 2016-09-08 | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 1 | -13/+123 |
| 2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -2/+3 |
| 2016-08-17 | clone: recursive and reference option triggers submodule alternates | Stefan Beller | 1 | -0/+102 |
| 2016-08-12 | submodule--helper update-clone: allow multiple references | Stefan Beller | 1 | -5/+9 |
| 2016-08-12 | submodule--helper module-clone: allow multiple references | Stefan Beller | 1 | -8/+12 |
| 2016-08-12 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+1 |
| 2016-08-12 | Merge branch 'sb/submodule-clone-retry' | Junio C Hamano | 1 | -2/+6 |
| 2016-08-10 | Merge branch 'sb/submodule-update-dot-branch' | Junio C Hamano | 1 | -2/+54 |
| 2016-08-09 | submodule--helper: use parallel processor correctly | Stefan Beller | 1 | -2/+6 |
| 2016-08-05 | use CHILD_PROCESS_INIT to initialize automatic variables | René Scharfe | 1 | -2/+1 |
| 2016-08-03 | submodule update: allow '.' for branch value | Stefan Beller | 1 | -0/+18 |
| 2016-08-03 | submodule--helper: add remote-branch helper | Stefan Beller | 1 | -1/+35 |
| 2016-08-01 | submodule--helper: fix usage string for relative-path | Stefan Beller | 1 | -1/+1 |
| 2016-07-22 | submodule-helper: fix indexing in clone retry error reporting path | Johannes Sixt | 1 | -1/+1 |
| 2016-07-11 | Merge branch 'sb/submodule-clone-retry' | Junio C Hamano | 1 | -7/+59 |
| 2016-06-20 | Merge branch 'sb/submodule-recommend-shallowness' | Junio C Hamano | 1 | -1/+6 |
| 2016-06-13 | submodule--helper: initial clone learns retry logic | Stefan Beller | 1 | -7/+59 |
| 2016-06-01 | submodule: remove bashism from shell script | Stefan Beller | 1 | -0/+12 |
| 2016-06-01 | submodule--helper: offer a consistent API | Stefan Beller | 1 | -3/+1 |
| 2016-05-27 | submodule update: learn `--[no-]recommend-shallow` option | Stefan Beller | 1 | -1/+6 |
| 2016-05-17 | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 1 | -65/+0 |
| 2016-05-17 | Merge branch 'sb/submodule-init' | Junio C Hamano | 1 | -14/+353 |
| 2016-05-06 | submodule: stop sanitizing config options | Jeff King | 1 | -17/+0 |
| 2016-05-03 | submodule init: redirect stdout to stderr | Stefan Beller | 1 | -1/+2 |
| 2016-04-29 | submodule--helper update-clone: abort gracefully on missing .gitmodules | Stefan Beller | 1 | -13/+25 |
| 2016-04-29 | submodule init: fail gracefully with a missing .gitmodules file | Stefan Beller | 1 | -3/+7 |
| 2016-04-28 | submodule--helper: move config-sanitizing to submodule.c | Jeff King | 1 | -48/+0 |
| 2016-04-22 | Merge branch 'sb/submodule-helper-clone-regression-fix' | Junio C Hamano | 1 | -24/+16 |
| 2016-04-16 | submodule: port init from shell to C | Stefan Beller | 1 | -0/+115 |
| 2016-04-16 | submodule: port resolve_relative_url from shell to C | Stefan Beller | 1 | -1/+208 |
| 2016-04-14 | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init | Junio C Hamano | 1 | -10/+4 |
| 2016-04-14 | Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-init | Junio C Hamano | 1 | -23/+18 |
| 2016-04-06 | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 1 | -3/+73 |
| 2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -2/+254 |
| 2016-04-01 | submodule--helper, module_clone: catch fprintf failure | Stefan Beller | 1 | -2/+2 |
| 2016-04-01 | submodule--helper: do not borrow absolute_path() result for too long | Junio C Hamano | 1 | -5/+4 |
| 2016-04-01 | submodule--helper, module_clone: always operate on absolute paths | Stefan Beller | 1 | -14/+14 |
| 2016-03-31 | submodule--helper clone: create the submodule path just once | Stefan Beller | 1 | -4/+0 |
| 2016-03-31 | submodule--helper: fix potential NULL-dereference | Stefan Beller | 1 | -4/+4 |
| 2016-03-22 | submodule: fix regression for deinit without submodules | Stefan Beller | 1 | -3/+3 |
| 2016-03-01 | git: submodule honor -c credential.* from command line | Jacob Keller | 1 | -1/+67 |
| 2016-03-01 | submodule: fix segmentation fault in submodule--helper clone | Jacob Keller | 1 | -3/+3 |
| 2016-03-01 | submodule: fix submodule--helper clone usage | Jacob Keller | 1 | -1/+1 |
| 2016-03-01 | submodule: check argc count for git submodule--helper clone | Jacob Keller | 1 | -0/+4 |
| 2016-03-01 | submodule update: expose parallelism to the user | Stefan Beller | 1 | -1/+7 |
| 2016-03-01 | submodule helper: remove double 'fatal: ' prefix | Stefan Beller | 1 | -2/+2 |
| 2016-03-01 | git submodule update: have a dedicated helper for cloning | Stefan Beller | 1 | -0/+246 |
| 2016-02-24 | submodule helper list: respect correct path prefix | Stefan Beller | 1 | -8/+2 |
| 2015-09-08 | submodule: rewrite `module_clone` shell function in C | Stefan Beller | 1 | -0/+132 |
| 2015-09-03 | submodule: rewrite `module_name` shell function in C | Stefan Beller | 1 | -0/+22 |
| 2015-09-03 | submodule: rewrite `module_list` shell function in C | Stefan Beller | 1 | -0/+128 |