summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10alternates: provide helper for adding to alternates listLibravatar Jeff King1-22/+1
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Libravatar Junio C Hamano1-0/+1
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Libravatar Junio C Hamano1-0/+1
2016-08-31diff: teach diff to display submodule difference with an inline diffLibravatar Jacob Keller1-0/+69
2016-08-31submodule: refactor show_submodule_summary with helper functionLibravatar Jacob Keller1-33/+82
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Libravatar Jacob Keller1-8/+8
2016-08-31allow do_submodule_path to work even if submodule isn't checked outLibravatar Jacob Keller1-2/+4
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano1-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idLibravatar brian m. carlson1-2/+2
2016-06-13use string_list initializer consistentlyLibravatar Jeff King1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-7/+18
2016-05-06submodule: stop sanitizing config optionsLibravatar Jeff King1-38/+1
2016-04-28submodule: use prepare_submodule_repo_env consistentlyLibravatar Jeff King1-7/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cLibravatar Jeff King1-0/+48
2016-04-16submodule: port init from shell to CLibravatar Stefan Beller1-0/+21
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-9/+7
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