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