summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ms/submodule-foreach-fix'Junio C Hamano2019-07-091-0/+1
|\
| * submodule foreach: fix recursion of optionsMorian Sonnet2019-06-251-0/+1
* | Merge branch 'jk/unused-params-final-batch'Junio C Hamano2019-06-131-2/+1
|\ \
| * | submodule: drop unused prefix parameter from some functionsJeff King2019-05-131-2/+1
* | | Merge branch 'nd/submodule-helper-incomplete-line-fix'Junio C Hamano2019-05-191-1/+1
|\ \ \ | |/ / |/| |
| * | submodule--helper: add a missing \nNguyễn Thái Ngọc Duy2019-05-081-1/+1
* | | Merge branch 'nd/submodule-foreach-quiet'Junio C Hamano2019-04-251-4/+4
|\ \ \
| * | | submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy2019-04-151-4/+4
| |/ /
* | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-04-251-5/+12
|\ \ \
| * | | submodule--helper: teach config subcommand --unsetDenton Liu2019-02-081-5/+12
| |/ /
* | | report_path_error(): drop unused prefix parameterJeff King2019-03-201-1/+1
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-5/+4
|/ /
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-0/+1
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-1/+1
|\ \ \
| * | | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-1/+1
| | |/ | |/|
* | | Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano2019-01-181-1/+3
|\ \ \
| * | | submodule deinit: unset core.worktreeStefan Beller2018-12-261-0/+2
| * | | submodule--helper: fix BUG message in ensure_core_worktreeStefan Beller2018-12-261-1/+1
| |/ /
* | | Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano2019-01-181-1/+1
|\ \ \ | |_|/ |/| |
| * | submodule update: run at most one fetch job unless otherwise setJunio C Hamano2018-12-141-1/+1
| |/
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-4/+5
|\ \ | |/ |/|
| * rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-3/+3
| * submodule--helper: prefer strip_suffix() to ends_with()Jeff King2018-11-131-3/+4
* | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-0/+40
|\ \ | |/ |/|
| * submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite2018-10-311-1/+5
| * submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite2018-10-091-1/+23
| * submodule--helper: add a new 'config' subcommandAntonio Ospite2018-10-091-0/+14
* | 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