aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-04
|\
| * run-command: do not pass child process data into callbacksStefan Beller2016-03-01
* | Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\ \
| * | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| * | submodule: die on config error when linking modulesPatrick Steinhardt2016-02-22
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ | |_|/ |/| |
| * | use st_add and st_mult for allocation size computationJeff King2016-02-22
| |/
* | submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-16
* | fetch_populated_submodules: use new parallel job processingStefan Beller2015-12-16
* | submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder2015-12-16
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'jk/initialization-fix-to-add-submodule-odb'Junio C Hamano2015-11-03
|\
| * add_submodule_odb: initialize alt_odb list earlierJeff King2015-10-28
* | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \
| * | avoid sprintf and strcpy with flex arraysJeff King2015-10-05
* | | submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()Max Kirillov2015-09-14
|/ /
* | Merge branch 'jc/am-state-fix'Junio C Hamano2015-08-31
|\ \
| * | write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
| * | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
* | | Merge branch 'hv/submodule-config'Junio C Hamano2015-08-31
|\ \ \ | |/ / |/| |
| * | submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt2015-08-19
| * | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-19
| * | submodule: extract functions for config set and lookupHeiko Voigt2015-08-19
| * | submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt2015-08-19
* | | convert "enum date_mode" into a structJeff King2015-06-29
* | | Merge branch 'bc/object-id'Junio C Hamano2015-06-05
|\ \ \ | |/ / |/| |
| * | submodule: rewrite to take an object_id argumentMichael Haggerty2015-05-25
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | Merge branch 'rs/janitorial'Junio C Hamano2015-06-01
|\ \ \ | |/ / |/| |
| * | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-20
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ | |/ / |/| |
| * | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* | | submodule: use capture_commandJeff King2015-03-22
* | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ \ | |/ / |/| |
| * | get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* | | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-23
|\ \ \
| * | | replace memset with string-list initializersTanay Abhra2014-07-21
| |/ /
* | | submodule.c: use the ARRAY_SIZE macroElia Pinto2014-06-30
|/ /
* | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-27
|\ \
| * | submodule: don't access the .gitmodules cache entry after removing itJens Lehmann2013-11-07
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/ /
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-06
| * | mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * | submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-30
| * | mv: move submodules using a gitfileJens Lehmann2013-07-30