summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-2/+2
* Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'Junio C Hamano2021-12-101-10/+11
|\
| * submodule: absorb git dir instead of dying on deinitMugdha Pattnaik2021-11-191-10/+11
* | Merge branch 'ks/submodule-add-message-fix'Junio C Hamano2021-10-291-14/+22
|\ \
| * | submodule: drop unused sm_name parameter from append_fetch_remotes()Jeff King2021-10-271-3/+2
| * | submodule--helper: fix incorrect newlines in an error messageKaartic Sivaraam2021-10-231-14/+23
* | | submodule--helper: fix small memory leaksÆvar Arnfjörð Bjarmason2021-10-231-0/+2
* | | Merge branch 'en/removing-untracked-fixes'Junio C Hamano2021-10-131-0/+4
|\ \ \
| * | | Comment important codepaths regarding nuking untracked files/dirsElijah Newren2021-09-271-0/+4
* | | | Merge branch 'ab/designated-initializers'Junio C Hamano2021-10-111-10/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-2/+3
| * | | *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-8/+8
* | | | Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-061-6/+1
|\ \ \ \ | |/ / / |/| | |
| * | | repository: support unabsorbed in repo_submodule_initJonathan Tan2021-09-091-6/+1
* | | | Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano2021-09-231-2/+8
|\ \ \ \
| * | | | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-151-2/+8
| | |/ / | |/| |
* | | | Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano2021-09-201-0/+257
|\ \ \ \
| * | | | submodule--helper: run update procedures from CAtharva Raykar2021-08-241-0/+257
| | |/ / | |/| |
* | | | Merge branch 'ar/submodule-add-more'Junio C Hamano2021-09-201-145/+162
|\ \ \ \
| * | | | submodule--helper: rename compute_submodule_clone_url()Atharva Raykar2021-08-101-6/+6
| * | | | submodule--helper: remove resolve-relative-url subcommandAtharva Raykar2021-08-101-20/+0
| * | | | submodule--helper: remove add-config subcommandAtharva Raykar2021-08-101-49/+0
| * | | | submodule--helper: remove add-clone subcommandAtharva Raykar2021-08-101-60/+0
| * | | | submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar2021-08-101-1/+164
| * | | | submodule--helper: remove repeated code in sync_submodule()Atharva Raykar2021-08-101-13/+3
| * | | | submodule--helper: refactor resolve_relative_url() helperAtharva Raykar2021-08-101-36/+25
| * | | | submodule--helper: add options for compute_submodule_clone_url()Atharva Raykar2021-08-101-7/+11
| * | | | Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano2021-08-101-0/+129
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'ar/submodule-add-config'Junio C Hamano2021-09-201-0/+129
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | submodule--helper: introduce add-config subcommandAtharva Raykar2021-08-101-0/+129
| | |/ | |/|
* | | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
| |/ |/|
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-08-041-2/+4
|\ \
| * | builtin/submodule--helper: release unused strbuf to avoid leakAndrzej Hunt2021-07-261-2/+4
* | | Merge branch 'ar/submodule-add'Junio C Hamano2021-08-041-113/+304
|\ \ \ | |/ / |/| / | |/
| * submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King2021-07-261-3/+2
| * submodule--helper: introduce add-clone subcommandAtharva Raykar2021-07-121-0/+177
| * submodule--helper: refactor module_clone()Atharva Raykar2021-07-121-113/+128
* | Merge branch 'ar/submodule-helper-include-cleanup'Junio C Hamano2021-07-161-1/+0
|\ \
| * | submodule--helper: remove redundant includeAtharva Raykar2021-07-061-1/+0
* | | Merge branch 'ah/submodule-helper-module-summary-parseopt'Junio C Hamano2021-06-101-1/+1
|\ \ \ | |_|/ |/| |
| * | submodule: use the imperative mood to describe the --files optionAlex Henrie2021-05-171-1/+1
* | | 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