summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-10alternates: provide helper for adding to alternates listJeff King
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe
2016-10-06Merge branch 'rs/cocci'Junio C Hamano
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe
2016-09-26sha1_array: let callbacks interrupt iterationJeff King
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano
2016-09-01diff: teach diff to display submodule difference with an inline diffJacob Keller
2016-09-01submodule: refactor show_submodule_summary with helper functionJacob Keller
2016-09-01submodule: convert show_submodule_summary to use struct object_id *Jacob Keller
2016-09-01allow do_submodule_path to work even if submodule isn't checked outJacob Keller
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-06-13use string_list initializer consistentlyJeff King
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-05-06submodule: stop sanitizing config optionsJeff King
2016-04-28submodule: use prepare_submodule_repo_env consistentlyJeff King
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King
2016-04-17submodule: port init from shell to CStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio 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