index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
submodule--helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
i18n: fix some badly formatted i18n strings
Jean-Noël Avila
1
-1
/
+1
2022-04-07
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
1
-1
/
+1
2022-04-07
submodule-helper: fix usage string
Fangyi Zhou
1
-1
/
+1
2022-04-04
Merge branch 'gc/branch-recurse-submodules-fix'
Junio C Hamano
1
-3
/
+4
2022-03-30
branch: support more tracking modes when recursing
Glen Choo
1
-3
/
+4
2022-03-16
submodule--helper: remove forward declaration
Glen Choo
1
-197
/
+196
2022-03-16
submodule: move core cmd_update() logic to C
Atharva Raykar
1
-105
/
+124
2022-03-16
submodule--helper: reduce logic in run_update_procedure()
Glen Choo
1
-13
/
+17
2022-03-16
submodule--helper: teach update_data more options
Glen Choo
1
-75
/
+75
2022-03-16
builtin/submodule--helper.c: rename option struct to "opt"
Ævar Arnfjörð Bjarmason
1
-26
/
+26
2022-03-16
submodule update: use die_message()
Glen Choo
1
-19
/
+14
2022-03-16
submodule--helper: run update using child process struct
Atharva Raykar
1
-18
/
+16
2022-03-16
Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2
Junio C Hamano
1
-107
/
+141
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-1
/
+4
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
1
-1
/
+1
2022-03-04
submodule--helper update-clone: check for --filter and --init
Glen Choo
1
-1
/
+19
2022-03-04
submodule--helper: remove ensure-core-worktree
Glen Choo
1
-10
/
+2
2022-03-04
submodule--helper update-clone: learn --init
Glen Choo
1
-0
/
+26
2022-03-04
submodule--helper: allow setting superprefix for init_submodule()
Atharva Raykar
1
-3
/
+7
2022-03-04
submodule--helper: refactor get_submodule_displaypath()
Atharva Raykar
1
-4
/
+10
2022-03-04
submodule--helper run-update-procedure: learn --remote
Glen Choo
1
-34
/
+22
2022-03-04
submodule--helper: don't use bitfield indirection for parse_options()
Ævar Arnfjörð Bjarmason
1
-13
/
+10
2022-03-04
submodule--helper: get remote names from any repository
Atharva Raykar
1
-15
/
+23
2022-03-04
submodule--helper run-update-procedure: remove --suboid
Glen Choo
1
-3
/
+6
2022-03-04
submodule--helper: reorganize code for sh to C conversion
Glen Choo
1
-5
/
+21
2022-03-04
submodule--helper: remove update-module-mode
Glen Choo
1
-24
/
+0
2022-03-04
submodule--helper: fix trivial leak in module_add()
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-02-25
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
1
-3
/
+27
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-1
/
+1
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
1
-1
/
+1
2022-02-18
Merge branch 'gc/branch-recurse-submodules'
Junio C Hamano
1
-0
/
+38
2022-02-09
clone, submodule: pass partial clone filters to submodules
Josh Steadmon
1
-3
/
+27
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-1
/
+1
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
1
-0
/
+38
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
1
-2
/
+2
2021-12-10
Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'
Junio C Hamano
1
-10
/
+11
2021-11-19
submodule: absorb git dir instead of dying on deinit
Mugdha Pattnaik
1
-10
/
+11
2021-10-29
Merge branch 'ks/submodule-add-message-fix'
Junio C Hamano
1
-14
/
+22
2021-10-27
submodule: drop unused sm_name parameter from append_fetch_remotes()
Jeff King
1
-3
/
+2
2021-10-23
submodule--helper: fix incorrect newlines in an error message
Kaartic Sivaraam
1
-14
/
+23
2021-10-23
submodule--helper: fix small memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-0
/
+4
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
1
-10
/
+11
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-6
/
+1
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2021-09-27
Comment important codepaths regarding nuking untracked files/dirs
Elijah Newren
1
-0
/
+4
2021-09-23
Merge branch 'jt/submodule-name-to-gitdir'
Junio C Hamano
1
-2
/
+8
2021-09-20
Merge branch 'ar/submodule-run-update-procedure'
Junio C Hamano
1
-0
/
+257
2021-09-20
Merge branch 'ar/submodule-add-more'
Junio C Hamano
1
-145
/
+162
[next]