summaryrefslogtreecommitdiffstats
path: root/builtin/submodule--helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ao/config-from-gitmodules'Junio C Hamano2018-07-181-4/+4
|\
| * submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite2018-06-261-4/+4
* | Merge branch 'sb/submodule-core-worktree'Junio C Hamano2018-07-181-0/+26
|\ \ | |/ |/|
| * submodule deinit: unset core.worktreeStefan Beller2018-06-191-0/+2
| * submodule: ensure core.worktree is set after updateStefan Beller2018-06-191-0/+24
* | Merge branch 'sb/plug-misc-leaks'Junio C Hamano2018-06-251-1/+2
|\ \
| * | submodule--helper: plug mem leak in print_default_remoteStefan Beller2018-06-011-1/+2
| |/
* | Merge branch 'pc/submodule-helper-foreach'Junio C Hamano2018-06-251-0/+144
|\ \ | |/ |/|
| * submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan2018-05-111-0/+144
* | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-6/+8
|\ \
| * | submodule--helper: convert push_check to use struct refspecBrandon Williams2018-05-171-6/+7
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-2/+2
| * | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+1
| |/
* | Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano2018-05-301-3/+13
|\ \
| * | submodule: add --dissociate option to add/update commandsCasey Fitzpatrick2018-05-221-3/+13
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+24
|\ \ \ | |_|/ |/| |
| * | Sync with Git 2.16.4Junio C Hamano2018-05-221-0/+24
| |\ \ | | |/ | |/|
| | * Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+24
| | |\
| | | * Sync with Git 2.14.4Junio C Hamano2018-05-221-0/+24
| | | |\
| | | | * Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+24
| | | | |\
| | | | | * submodule-config: verify submodule names as pathsJeff King2018-05-221-0/+24
| | | | | * Merge branch 'jc/utf8-fprintf' into maintJunio C Hamano2017-07-101-3/+2
| | | | | |\
| | | | * | \ Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano2017-09-101-9/+40
| | | | |\ \ \
| | | | * \ \ \ Merge branch 'js/run-process-parallel-api-fix' into maintJunio C Hamano2017-08-231-1/+1
| | | | |\ \ \ \
* | | | | \ \ \ \ Merge branch 'nd/submodule-status-fix'Junio C Hamano2018-05-081-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy2018-04-181-2/+6
* | | | | | | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-9/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-291-2/+1
| * | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-291-7/+7
* | | | | | | | | | | Merge branch 'rs/status-with-removed-submodule'Junio C Hamano2018-04-111-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | submodule: check for NULL return of get_submodule_ref_store()René Scharfe2018-03-291-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 gracefullyStefan Beller2018-03-281-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 switchesJeff King2017-09-221-0/+1
|/ / / / / /
* | | | | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-271-22/+29
|\ \ \ \ \ \