summaryrefslogtreecommitdiffstats
path: root/submodule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-3/+3
* submodule: rename helper functions to avoid ambiguityShourya Shukla2020-08-121-1/+1
* argv-array: rename to strvecJeff King2020-07-281-3/+3
* get_superproject_working_tree(): return strbufAlexandr Miloslavskiy2020-03-101-2/+2
* Sync with 2.22.2Johannes Schindelin2019-12-061-0/+5
|\
| * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+5
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+5
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+5
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+5
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-0/+5
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+5
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+5
| | | | | | | |\
| | | | | | | | * Disallow dubiously-nested submodule git directoriesJohannes Schindelin2019-12-051-0/+5
* | | | | | | | | submodule: drop unused prefix parameter from some functionsJeff King2019-05-131-2/+1
|/ / / / / / / /
* / / / / / / / submodule: unset core.worktree if no working tree is presentStefan Beller2018-12-261-0/+2
|/ / / / / / /
* | | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite2018-10-091-0/+1
| |/ / / / / /
* | | | | | | submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-221-3/+3
* | | | | | | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+6
|/ / / / / /
* | | | | | Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-071-2/+0
* | | | | | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-2/+8
|\ \ \ \ \ \
| * | | | | | Add missing includes and forward declarationsElijah Newren2018-08-151-2/+8
* | | | | | | submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-56/+56
|/ / / / / /
* / / / / / submodule: unset core.worktree if no working tree is presentStefan Beller2018-06-141-0/+2
|/ / / / /
* | | | | Merge branch 'jt/submodule-pull-recurse-rebase'Junio C Hamano2018-06-041-1/+4
|\ \ \ \ \
| * | | | | submodule: do not pass null OID to setup_revisionsJonathan Tan2018-05-251-1/+4
| |/ / / /
* | | | | Merge branch 'sb/submodule-merge-in-merge-recursive'Junio C Hamano2018-05-301-4/+2
|\ \ \ \ \
| * | | | | submodule.c: move submodule merging to merge-recursive.cStefan Beller2018-05-161-4/+2
* | | | | | submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams2018-05-181-1/+2
|/ / / / /
* | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller2018-03-291-1/+0
| |/ / /
* / / / submodule: rename 'new' variablesBrandon Williams2018-02-221-1/+1
|/ / /
* | | submodule: convert get_next_submodule to not rely on the_indexBrandon Williams2017-12-121-4/+6
* | | submodule: used correct index in is_staging_gitmodules_okBrandon Williams2017-12-121-1/+1
* | | submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-121-1/+1
|/ /
* | Merge branch 'hn/typofix'Junio C Hamano2017-09-281-1/+1
|\|
| * submodule.h: typofixHan-Wen Nienhuys2017-09-221-1/+1
* | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-5/+1
|\ \
| * | submodule: remove gitmodules_configBrandon Williams2017-08-031-2/+0
| * | submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-031-2/+0
| * | submodule: remove submodule_config callback routineBrandon Williams2017-08-031-1/+0
| * | submodule--helper: don't overlay config in update-cloneBrandon Williams2017-08-031-0/+1
| * | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-021-1/+1
| |\ \
* | \ \ Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-261-9/+4
|\ \ \ \
| * | | | submodule.c: migrate diff output to use emit_diff_symbolStefan Beller2017-06-301-9/+4
* | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | submodule: check for unmerged .gitmodules outside of config parsingBrandon Williams2017-08-021-0/+1
| * | | | submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-021-1/+1
| * | | | submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-021-1/+1
| * | | | submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-021-1/+0
| | |_|/ | |/| |