Age | Commit message (Expand) | Author | Files | Lines |
2019-05-09 | Merge branch 'km/empty-repo-is-still-a-repo' | Junio C Hamano | 1 | -0/+7 |
2019-04-25 | Merge branch 'nd/submodule-foreach-quiet' | Junio C Hamano | 1 | -5/+6 |
2019-04-25 | Merge branch 'dl/submodule-set-branch' | Junio C Hamano | 1 | -4/+71 |
2019-04-15 | submodule foreach: fix "<command> --quiet" not being respected | Nguyễn Thái Ngọc Duy | 1 | -5/+6 |
2019-04-10 | submodule: refuse to add repository with no commits | Kyle Meyer | 1 | -0/+7 |
2019-04-10 | submodule: teach set-branch subcommand | Denton Liu | 1 | -4/+71 |
2019-04-10 | Merge branch 'jt/submodule-fetch-errmsg' | Junio C Hamano | 1 | -1/+1 |
2019-03-14 | submodule: explain first attempt failure clearly | Jonathan Tan | 1 | -1/+1 |
2019-02-15 | submodule: document default behavior | Denton Liu | 1 | -1/+2 |
2019-02-06 | Merge branch 'sh/submodule-summary-abbrev-fix' | Junio C Hamano | 1 | -2/+5 |
2019-02-04 | git-submodule.sh: shorten submodule SHA-1s using rev-parse | Sven van Haastregt | 1 | -2/+5 |
2019-01-18 | git-submodule: abort if core.worktree could not be set correctly | Stefan Beller | 1 | -1/+1 |
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 |