summaryrefslogtreecommitdiffstats
path: root/submodule.h (follow)
Commit message (Expand)AuthorAgeLines
* *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-27-1/+3
* *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-27-1/+1
* Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano2021-09-23-0/+7
|\
| * submodule: extract path to submodule gitdir funcJonathan Tan2021-09-15-0/+7
* | grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan2021-09-08-0/+1
* | submodule: lazily add submodule ODBs as alternatesJonathan Tan2021-09-08-0/+7
|/
* *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-14-3/+3
* submodule: rename helper functions to avoid ambiguityShourya Shukla2020-08-12-1/+1
* argv-array: rename to strvecJeff King2020-07-28-3/+3
* get_superproject_working_tree(): return strbufAlexandr Miloslavskiy2020-03-10-2/+2
* Sync with 2.22.2Johannes Schindelin2019-12-06-0/+5
|\
| * Sync with 2.20.2Johannes Schindelin2019-12-06-0/+5
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-06-0/+5
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-06-0/+5
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-06-0/+5
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-06-0/+5
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-06-0/+5
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-06-0/+5
| | | | | | | |\
| | | | | | | | * Disallow dubiously-nested submodule git directoriesJohannes Schindelin2019-12-05-0/+5
* | | | | | | | | submodule: drop unused prefix parameter from some functionsJeff King2019-05-13-2/+1
|/ / / / / / / /
* / / / / / / / submodule: unset core.worktree if no working tree is presentStefan Beller2018-12-26-0/+2
|/ / / / / / /
* | | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-13-0/+1
|\ \ \ \ \ \ \
| * | | | | | | submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite2018-10-09-0/+1
| |/ / / / / /
* | | | | | | submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-22-3/+3
* | | | | | | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-21-3/+6
|/ / / / / /
* | | | | | Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-07-2/+0
* | | | | | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-20-2/+8
|\ \ \ \ \ \
| * | | | | | Add missing includes and forward declarationsElijah Newren2018-08-15-2/+8
* | | | | | | submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-03-56/+56
|/ / / / / /
* / / / / / submodule: unset core.worktree if no working tree is presentStefan Beller2018-06-14-0/+2
|/ / / / /
* | | | | Merge branch 'jt/submodule-pull-recurse-rebase'Junio C Hamano2018-06-04-1/+4
|\ \ \ \ \
| * | | | | submodule: do not pass null OID to setup_revisionsJonathan Tan2018-05-25-1/+4
| |/ / / /
* | | | | Merge branch 'sb/submodule-merge-in-merge-recursive'Junio C Hamano2018-05-30-4/+2
|\ \ \ \ \
| * | | | | submodule.c: move submodule merging to merge-recursive.cStefan Beller2018-05-16-4/+2
* | | | | | submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams2018-05-18-1/+2
|/ / / / /
* | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-08-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller2018-03-29-1/+0
| |/ / /
* / / / submodule: rename 'new' variablesBrandon Williams2018-02-22-1/+1
|/ / /
* | | submodule: convert get_next_submodule to not rely on the_indexBrandon Williams2017-12-12-4/+6
* | | submodule: used correct index in is_staging_gitmodules_okBrandon Williams2017-12-12-1/+1
* | | submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-12-1/+1
|/ /
* | Merge branch 'hn/typofix'Junio C Hamano2017-09-28-1/+1
|\|
| * submodule.h: typofixHan-Wen Nienhuys2017-09-22-1/+1
* | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-26-5/+1
|\ \
| * | submodule: remove gitmodules_configBrandon Williams2017-08-03-2/+0
| * | submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-03-2/+0
| * | submodule: remove submodule_config callback routineBrandon Williams2017-08-03-1/+0
| * | submodule--helper: don't overlay config in update-cloneBrandon Williams2017-08-03-0/+1
| * | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-02-1/+1
| |\ \
* | \ \ Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-26-9/+4
|\ \ \ \