summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22submodule-config: verify submodule names as pathsJeff King
2018-05-08Merge branch 'nd/submodule-status-fix'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-04-18submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy
2018-04-11Merge branch 'rs/status-with-removed-submodule'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-28submodule: check for NULL return of get_submodule_ref_store()René Scharfe
2018-03-28Merge branch 'pc/submodule-helper'Junio C Hamano
2018-03-28submodule deinit: handle non existing pathspecs gracefullyStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-01-16submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan
2018-01-16submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan
2017-12-13Merge branch 'pc/submodule-helper'Junio C Hamano
2017-11-26submodule--helper.c: i18n: add a missing space in messageJean-Noel Avila
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'pc/submodule-helper'Junio C Hamano
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson
2017-10-07submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan
2017-10-07submodule--helper: introduce for_each_listed_submodule()Prathamesh Chavan
2017-10-02submodule--helper: introduce get_submodule_displaypath()Prathamesh Chavan
2017-09-28Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-10Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-23Merge branch 'js/run-process-parallel-api-fix' into maintJunio C Hamano
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-22Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-08-11Merge branch 'js/run-process-parallel-api-fix'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03submodule: remove submodule_config callback routineBrandon Williams
2017-08-03submodule--helper: don't overlay config in update-cloneBrandon Williams
2017-08-03submodule--helper: don't overlay config in remote_submodule_branchBrandon Williams
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams
2017-07-21run_processes_parallel: change confusing task_cb conventionJohannes Schindelin
2017-07-20submodule--helper: teach push-check to handle HEADBrandon Williams
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson
2017-07-10Merge branch 'jc/utf8-fprintf' into maintJunio C Hamano
2017-07-07Merge branch 'jc/utf8-fprintf'Junio C Hamano
2017-06-28submodule--helper: do not call utf8_fprintf() unnecessarilyJunio C Hamano
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams