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
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-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
2021-09-20
Merge branch 'ar/submodule-add-config'
Junio C Hamano
1
-0
/
+129
2021-09-15
submodule: extract path to submodule gitdir func
Jonathan Tan
1
-2
/
+8
2021-09-09
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
1
-6
/
+1
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-1
/
+1
2021-08-24
submodule--helper: run update procedures from C
Atharva Raykar
1
-0
/
+257
2021-08-10
submodule--helper: rename compute_submodule_clone_url()
Atharva Raykar
1
-6
/
+6
2021-08-10
submodule--helper: remove resolve-relative-url subcommand
Atharva Raykar
1
-20
/
+0
2021-08-10
submodule--helper: remove add-config subcommand
Atharva Raykar
1
-49
/
+0
2021-08-10
submodule--helper: remove add-clone subcommand
Atharva Raykar
1
-60
/
+0
2021-08-10
submodule--helper: convert the bulk of cmd_add() to C
Atharva Raykar
1
-1
/
+164
2021-08-10
submodule--helper: remove repeated code in sync_submodule()
Atharva Raykar
1
-13
/
+3
2021-08-10
submodule--helper: refactor resolve_relative_url() helper
Atharva Raykar
1
-36
/
+25
2021-08-10
submodule--helper: add options for compute_submodule_clone_url()
Atharva Raykar
1
-7
/
+11
2021-08-10
Merge branch 'ar/submodule-add-config' into ar/submodule-add
Junio C Hamano
1
-0
/
+129
2021-08-10
submodule--helper: introduce add-config subcommand
Atharva Raykar
1
-0
/
+129
2021-08-04
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-2
/
+4
2021-08-04
Merge branch 'ar/submodule-add'
Junio C Hamano
1
-113
/
+304
2021-07-26
builtin/submodule--helper: release unused strbuf to avoid leak
Andrzej Hunt
1
-2
/
+4
2021-07-26
submodule: drop unused sm_name parameter from show_fetch_remotes()
Jeff King
1
-3
/
+2
2021-07-16
Merge branch 'ar/submodule-helper-include-cleanup'
Junio C Hamano
1
-1
/
+0
2021-07-12
submodule--helper: introduce add-clone subcommand
Atharva Raykar
1
-0
/
+177
2021-07-12
submodule--helper: refactor module_clone()
Atharva Raykar
1
-113
/
+128
2021-07-06
submodule--helper: remove redundant include
Atharva Raykar
1
-1
/
+0
2021-06-10
Merge branch 'ah/submodule-helper-module-summary-parseopt'
Junio C Hamano
1
-1
/
+1
2021-05-17
submodule: use the imperative mood to describe the --files option
Alex Henrie
1
-1
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-14
/
+15
2021-02-12
Merge branch 'tb/precompose-prefix-too'
Junio C Hamano
1
-1
/
+1
2021-02-03
MacOS: precompose_argv_prefix()
Torsten Bögershausen
1
-1
/
+1
2021-01-06
builtin/*: update usage format
ZheNing Hu
1
-12
/
+12
2020-10-08
doc: fix the bnf like style of some commands
Jean-Noël Avila
1
-1
/
+1
2020-09-09
Merge branch 'ss/submodule-summary-in-c-fixes'
Junio C Hamano
1
-9
/
+8
2020-09-09
Merge branch 'ss/submodule-summary-in-c'
Junio C Hamano
1
-3
/
+429
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-8
/
+8
2020-08-27
t7421: eliminate 'grep' check in t7421.4 for mingw compatibility
Shourya Shukla
1
-3
/
+4
2020-08-25
submodule: fix style in function definition
Shourya Shukla
1
-3
/
+3
2020-08-25
submodule: eliminate unused parameters from print_submodule_summary()
Shourya Shukla
1
-3
/
+1
2020-08-17
submodule--helper: fix leak of core.worktree value
Jeff King
1
-2
/
+2
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
1
-4
/
+4
2020-08-14
submodule--helper: use strbuf_release() to free strbufs
Jeff King
1
-2
/
+2
2020-08-12
submodule: port submodule subcommand 'summary' from shell to C
Prathamesh Chavan
1
-0
/
+429
2020-08-12
submodule: remove extra line feeds between callback struct and macro
Shourya Shukla
1
-3
/
+0
2020-07-30
strvec: rename struct fields
Jeff King
1
-3
/
+3
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-10
/
+10
[next]