Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -4/+9 |
2018-10-31 | submodule: support reading .gitmodules when it's not in the working tree | Antonio Ospite | 1 | -0/+5 |
2018-10-15 | submodule: make zero-oid comparison hash function agnostic | brian m. carlson | 1 | -1/+6 |
2018-10-09 | submodule: use the 'submodule--helper config' command | Antonio Ospite | 1 | -4/+4 |
2018-09-17 | Merge branch 'sb/submodule-update-in-c' | Junio C Hamano | 1 | -18/+6 |
2018-09-07 | Revert "Merge branch 'sb/submodule-core-worktree'" | Jonathan Nieder | 1 | -5/+0 |
2018-08-20 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -0/+3 |
2018-08-14 | submodule--helper: introduce new update-module-mode helper | Stefan Beller | 1 | -15/+1 |
2018-08-14 | submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree | Stefan Beller | 1 | -5/+2 |
2018-08-14 | git-submodule.sh: accept verbose flag in cmd_update to be non-quiet | Stefan Beller | 1 | -0/+3 |
2018-08-03 | git-submodule.sh: rename unused variables | Stefan Beller | 1 | -2/+2 |
2018-08-03 | git-submodule.sh: align error reporting for update mode to use path | Stefan Beller | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/submodule-core-worktree' | Junio C Hamano | 1 | -0/+5 |
2018-06-25 | Merge branch 'pc/submodule-helper-foreach' | Junio C Hamano | 1 | -39/+1 |
2018-06-19 | submodule: ensure core.worktree is set after update | Stefan Beller | 1 | -0/+5 |
2018-05-30 | Merge branch 'sb/submodule-update-try-harder' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'cf/submodule-progress-dissociate' | Junio C Hamano | 1 | -5/+16 |
2018-05-22 | Sync with Git 2.16.4 | Junio C Hamano | 1 | -0/+5 |
2018-05-22 | Sync with Git 2.15.2 | Junio C Hamano | 1 | -0/+5 |
2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -0/+5 |
2018-05-21 | submodule-config: verify submodule names as paths | Jeff King | 1 | -0/+5 |
2018-05-22 | submodule: add --dissociate option to add/update commands | Casey Fitzpatrick | 1 | -1/+9 |
2018-05-22 | submodule: add --progress option to add command | Casey Fitzpatrick | 1 | -1/+4 |
2018-05-22 | submodule: clean up substitutions in script | Casey Fitzpatrick | 1 | -4/+4 |
2018-05-16 | git-submodule.sh: try harder to fetch a submodule | Stefan Beller | 1 | -1/+1 |
2018-05-11 | submodule: port submodule subcommand 'foreach' from shell to C | Prathamesh Chavan | 1 | -38/+1 |
2018-05-09 | submodule foreach: correct '$path' in nested submodules from a subdirectory | Prathamesh Chavan | 1 | -1/+0 |
2018-01-16 | submodule: port submodule subcommand 'deinit' from shell to C | Prathamesh Chavan | 1 | -54/+1 |
2018-01-16 | submodule: port submodule subcommand 'sync' from shell to C | Prathamesh Chavan | 1 | -56/+1 |
2017-10-07 | submodule: port submodule subcommand 'status' from shell to C | Prathamesh Chavan | 1 | -60/+1 |
2017-09-10 | Merge branch 'sb/submodule-parallel-update' into maint | Junio C Hamano | 1 | -1/+0 |
2017-08-23 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -1/+0 |
2017-08-17 | submodule.sh: remove unused variable | Stefan Beller | 1 | -1/+0 |
2017-08-07 | scripts: use "git foo" not "git-foo" | Michael Forney | 1 | -3/+3 |
2017-06-15 | add: warn when adding an embedded repository | Jeff King | 1 | -2/+3 |
2017-04-16 | submodule: prevent backslash expantion in submodule names | Brandon Williams | 1 | -7/+7 |
2017-03-18 | submodule add: respect submodule.active and submodule.<name>.active | Brandon Williams | 1 | -0/+14 |
2017-03-17 | submodule sync: use submodule--helper is-active | Brandon Williams | 1 | -2/+2 |
2017-03-17 | submodule sync: skip work for inactive submodules | Brandon Williams | 1 | -17/+21 |
2017-03-17 | submodule status: use submodule--helper is-active | Brandon Williams | 1 | -2/+1 |
2017-02-03 | Merge branch 'sb/submodule-update-initial-runs-custom-script' | Junio C Hamano | 1 | -1/+4 |
2017-02-02 | Merge branch 'sb/submodule-add-force' | Junio C Hamano | 1 | -2/+8 |
2017-01-26 | submodule update: run custom update script for initial populating as well | Stefan Beller | 1 | -1/+4 |
2017-01-23 | Merge branch 'sb/submodule-init' | Junio C Hamano | 1 | -1/+1 |
2017-01-23 | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 1 | -1/+2 |
2017-01-12 | submodule update --init: display correct path from submodule | Stefan Beller | 1 | -1/+1 |
2017-01-12 | submodule absorbgitdirs: mention in docstring help | Stefan Beller | 1 | -1/+2 |
2017-01-10 | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 1 | -1/+6 |
2016-12-27 | Merge branch 'bw/transport-protocol-policy' | Junio C Hamano | 1 | -8/+4 |
2016-12-15 | transport: add protocol policy config option | Brandon Williams | 1 | -8/+4 |