summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-29submodule-config: remove submodule_from_cacheStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson
2018-02-22submodule: rename 'new' variablesBrandon Williams
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-01-05submodule: submodule_move_head omits old argument in forced caseStefan Beller
2017-12-27Merge branch 'bw/submodule-sans-cache-compat'Junio C Hamano
2017-12-13Merge branch 'bc/hash-algo'Junio C Hamano
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams
2017-12-12submodule: used correct index in is_staging_gitmodules_okBrandon Williams
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Junio C Hamano
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-06Merge branch 'hv/fetch-moved-submodules-on-demand'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_CLR macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-10-17submodule: simplify decision tree whether to or not to fetchHeiko Voigt
2017-10-17implement fetching of moved submodulesHeiko Voigt
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson
2017-10-03Merge branch 'sb/submodule-diff-header-fix'Junio C Hamano
2017-10-03Merge branch 'hn/submodule-comment'Junio C Hamano
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-28submodule: correct error message for missing commitsStefan Beller
2017-09-26submodule.c: describe submodule_to_gitdir() in a new commentHan-Wen Nienhuys
2017-09-25Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano
2017-09-24object_array: use `object_array_clear()`, not `free()`Martin Ågren
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-09-14push, fetch: error out for submodule entries not pointing to commitsStefan Beller
2017-09-10Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-27Merge branch 'sb/diff-color-move'Junio C Hamano
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy
2017-08-24refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-22Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams