summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/status-with-removed-submodule'Junio C Hamano2018-04-111-2/+6
|\
| * submodule: check for NULL return of get_submodule_ref_store()rs/status-with-removed-submoduleRené Scharfe2018-03-281-2/+6
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \
| * | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* | | Merge branch 'pc/submodule-helper'Junio C Hamano2018-03-281-1/+1
|\ \ \
| * | | submodule deinit: handle non existing pathspecs gracefullypc/submodule-helperStefan Beller2018-03-271-1/+1
| |/ /
* | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+1
|\ \ \ | |/ / |/| / | |/
* | submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan2018-01-161-0/+147
* | submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan2018-01-161-0/+193
|/
* Merge branch 'pc/submodule-helper'Junio C Hamano2017-12-131-1/+1
|\
| * submodule--helper.c: i18n: add a missing space in messageJean-Noel Avila2017-11-261-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-1/+1
|\ \
| * | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-1/+1
* | | Merge branch 'pc/submodule-helper'Junio C Hamano2017-11-061-17/+256
|\ \ \ | |/ / |/| / | |/
| * submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan2017-10-071-0/+198
| * submodule--helper: introduce for_each_listed_submodule()Prathamesh Chavan2017-10-071-5/+35
| * submodule--helper: introduce get_submodule_displaypath()Prathamesh Chavan2017-10-021-12/+23
* | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-281-4/+2
|\ \
| * | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-4/+2
| |/
* | consistently use "fallthrough" comments in switchesjk/fallthroughJeff King2017-09-221-0/+1
|/
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-22/+29
|\
| * submodule: remove gitmodules_configBrandon Williams2017-08-031-14/+0
| * submodule: remove submodule_config callback routineBrandon Williams2017-08-031-1/+0
| * submodule--helper: don't overlay config in update-cloneBrandon Williams2017-08-031-4/+19
| * submodule--helper: don't overlay config in remote_submodule_branchBrandon Williams2017-08-031-4/+11
| * Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-021-4/+4
| |\
* | \ Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-4/+13
|\ \ \ | |/ /
| * | submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-021-4/+13
* | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-08-221-9/+40
|\ \ \
| * | | submodule--helper: teach push-check to handle HEADbw/push-options-recursively-to-submodulesBrandon Williams2017-07-201-9/+40
* | | | Merge branch 'js/run-process-parallel-api-fix'Junio C Hamano2017-08-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | run_processes_parallel: change confusing task_cb conventionjs/run-process-parallel-api-fixJohannes Schindelin2017-07-211-1/+1
* | | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-4/+4
| |_|/ |/| |
* | | Merge branch 'jc/utf8-fprintf'Junio C Hamano2017-07-061-3/+2
|\ \ \
| * | | submodule--helper: do not call utf8_fprintf() unnecessarilyjc/utf8-fprintfJunio C Hamano2017-06-281-3/+2
| |/ /
* | | submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams2017-06-231-4/+5
| | |
| \ \
*-. \ \ Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-231-0/+1
|\ \ \ \
| | * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | | Merge branch 'jk/consistent-h'Junio C Hamano2017-06-191-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | submodule--helper: show usage for "-h"Jeff King2017-05-301-3/+2
| |/ / /
* | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-121-2/+1
|/ / /
* | | Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-011-3/+3
|\ \ \
| * | | submodule_init: die cleanly on submodules without url definedjk/submodule-init-segv-fixJeff King2017-04-241-3/+3
* | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-04-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule--helper: fix typo in is_active error messagebw/submodule-is-activeStefan Beller2017-04-131-1/+1
* | | | submodule--helper: add push-check subcommandBrandon Williams2017-04-111-0/+45
* | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-301-12/+56
|\ \ \ \ | |/ / /
| * | | submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-181-0/+12
| * | | submodule init: initialize active submodulesBrandon Williams2017-03-181-0/+30
| * | | submodule--helper clone: check for configured submodules using helperBrandon Williams2017-03-171-12/+3