summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano2018-11-061-17/+34
|\
| * submodule helper: convert relative URL to absolute URL if neededStefan Beller2018-10-181-17/+34
* | Merge branch 'sb/submodule-helper-remove-cruft'Junio C Hamano2018-10-301-2/+0
|\ \
| * | builtin/submodule--helper: remove debugging leftover tracingStefan Beller2018-10-181-2/+0
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ \ | |/ / |/| |
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | | Sync with 2.19.1Junio C Hamano2018-09-271-0/+1
|\ \ \ | | |/ | |/|
| * | Sync with 2.18.1Junio C Hamano2018-09-271-0/+1
| |\ \ | | |/ | |/|
| | * Sync with 2.17.2Junio C Hamano2018-09-271-0/+1
| | |\
| | | * Sync with 2.16.5Junio C Hamano2018-09-271-0/+1
| | | |\
| | | | * Sync with 2.15.3Junio C Hamano2018-09-271-0/+1
| | | | |\
| | | | | * Sync with Git 2.14.4Junio C Hamano2018-09-271-0/+1
| | | | | |\
| | | | | | * submodule--helper: use "--" to signal end of clone optionsJeff King2018-09-271-0/+1
* | | | | | | Merge branch 'sb/submodule-update-in-c'Junio C Hamano2018-09-171-34/+158
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | submodule--helper: introduce new update-module-mode helperStefan Beller2018-08-141-0/+61
| * | | | | | submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeStefan Beller2018-08-141-24/+40
| * | | | | | builtin/submodule--helper: factor out method to update a single submoduleStefan Beller2018-08-031-10/+10
| * | | | | | builtin/submodule--helper: store update_clone information in a structStefan Beller2018-08-031-10/+27
| * | | | | | builtin/submodule--helper: factor out submodule updatingStefan Beller2018-08-031-26/+33
| * | | | | | git-submodule.sh: rename unused variablesStefan Beller2018-08-031-3/+2
* | | | | | | Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-071-26/+0
* | | | | | | i18n: fix mistakes in translated stringsJean-Noël Avila2018-08-231-1/+1
* | | | | | | Merge branch 'sb/submodule-cleanup'Junio C Hamano2018-08-201-1/+0
|\ \ \ \ \ \ \
| * | | | | | | builtin/submodule--helper: remove stray new lineStefan Beller2018-08-161-1/+0
| |/ / / / / /
* | | | | | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
|/ / / / / /
* | | | | | 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-181-6/+7
| * | | | | | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-2/+2
| * | | | | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-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-211-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
|\ \ \ \ \ \ \ \ \