summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
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-08-27Merge branch 'bw/submodule-config-cleanup'Junio 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-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
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-30submodule--helper: show usage for "-h"Jeff King
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King
2017-04-20Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-04-14submodule--helper: fix typo in is_active error messageStefan Beller
2017-04-11submodule--helper: add push-check subcommandBrandon Williams
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-18submodule--helper init: set submodule.<name>.activeBrandon Williams
2017-03-18submodule init: initialize active submodulesBrandon Williams
2017-03-17submodule--helper clone: check for configured submodules using helperBrandon Williams
2017-03-17submodule--helper: add is-active subcommandBrandon Williams
2017-03-16submodule--helper.c: remove duplicate codeValery Tolstov
2017-02-28submodule init: warn about falling back to a local pathStefan Beller
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-27use absolute_pathdup()René Scharfe
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano