summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Merge branch 'sb/submodule-parallel-update'Libravatar Junio C Hamano1-1/+36
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano1-4/+3
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionLibravatar Stefan Beller1-1/+15
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+21
2016-03-01run-command: do not pass child process data into callbacksLibravatar Stefan Beller1-4/+3
2016-02-26Merge branch 'ps/config-error'Libravatar Junio C Hamano1-6/+4
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-3/+3
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-3/+3
2016-02-22config: rename git_config_set_or_die to git_config_setLibravatar Patrick Steinhardt1-3/+3
2016-02-22config: rename git_config_set to git_config_set_gentlyLibravatar Patrick Steinhardt1-1/+1
2016-02-22submodule: die on config error when linking modulesLibravatar Patrick Steinhardt1-5/+3
2015-12-16submodules: allow parallel fetching, add tests and documentationLibravatar Stefan Beller1-2/+1
2015-12-16fetch_populated_submodules: use new parallel job processingLibravatar Stefan Beller1-44/+98
2015-12-16submodule.c: write "Fetching submodule <foo>" to stderrLibravatar Jonathan Nieder1-1/+1
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-1/+1
2015-11-03Merge branch 'jk/initialization-fix-to-add-submodule-odb'Libravatar Junio C Hamano1-1/+1
2015-10-28add_submodule_odb: initialize alt_odb list earlierLibravatar Jeff King1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Libravatar Junio C Hamano1-2/+4
2015-10-05avoid sprintf and strcpy with flex arraysLibravatar Jeff King1-2/+4
2015-09-14submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()Libravatar Max Kirillov1-8/+1
2015-08-31Merge branch 'jc/am-state-fix'Libravatar Junio C Hamano1-1/+1
2015-08-31Merge branch 'hv/submodule-config'Libravatar Junio C Hamano1-96/+26
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileLibravatar Junio C Hamano1-1/+1
2015-08-24write_file(): drop "fatal" parameterLibravatar Junio C Hamano1-1/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionLibravatar Heiko Voigt1-15/+0
2015-08-19submodule: use new config API for worktree configurationsLibravatar Heiko Voigt1-134/+26
2015-08-19submodule: extract functions for config set and lookupLibravatar Heiko Voigt1-45/+97
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesLibravatar Heiko Voigt1-0/+1
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-1/+1
2015-06-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+4
2015-06-01Merge branch 'rs/janitorial'Libravatar Junio C Hamano1-2/+1
2015-05-25submodule: rewrite to take an object_id argumentLibravatar Michael Haggerty1-15/+7
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-3/+12
2015-05-20use file_exists() to check if a file exists in the worktreeLibravatar René Scharfe1-2/+1
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-7/+2
2015-03-22submodule: use capture_commandLibravatar Jeff King1-3/+1
2015-01-07Merge branch 'jc/merge-bases'Libravatar Junio C Hamano1-1/+1
2014-12-01use new wrapper write_file() for simple file writingLibravatar Nguyễn Thái Ngọc Duy1-7/+2
2014-10-30get_merge_bases(): always clean-up object flagsLibravatar Junio C Hamano1-1/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-14/+7
2014-07-23Merge branch 'ta/string-list-init'Libravatar Junio C Hamano1-4/+1
2014-07-21replace memset with string-list initializersLibravatar Tanay Abhra1-4/+1
2014-06-30submodule.c: use the ARRAY_SIZE macroLibravatar Elia Pinto1-1/+1
2014-02-27Merge branch 'kb/fast-hashmap'Libravatar Junio C Hamano1-24/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-1/+1
2013-11-07submodule: don't access the .gitmodules cache entry after removing itLibravatar Jens Lehmann1-24/+1
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-0/+149
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Libravatar Junio C Hamano1-0/+6