summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-19/+21
|\
| * submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-291-3/+3
| * submodule-config: remove submodule_from_cacheStefan Beller2018-03-291-2/+2
| * submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-291-14/+16
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \ | |/
| * object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-2/+2
* | submodule: rename 'new' variablesBrandon Williams2018-02-221-15/+15
* | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
|/
* submodule: submodule_move_head omits old argument in forced casesb/submodule-update-reset-fixStefan Beller2018-01-051-1/+3
* Merge branch 'bw/submodule-sans-cache-compat'Junio C Hamano2017-12-271-14/+18
|\
| * submodule: convert get_next_submodule to not rely on the_indexbw/submodule-sans-cache-compatBrandon Williams2017-12-121-10/+13
| * submodule: used correct index in is_staging_gitmodules_okBrandon Williams2017-12-121-2/+3
| * submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-121-2/+2
* | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-131-1/+1
|\ \ | |/ |/|
| * Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-131-1/+1
* | Merge branch 'sb/submodule-recursive-checkout-detach-head'Junio C Hamano2017-12-061-1/+2
|\ \
| * | recursive submodules: detach HEAD from new stateStefan Beller2017-07-251-1/+2
* | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-1/+1
|\ \ \ | |_|/ |/| |
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-1/+1
* | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-8/+8
|\ \ \
| * | | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-8/+8
| * | | diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-011-3/+3
| * | | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-4/+4
| * | | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-1/+1
* | | | Merge branch 'hv/fetch-moved-submodules-on-demand'Junio C Hamano2017-11-061-69/+131
|\ \ \ \
| * | | | submodule: simplify decision tree whether to or not to fetchhv/fetch-moved-submodules-on-demandHeiko Voigt2017-10-171-37/+37
| * | | | implement fetching of moved submodulesHeiko Voigt2017-10-171-38/+100
| |/ / /
* | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-1/+1
|/ / /
* | | Merge branch 'sb/submodule-diff-header-fix'Junio C Hamano2017-10-031-1/+1
|\ \ \
| * | | submodule: correct error message for missing commitssb/submodule-diff-header-fixStefan Beller2017-09-281-1/+1
* | | | Merge branch 'hn/submodule-comment'Junio C Hamano2017-10-031-0/+4
|\ \ \ \
| * | | | submodule.c: describe submodule_to_gitdir() in a new commenthn/submodule-commentHan-Wen Nienhuys2017-09-261-0/+4
| |/ / /
* | | | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-2/+2
| * | | Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano2017-09-101-3/+15
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano2017-09-251-8/+25
|\ \ \ \
| * | | | push, fetch: error out for submodule entries not pointing to commitsStefan Beller2017-09-141-8/+25
| | |_|/ | |/| |
* | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-191-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+2
| * | | refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy2017-08-241-0/+7
* | | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-95/+53
|\ \ \ \
| * | | | submodule: remove gitmodules_configBrandon Williams2017-08-031-15/+0
| * | | | submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-031-35/+0
| * | | | submodule: remove submodule_config callback routineBrandon Williams2017-08-031-23/+2
| * | | | unpack-trees: don't respect submodule.updateBrandon Williams2017-08-031-1/+0
| * | | | submodule: don't rely on overlayed config when setting diffoptsBrandon Williams2017-08-031-2/+10
| * | | | fetch: don't overlay config with submodule-configBrandon Williams2017-08-031-7/+17
| * | | | submodule--helper: don't overlay config in update-cloneBrandon Williams2017-08-031-12/+26