summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-0/+1
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idLibravatar brian m. carlson1-2/+2
2018-02-22submodule: rename 'new' variablesLibravatar Brandon Williams1-15/+15
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2018-01-05submodule: submodule_move_head omits old argument in forced caseLibravatar Stefan Beller1-1/+3
2017-12-27Merge branch 'bw/submodule-sans-cache-compat'Libravatar Junio C Hamano1-14/+18
2017-12-13Merge branch 'bc/hash-algo'Libravatar Junio C Hamano1-1/+1
2017-12-12submodule: convert get_next_submodule to not rely on the_indexLibravatar Brandon Williams1-10/+13
2017-12-12submodule: used correct index in is_staging_gitmodules_okLibravatar Brandon Williams1-2/+3
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateLibravatar Brandon Williams1-2/+2
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Libravatar Junio C Hamano1-1/+2
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano1-1/+1
2017-11-13Switch empty tree and blob lookups to use hash abstractionLibravatar brian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-8/+8
2017-11-06Merge branch 'hv/fetch-moved-submodules-on-demand'Libravatar Junio C Hamano1-69/+131
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-8/+8
2017-11-01diff: remove DIFF_OPT_CLR macroLibravatar Brandon Williams1-3/+3
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-4/+4
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-1/+1
2017-10-17submodule: simplify decision tree whether to or not to fetchLibravatar Heiko Voigt1-37/+37
2017-10-17implement fetching of moved submodulesLibravatar Heiko Voigt1-38/+100
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idLibravatar brian m. carlson1-1/+1
2017-10-03Merge branch 'sb/submodule-diff-header-fix'Libravatar Junio C Hamano1-1/+1
2017-10-03Merge branch 'hn/submodule-comment'Libravatar Junio C Hamano1-0/+4
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Libravatar Ben Peart1-1/+1
2017-09-29Merge branch 'ma/leakplugs'Libravatar Junio C Hamano1-2/+2
2017-09-28submodule: correct error message for missing commitsLibravatar Stefan Beller1-1/+1
2017-09-26submodule.c: describe submodule_to_gitdir() in a new commentLibravatar Han-Wen Nienhuys1-0/+4
2017-09-25Merge branch 'jn/per-repo-object-store-fixes'Libravatar Junio C Hamano1-8/+25
2017-09-24object_array: use `object_array_clear()`, not `free()`Libravatar Martin Ågren1-2/+2
2017-09-19Merge branch 'nd/prune-in-worktree'Libravatar Junio C Hamano1-0/+9
2017-09-14push, fetch: error out for submodule entries not pointing to commitsLibravatar Stefan Beller1-8/+25
2017-09-10Merge branch 'bw/push-options-recursively-to-submodules' into maintLibravatar Junio C Hamano1-3/+15
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-95/+53
2017-08-26Merge branch 'sb/diff-color-move'Libravatar Junio C Hamano1-47/+37
2017-08-24revision.c: --all adds HEAD from all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2017-08-24refs.c: move for_each_remote_ref_submodule() to submodule.cLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-90/+67
2017-08-22Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-3/+15
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-16/+16
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-15/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-35/+0
2017-08-03submodule: remove submodule_config callback routineLibravatar Brandon Williams1-23/+2
2017-08-03unpack-trees: don't respect submodule.updateLibravatar Brandon Williams1-1/+0
2017-08-03submodule: don't rely on overlayed config when setting diffoptsLibravatar Brandon Williams1-2/+10
2017-08-03fetch: don't overlay config with submodule-configLibravatar Brandon Williams1-7/+17
2017-08-03submodule--helper: don't overlay config in update-cloneLibravatar Brandon Williams1-12/+26