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
/
submodule-config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
parse_config_key(): return subsection len as size_t
Jeff King
1
-1
/
+2
2020-02-17
Merge branch 'mr/show-config-scope'
Junio C Hamano
1
-1
/
+3
2020-02-10
submodule-config: add subomdule config scope
Matthew Rogers
1
-1
/
+3
2020-01-17
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
1
-12
/
+6
2019-12-16
fix-typo: consecutive-word duplications
ryenus
1
-1
/
+1
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-2
/
+10
2019-12-06
Sync with 2.21.1
Johannes Schindelin
1
-2
/
+10
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-2
/
+10
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-2
/
+10
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-2
/
+10
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-2
/
+10
2019-12-06
submodule: reject submodule.update = !command in .gitmodules
Jonathan Nieder
1
-2
/
+10
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-7
/
+3
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-2
/
+2
2019-10-07
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
1
-1
/
+3
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
1
-3
/
+5
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-8
/
+12
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-2
/
+4
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-2
/
+2
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-5
/
+5
2019-04-16
submodule-config.c: use repo_get_oid for reading .gitmodules
Nguyễn Thái Ngọc Duy
1
-13
/
+7
2019-02-20
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2018-11-13
Merge branch 'ao/submodule-wo-gitmodules-checked-out'
Junio C Hamano
1
-2
/
+66
2018-10-31
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
1
-2
/
+29
2018-10-09
submodule: factor out a config_set_in_gitmodules_file_gently function
Antonio Ospite
1
-0
/
+12
2018-10-09
submodule: add a print_config_from_gitmodules() helper
Antonio Ospite
1
-0
/
+25
2018-09-27
Sync with 2.19.1
Junio C Hamano
1
-0
/
+10
2018-09-27
Sync with 2.18.1
Junio C Hamano
1
-0
/
+10
2018-09-27
Sync with 2.17.2
Junio C Hamano
1
-0
/
+10
2018-09-27
Sync with 2.15.3
Junio C Hamano
1
-0
/
+10
2018-09-27
Sync with Git 2.14.4
Junio C Hamano
1
-0
/
+10
2018-09-27
submodule-config: ban submodule paths that start with a dash
Jeff King
1
-0
/
+2
2018-09-27
submodule-config: ban submodule urls that start with dash
Jeff King
1
-0
/
+8
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-2
/
+2
2018-08-02
Merge branch 'jk/fsck-gitmodules-gently'
Junio C Hamano
1
-1
/
+1
2018-07-18
Merge branch 'ao/config-from-gitmodules'
Junio C Hamano
1
-12
/
+63
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-03
config: add options parameter to git_config_from_mem
Jeff King
1
-1
/
+1
2018-06-26
submodule-config: reuse config_from_gitmodules in repo_read_gitmodules
Antonio Ospite
1
-29
/
+21
2018-06-26
submodule-config: pass repository as argument to config_from_gitmodules
Antonio Ospite
1
-5
/
+5
2018-06-26
submodule-config: make 'config_from_gitmodules' private
Antonio Ospite
1
-4
/
+4
2018-06-26
submodule-config: add helper to get 'update-clone' config from .gitmodules
Antonio Ospite
1
-0
/
+14
2018-06-26
submodule-config: add helper function to get 'fetch' config from .gitmodules
Antonio Ospite
1
-0
/
+28
2018-06-26
config: move config_from_gitmodules to submodule-config.c
Antonio Ospite
1
-0
/
+17
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-33
/
+33
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-0
/
+31
[next]