summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-submodule.sh: rename some variablesRoy Eldar2024-12-111-10/+10
* git-submodule.sh: improve variables readabilityRoy Eldar2024-12-111-118/+95
* git-submodule.sh: add some commentsRoy Eldar2024-12-111-0/+3
* git-submodule.sh: get rid of unused variableRoy Eldar2024-12-111-1/+0
* git-submodule.sh: get rid of isnumberRoy Eldar2024-12-111-9/+2
* git-submodule.sh: improve parsing of short optionsRoy Eldar2024-12-111-0/+13
* git-submodule.sh: improve parsing of some long optionsRoy Eldar2024-12-111-0/+9
* builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt2024-08-081-0/+9
* builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt2024-08-081-0/+9
* git-submodule.sh: break overly long command linesPatrick Steinhardt2024-08-081-9/+55
* Merge branch 'ss/pull-v-recurse-fix'Junio C Hamano2022-12-281-0/+3
|\
| * submodule: accept -v for the update commandSven Strickroth2022-12-181-0/+3
* | submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"Ævar Arnfjörð Bjarmason2022-11-081-1/+0
* | submodule--helper: remove --prefix from "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-11-081-1/+1
|/
* git-submodule.sh: use "$quiet", not "$GIT_QUIET"Ævar Arnfjörð Bjarmason2022-06-281-18/+19
* submodule--helper: understand --checkout, --merge and --rebase synonymsÆvar Arnfjörð Bjarmason2022-06-281-5/+9
* submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-06-281-1/+1
* submodule update: remove "-v" optionÆvar Arnfjörð Bjarmason2022-06-281-3/+0
* submodule--helper: have --require-init imply --initÆvar Arnfjörð Bjarmason2022-06-281-1/+0
* git-submodule.sh: remove unused top-level "--branch" argumentÆvar Arnfjörð Bjarmason2022-06-281-14/+0
* git-submodule.sh: make the "$cached" variable a booleanÆvar Arnfjörð Bjarmason2022-06-281-2/+2
* git-submodule.sh: remove unused $prefix variableÆvar Arnfjörð Bjarmason2022-06-281-4/+2
* git-submodule.sh: remove unused sanitize_submodule_env()Ævar Arnfjörð Bjarmason2022-06-281-11/+0
* submodule: move core cmd_update() logic to CAtharva Raykar2022-03-161-97/+7
* submodule--helper: teach update_data more optionsGlen Choo2022-03-161-1/+1
* submodule update: use die_message()Glen Choo2022-03-161-4/+5
* submodule--helper update-clone: check for --filter and --initGlen Choo2022-03-051-5/+0
* submodule--helper: remove ensure-core-worktreeGlen Choo2022-03-051-2/+0
* submodule--helper update-clone: learn --initGlen Choo2022-03-051-6/+3
* submodule--helper run-update-procedure: learn --remoteGlen Choo2022-03-051-29/+1
* submodule--helper run-update-procedure: remove --suboidGlen Choo2022-03-051-7/+1
* clone, submodule: pass partial clone filters to submodulesJosh Steadmon2022-02-101-1/+16
* Merge branch 'ab/unused-script-helpers'Junio C Hamano2021-09-231-5/+0
|\
| * git-submodule: remove unused is_zero_oid() functionÆvar Arnfjörð Bjarmason2021-09-131-5/+0
* | Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano2021-09-211-73/+33
|\ \
| * | submodule--helper: run update procedures from CAtharva Raykar2021-08-241-73/+33
| |/
* | submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar2021-08-101-94/+2
* | Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano2021-08-101-27/+1
|\ \ | |/ |/|
| * submodule--helper: introduce add-config subcommandAtharva Raykar2021-08-101-27/+1
* | Merge branch 'ar/submodule-add'Junio C Hamano2021-08-041-56/+20
|\|
| * submodule--helper: introduce add-clone subcommandAtharva Raykar2021-07-121-37/+1
| * submodule: prefix die messages with 'fatal'Atharva Raykar2021-07-121-19/+19
* | submodule: remove unnecessary `prefix` based option logicKaartic Sivaraam2021-06-291-7/+7
|/
* submodule update: silence underlying fetch with "--quiet"Nicholas Clark2021-05-031-2/+2
* submodule: fix fetch_in_submodule logicJeff King2020-11-241-6/+6
* parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason2020-11-161-1/+0
* submodule: remove sh function in favor of helperÆvar Arnfjörð Bjarmason2020-11-161-1/+1
* submodule: use "fetch" logic instead of custom remote discoveryÆvar Arnfjörð Bjarmason2020-11-161-7/+9
* Merge branch 'td/submodule-update-quiet'Junio C Hamano2020-10-051-3/+3
|\
| * submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois2020-10-011-3/+3