Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | read-tree: add "--super-prefix" option, eliminate global | Ævar Arnfjörð Bjarmason | 2022-12-26 | 1 | -3/+2 |
* | submodule.c & submodule--helper: pass along "super_prefix" param | Ævar Arnfjörð Bjarmason | 2022-12-26 | 1 | -1/+2 |
* | submodule API & "absorbgitdirs": remove "----recursive" option | Ævar Arnfjörð Bjarmason | 2022-11-08 | 1 | -3/+1 |
* | submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string() | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -1/+1 |
* | Merge branch 'ab/env-array' | Junio C Hamano | 2022-06-10 | 1 | -2/+2 |
|\ | |||||
| * | run-command API users: use "env" not "env_array" in comments & names | Ævar Arnfjörð Bjarmason | 2022-06-02 | 1 | -2/+2 |
* | | Merge branch 'pb/submodule-recurse-mode-enum' | Junio C Hamano | 2022-05-20 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | submodule.h: use a named enum for RECURSE_SUBMODULES_* | Philippe Blain | 2022-04-06 | 1 | -1/+1 |
* | | submodule: fix latent check_has_commit() bug | Glen Choo | 2022-03-16 | 1 | -5/+4 |
* | | fetch: fetch unpopulated, changed submodules | Glen Choo | 2022-03-16 | 1 | -6/+6 |
* | | branch: add --recurse-submodules option for branch creation | Glen Choo | 2022-02-04 | 1 | -0/+3 |
|/ | |||||
* | *.h: move some *_INIT to designated initializers | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -1/+3 |
* | *.h _INIT macros: don't specify fields equal to 0 | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -1/+1 |
* | Merge branch 'jt/submodule-name-to-gitdir' | Junio C Hamano | 2021-09-23 | 1 | -0/+7 |
|\ | |||||
| * | submodule: extract path to submodule gitdir func | Jonathan Tan | 2021-09-15 | 1 | -0/+7 |
* | | grep: use submodule-ODB-as-alternate lazy-addition | Jonathan Tan | 2021-09-08 | 1 | -0/+1 |
* | | submodule: lazily add submodule ODBs as alternates | Jonathan Tan | 2021-09-08 | 1 | -0/+7 |
|/ | |||||
* | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -3/+3 |
* | submodule: rename helper functions to avoid ambiguity | Shourya Shukla | 2020-08-12 | 1 | -1/+1 |
* | argv-array: rename to strvec | Jeff King | 2020-07-28 | 1 | -3/+3 |
* | get_superproject_working_tree(): return strbuf | Alexandr Miloslavskiy | 2020-03-10 | 1 | -2/+2 |
* | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
|\ | |||||
| * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| |\ | |||||
| | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | | |\ | |||||
| | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | | | |\ | |||||
| | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+5 |
| | | | | | | |\ | |||||
| | | | | | | | * | Disallow dubiously-nested submodule git directories | Johannes Schindelin | 2019-12-05 | 1 | -0/+5 |
* | | | | | | | | | submodule: drop unused prefix parameter from some functions | Jeff King | 2019-05-13 | 1 | -2/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | submodule: unset core.worktree if no working tree is present | Stefan Beller | 2018-12-26 | 1 | -0/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 2018-11-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule: add a helper to check if it is safe to write to .gitmodules | Antonio Ospite | 2018-10-09 | 1 | -0/+1 |
| |/ / / / / / | |||||
* | | | | | | | submodule.c: remove some of the_repository references | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -3/+3 |
* | | | | | | | submodule.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -3/+6 |
|/ / / / / / | |||||
* | | | | | | Revert "Merge branch 'sb/submodule-core-worktree'" | Jonathan Nieder | 2018-09-07 | 1 | -2/+0 |
* | | | | | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -2/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -2/+8 |
* | | | | | | | submodule.h: drop extern from function declaration | Nguyễn Thái Ngọc Duy | 2018-08-03 | 1 | -56/+56 |
|/ / / / / / | |||||
* | | | | | | submodule: unset core.worktree if no working tree is present | Stefan Beller | 2018-06-14 | 1 | -0/+2 |
|/ / / / / | |||||
* | | | | | Merge branch 'jt/submodule-pull-recurse-rebase' | Junio C Hamano | 2018-06-04 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | submodule: do not pass null OID to setup_revisions | Jonathan Tan | 2018-05-25 | 1 | -1/+4 |
| |/ / / / | |||||
* | | | | | Merge branch 'sb/submodule-merge-in-merge-recursive' | Junio C Hamano | 2018-05-30 | 1 | -4/+2 |
|\ \ \ \ \ | |||||
| * | | | | | submodule.c: move submodule merging to merge-recursive.c | Stefan Beller | 2018-05-16 | 1 | -4/+2 |
* | | | | | | submodule: convert push_unpushed_submodules to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -1/+2 |
|/ / / / / | |||||
* | | | | | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 2018-05-08 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | submodule.h: drop declaration of connect_work_tree_and_git_dir | Stefan Beller | 2018-03-29 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | submodule: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -1/+1 |
|/ / / | |||||
* | | | submodule: convert get_next_submodule to not rely on the_indexbw/submodule-sans-cache-compat | Brandon Williams | 2017-12-12 | 1 | -4/+6 |