aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-1/+36
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano1-4/+3
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller1-1/+15
2016-03-01submodule-config: keep update strategy aroundStefan Beller1-0/+21
2016-03-01run-command: do not pass child process data into callbacksStefan Beller1-4/+3
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-6/+4
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-3/+3
2016-02-22use st_add and st_mult for allocation size computationJeff King1-3/+3
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-3/+3
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt1-1/+1
2016-02-22submodule: die on config error when linking modulesPatrick Steinhardt1-5/+3
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller1-2/+1
2015-12-16fetch_populated_submodules: use new parallel job processingStefan Beller1-44/+98
2015-12-16submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder1-1/+1
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-11-03Merge branch 'jk/initialization-fix-to-add-submodule-odb'Junio C Hamano1-1/+1
2015-10-28add_submodule_odb: initialize alt_odb list earlierJeff King1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano1-2/+4
2015-10-05avoid sprintf and strcpy with flex arraysJeff King1-2/+4
2015-09-14submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()Max Kirillov1-8/+1
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano1-1/+1
2015-08-31Merge branch 'hv/submodule-config'Junio C Hamano1-96/+26
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano1-1/+1
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano1-1/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt1-15/+0
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt1-134/+26
2015-08-19submodule: extract functions for config set and lookupHeiko Voigt1-45/+97
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt1-0/+1
2015-06-29convert "enum date_mode" into a structJeff King1-1/+1
2015-06-05Merge branch 'bc/object-id'Junio C Hamano1-3/+4
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano1-2/+1
2015-05-25submodule: rewrite to take an object_id argumentMichael Haggerty1-15/+7
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-3/+12
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe1-2/+1
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-7/+2
2015-03-22submodule: use capture_commandJeff King1-3/+1
2015-01-07Merge branch 'jc/merge-bases'Junio C Hamano1-1/+1
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy1-7/+2
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano1-1/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-14/+7
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano1-4/+1
2014-07-21replace memset with string-list initializersTanay Abhra1-4/+1
2014-06-30submodule.c: use the ARRAY_SIZE macroElia Pinto1-1/+1
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano1-24/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-11-07submodule: don't access the .gitmodules cache entry after removing itJens Lehmann1-24/+1
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-0/+149
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano1-0/+6