summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-14/+15
* Merge branch 'tb/precompose-prefix-too'Junio C Hamano2021-02-121-1/+1
|\
| * MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-031-1/+1
* | builtin/*: update usage formatZheNing Hu2021-01-061-12/+12
|/
* doc: fix the bnf like style of some commandsJean-Noël Avila2020-10-081-1/+1
* Merge branch 'ss/submodule-summary-in-c-fixes'Junio C Hamano2020-09-091-9/+8
|\
| * t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla2020-08-271-3/+4
| * submodule: fix style in function definitionShourya Shukla2020-08-251-3/+3
| * submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla2020-08-251-3/+1
* | Merge branch 'ss/submodule-summary-in-c'Junio C Hamano2020-09-091-3/+429
|\ \ | |/
| * submodule: port submodule subcommand 'summary' from shell to CPrathamesh Chavan2020-08-121-0/+429
| * submodule: remove extra line feeds between callback struct and macroShourya Shukla2020-08-121-3/+0
* | Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-8/+8
|\ \ | |/ |/|
| * submodule--helper: fix leak of core.worktree valueJeff King2020-08-171-2/+2
| * config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-4/+4
| * submodule--helper: use strbuf_release() to free strbufsJeff King2020-08-141-2/+2
* | strvec: rename struct fieldsJeff King2020-07-301-3/+3
* | strvec: fix indentation in renamed callsJeff King2020-07-281-10/+10
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-59/+59
|/
* Merge branch 'js/default-branch-name'Junio C Hamano2020-07-061-1/+1
|\
| * submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin2020-06-241-1/+1
* | submodule: port subcommand 'set-branch' from shell to CShourya Shukla2020-06-021-0/+44
|/
* submodule: port subcommand 'set-url' from shell to CShourya Shukla2020-05-081-0/+32
* submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'Shourya Shukla2020-03-181-4/+4
* Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-051-6/+25
|\
| * clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-251-2/+18
| * submodule--helper: use C99 named initializerEmily Shaffer2020-02-251-4/+7
* | Merge branch 'pk/status-of-uncloned-submodule'Junio C Hamano2020-02-141-1/+11
|\ \ | |/ |/|
| * submodule: fix status of initialized but not cloned submodulesPeter Kaestle2020-01-271-1/+11
* | Merge branch 'jt/clone-recursesub-ref-advise'Junio C Hamano2019-12-101-0/+10
|\ \
| * | submodule--helper: advise on fatal alternate errorJonathan Tan2019-12-031-0/+10
* | | Sync with Git 2.24.1Junio C Hamano2019-12-091-2/+18
|\ \ \
| * \ \ Sync with 2.23.1Johannes Schindelin2019-12-061-2/+18
| |\ \ \ | | |/ / | |/| / | | |/
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-2/+18
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-2/+18
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-2/+18
| | | | |\
| | | | | * submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-0/+2
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-2/+16
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-2/+16
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-2/+16
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+16
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+16
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+16
| | | | | | | | | | |\
| | | | | | | | | | | * Disallow dubiously-nested submodule git directoriesJohannes Schindelin2019-12-051-0/+4
| | | | | | | | | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-041-1/+12
| | | * | | | | | | | | Merge branch 'ms/submodule-foreach-fix' into maintJunio C Hamano2019-07-291-0/+1
| | | |\ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano2019-12-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar2019-11-251-1/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cache: remove null_sha1brian m. carlson2019-08-191-1/+1
| |/ / / / / / / / / / /