aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Merge branch 'rs/cocci'Junio C Hamano1-4/+3
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano1-22/+1
2016-10-10alternates: provide helper for adding to alternates listJeff King1-22/+1
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe1-4/+3
2016-10-06Merge branch 'rs/cocci'Junio C Hamano1-1/+1
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe1-1/+1
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe1-1/+1
2016-09-26sha1_array: let callbacks interrupt iterationJeff King1-1/+2
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano1-0/+1
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano1-0/+1
2016-08-31diff: teach diff to display submodule difference with an inline diffJacob Keller1-0/+69
2016-08-31submodule: refactor show_submodule_summary with helper functionJacob Keller1-33/+82
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Jacob Keller1-8/+8
2016-08-31allow do_submodule_path to work even if submodule isn't checked outJacob Keller1-2/+4
2016-07-19Merge branch 'bc/cocci'Junio C Hamano1-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson1-2/+2
2016-06-13use string_list initializer consistentlyJeff King1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-7/+18
2016-05-06submodule: stop sanitizing config optionsJeff King1-38/+1
2016-04-28submodule: use prepare_submodule_repo_env consistentlyJeff King1-7/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King1-0/+48
2016-04-16submodule: port init from shell to CStefan Beller1-0/+21
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-9/+7
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano1-4/+3
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller1-1/+15
2016-03-01submodule-config: keep update strategy aroundStefan Beller1-0/+21
2016-03-01run-command: do not pass child process data into callbacksStefan Beller1-4/+3
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-6/+4
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-3/+3
2016-02-22use st_add and st_mult for allocation size computationJeff King1-3/+3
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-3/+3
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt1-1/+1
2016-02-22submodule: die on config error when linking modulesPatrick Steinhardt1-5/+3
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller1-2/+1
2015-12-16fetch_populated_submodules: use new parallel job processingStefan Beller1-44/+98
2015-12-16submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder1-1/+1
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-11-03Merge branch 'jk/initialization-fix-to-add-submodule-odb'Junio C Hamano1-1/+1
2015-10-28add_submodule_odb: initialize alt_odb list earlierJeff King1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano1-2/+4
2015-10-05avoid sprintf and strcpy with flex arraysJeff King1-2/+4
2015-09-14submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()Max Kirillov1-8/+1
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano1-1/+1
2015-08-31Merge branch 'hv/submodule-config'Junio C Hamano1-96/+26
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano1-1/+1
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano1-1/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt1-15/+0
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt1-134/+26