summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-171-7/+18
|\
| * submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-38/+1
| * submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fixJeff King2016-04-281-7/+7
| * submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-281-0/+48
* | submodule: port init from shell to CStefan Beller2016-04-161-0/+21
* | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-141-9/+7
|\ \
| * \ Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-041-4/+3
| |\ \
| * \ \ Merge branch 'ps/config-error'Junio C Hamano2016-02-261-6/+4
| |\ \ \
| | * | | config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-3/+3
| | * | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-1/+1
| | * | | submodule: die on config error when linking modulesPatrick Steinhardt2016-02-221-5/+3
| * | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-3/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | use st_add and st_mult for allocation size computationJeff King2016-02-221-3/+3
| | |/ /
* | | | fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-011-1/+15
* | | | submodule-config: keep update strategy aroundStefan Beller2016-03-011-0/+21
| |_|/ |/| |
* | | run-command: do not pass child process data into callbacksStefan Beller2016-03-011-4/+3
|/ /
* | submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-161-2/+1
* | fetch_populated_submodules: use new parallel job processingStefan Beller2015-12-161-44/+98
* | submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder2015-12-161-1/+1
|/
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-3/+3
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Merge branch 'jk/initialization-fix-to-add-submodule-odb'Junio C Hamano2015-11-031-1/+1
|\
| * add_submodule_odb: initialize alt_odb list earlierjk/initialization-fix-to-add-submodule-odbJeff King2015-10-281-1/+1
* | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-2/+4
|\ \
| * | avoid sprintf and strcpy with flex arraysJeff King2015-10-051-2/+4
* | | submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()Max Kirillov2015-09-141-8/+1
|/ /
* | Merge branch 'jc/am-state-fix'Junio C Hamano2015-08-311-1/+1
|\ \
| * | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fixJunio C Hamano2015-08-251-1/+1
| * | write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-1/+1
* | | Merge branch 'hv/submodule-config'Junio C Hamano2015-08-311-96/+26
|\ \ \ | |/ / |/| |
| * | submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-configHeiko Voigt2015-08-191-15/+0
| * | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-191-134/+26
| * | submodule: extract functions for config set and lookupHeiko Voigt2015-08-191-45/+97
| * | submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt2015-08-191-0/+1
* | | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | | Merge branch 'bc/object-id'Junio C Hamano2015-06-051-3/+4
|\ \ \ | |/ / |/| |
| * | submodule: rewrite to take an object_id argumentMichael Haggerty2015-05-251-15/+7
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+12
* | | Merge branch 'rs/janitorial'Junio C Hamano2015-06-011-2/+1
|\ \ \ | |/ / |/| |
| * | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-201-2/+1
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-7/+2
|\ \ \ | |/ / |/| |
| * | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-011-7/+2
* | | submodule: use capture_commandJeff King2015-03-221-3/+1
* | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-1/+1
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-14/+7
* | | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-4/+1
|\ \ \
| * | | replace memset with string-list initializersta/string-list-initTanay Abhra2014-07-211-4/+1
| |/ /
* | | submodule.c: use the ARRAY_SIZE macroep/submodule-code-cleanupElia Pinto2014-06-301-1/+1
|/ /