Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | submodule: port subcommand 'set-branch' from shell to C | Shourya Shukla | 2020-06-02 | 1 | -29/+3 |
* | submodule: port subcommand 'set-url' from shell to C | Shourya Shukla | 2020-05-08 | 1 | -21/+1 |
* | Merge branch 'lx/submodule-clear-variables' | Junio C Hamano | 2020-04-28 | 1 | -0/+2 |
|\ | |||||
| * | git-submodule.sh: setup uninitialized variables | Li Xuejiang | 2020-04-02 | 1 | -0/+2 |
* | | Merge branch 'es/recursive-single-branch-clone' | Junio C Hamano | 2020-03-05 | 1 | -1/+9 |
|\ \ | |||||
| * | | clone: pass --single-branch during --recurse-submodules | Emily Shaffer | 2020-02-25 | 1 | -1/+9 |
| |/ | |||||
* | | submodule add: show 'add --dry-run' stderr when aborting | Kyle Meyer | 2020-01-15 | 1 | -6/+8 |
|/ | |||||
* | Merge branch 'dl/submodule-set-url' | Junio C Hamano | 2019-12-10 | 1 | -1/+51 |
|\ | |||||
| * | submodule: teach set-url subcommand | Denton Liu | 2019-10-30 | 1 | -1/+51 |
* | | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
|\ \ | |/ |/| | |||||
| * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| |\ | |||||
| | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | |\ | |||||
| | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | |\ | |||||
| | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | |\ | |||||
| | | | | | | * | clone --recurse-submodules: prevent name squatting on Windows | Johannes Schindelin | 2019-12-04 | 1 | -0/+6 |
* | | | | | | | | Merge branch 'km/empty-repo-is-still-a-repo' | Junio C Hamano | 2019-05-09 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule: refuse to add repository with no commits | Kyle Meyer | 2019-04-10 | 1 | -0/+7 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'nd/submodule-foreach-quiet' | Junio C Hamano | 2019-04-25 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule foreach: fix "<command> --quiet" not being respected | Nguyễn Thái Ngọc Duy | 2019-04-15 | 1 | -5/+6 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'dl/submodule-set-branch' | Junio C Hamano | 2019-04-25 | 1 | -4/+71 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule: teach set-branch subcommand | Denton Liu | 2019-04-10 | 1 | -4/+71 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jt/submodule-fetch-errmsg' | Junio C Hamano | 2019-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule: explain first attempt failure clearly | Jonathan Tan | 2019-03-14 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | submodule: document default behavior | Denton Liu | 2019-02-15 | 1 | -1/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'sh/submodule-summary-abbrev-fix' | Junio C Hamano | 2019-02-06 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-submodule.sh: shorten submodule SHA-1s using rev-parse | Sven van Haastregt | 2019-02-04 | 1 | -2/+5 |
| |/ / / / / / | |||||
* | | | | | | | git-submodule: abort if core.worktree could not be set correctly | Stefan Beller | 2019-01-18 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 2018-11-13 | 1 | -4/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule: support reading .gitmodules when it's not in the working tree | Antonio Ospite | 2018-10-31 | 1 | -0/+5 |
| * | | | | | | submodule: use the 'submodule--helper config' command | Antonio Ospite | 2018-10-09 | 1 | -4/+4 |
| |/ / / / / | |||||
* | | | | | | submodule: make zero-oid comparison hash function agnostic | brian m. carlson | 2018-10-15 | 1 | -1/+6 |
* | | | | | | Merge branch 'sb/submodule-update-in-c' | Junio C Hamano | 2018-09-17 | 1 | -18/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | submodule--helper: introduce new update-module-mode helper | Stefan Beller | 2018-08-14 | 1 | -15/+1 |
| * | | | | | submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree | Stefan Beller | 2018-08-14 | 1 | -5/+2 |
| * | | | | | git-submodule.sh: rename unused variables | Stefan Beller | 2018-08-03 | 1 | -2/+2 |
| * | | | | | git-submodule.sh: align error reporting for update mode to use path | Stefan Beller | 2018-08-03 | 1 | -1/+1 |
* | | | | | | Revert "Merge branch 'sb/submodule-core-worktree'" | Jonathan Nieder | 2018-09-07 | 1 | -5/+0 |
* | | | | | | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 2018-08-20 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | git-submodule.sh: accept verbose flag in cmd_update to be non-quiet | Stefan Beller | 2018-08-14 | 1 | -0/+3 |
* | | | | | | Merge branch 'sb/submodule-core-worktree' | Junio C Hamano | 2018-07-18 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule: ensure core.worktree is set after update | Stefan Beller | 2018-06-19 | 1 | -0/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'pc/submodule-helper-foreach' | Junio C Hamano | 2018-06-25 | 1 | -39/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | submodule: port submodule subcommand 'foreach' from shell to C | Prathamesh Chavan | 2018-05-11 | 1 | -38/+1 |
| * | | | | | submodule foreach: correct '$path' in nested submodules from a subdirectory | Prathamesh Chavan | 2018-05-09 | 1 | -1/+0 |
* | | | | | | Merge branch 'sb/submodule-update-try-harder' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-submodule.sh: try harder to fetch a submodule | Stefan Beller | 2018-05-16 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'cf/submodule-progress-dissociate' | Junio C Hamano | 2018-05-30 | 1 | -5/+16 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | submodule: add --dissociate option to add/update commands | Casey Fitzpatrick | 2018-05-22 | 1 | -1/+9 |