index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
submodule-config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bw/submodule-config-cleanup'
Junio C Hamano
2017-08-27
1
-12
/
+53
|
\
|
*
submodule-config: lazy-load a repository's .gitmodules file
Brandon Williams
2017-08-03
1
-5
/
+22
|
*
submodule-config: move submodule-config functions to submodule-config.c
Brandon Williams
2017-08-03
1
-7
/
+31
|
*
Merge branch 'bc/object-id' into bw/submodule-config-cleanup
Junio C Hamano
2017-08-02
1
-19
/
+19
|
|
\
*
|
\
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
2017-08-22
1
-3
/
+3
|
\
\
\
|
*
|
|
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
2017-08-07
1
-2
/
+2
*
|
|
|
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-08-22
1
-0
/
+8
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
submodule: remove submodule.fetchjobs from submodule-config parsing
Brandon Williams
2017-08-02
1
-0
/
+8
*
|
|
|
Merge branch 'sb/hashmap-cleanup'
Junio C Hamano
2017-08-11
1
-6
/
+12
|
\
\
\
\
|
*
|
|
|
submodule-config.c: drop hashmap_cmp_fn cast
Stefan Beller
2017-07-05
1
-6
/
+12
*
|
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-08-11
1
-19
/
+19
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
submodule: convert submodule config lookup to use object_id
brian m. carlson
2017-07-17
1
-19
/
+19
*
|
|
|
Merge branch 'sb/pull-rebase-submodule'
Junio C Hamano
2017-07-14
1
-0
/
+22
|
\
\
\
\
|
*
|
|
|
builtin/fetch: factor submodule recurse parsing out to submodule config
Stefan Beller
2017-06-24
1
-0
/
+22
*
|
|
|
|
Merge branch 'sb/hashmap-customize-comparison'
Junio C Hamano
2017-07-14
1
-6
/
+8
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
1
-6
/
+8
*
|
|
|
submodule-config: store the_submodule_cache in the_repository
Brandon Williams
2017-06-24
1
-18
/
+52
|
/
/
/
*
/
/
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
/
/
*
|
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
2017-03-28
1
-0
/
+20
|
\
\
|
*
|
update submodules: add submodule config parsing
Stefan Beller
2017-03-16
1
-0
/
+20
|
|
/
*
|
Merge branch 'sb/submodule-config-parse-ignore-fix'
Junio C Hamano
2017-03-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
submodule-config: correct error reporting for invalid ignore value
Stefan Beller
2017-03-15
1
-1
/
+1
*
|
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2017-01-31
1
-0
/
+2
|
\
\
|
*
|
submodules: add RECURSE_SUBMODULES_ONLY value
Brandon Williams
2016-12-20
1
-0
/
+2
|
|
/
*
|
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-01-19
1
-1
/
+1
|
\
\
|
*
|
submodules: load gitmodules file from commit sha1
Brandon Williams
2016-12-22
1
-3
/
+3
|
|
/
*
|
submodule-config: rename commit_sha1 to treeish_name
Stefan Beller
2016-11-22
1
-23
/
+23
*
|
submodule config: inline config_from_{name, path}
Stefan Beller
2016-11-22
1
-14
/
+2
|
/
*
Merge branch 'sb/submodule-update-dot-branch'
Junio C Hamano
2016-08-10
1
-1
/
+10
|
\
|
*
submodule-config: keep configured branch around
Stefan Beller
2016-08-01
1
-1
/
+10
*
|
Merge branch 'va/i18n'
Junio C Hamano
2016-08-08
1
-1
/
+1
|
\
\
|
*
|
i18n: config: unfold error messages marked for translation
Vasco Almeida
2016-07-28
1
-1
/
+1
|
|
/
*
|
Merge branch 'rs/submodule-config-code-cleanup'
Junio C Hamano
2016-08-04
1
-16
/
+16
|
\
\
|
|
/
|
/
|
|
*
submodule-config: combine early return code into one goto
Heiko Voigt
2016-07-28
1
-19
/
+12
|
*
submodule-config: passing name reference for .gitmodule blobs
Heiko Voigt
2016-07-28
1
-9
/
+17
|
*
submodule-config: use explicit empty string instead of strbuf in config_from()
René Scharfe
2016-07-19
1
-2
/
+1
|
*
Merge branch 'sb/misc-cleanups' into HEAD
Junio C Hamano
2016-05-18
1
-6
/
+6
|
|
\
|
*
\
Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' into maint
Junio C Hamano
2016-04-29
1
-2
/
+1
|
|
\
\
*
|
\
\
Merge branch 'bc/cocci'
Junio C Hamano
2016-07-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
coccinelle: convert hashcpy() with null_sha1 to hashclr()
brian m. carlson
2016-06-28
1
-1
/
+1
*
|
|
|
|
submodule-config: keep shallow recommendation around
Stefan Beller
2016-05-27
1
-0
/
+9
|
/
/
/
/
*
|
|
|
Merge branch 'sb/misc-cleanups'
Junio C Hamano
2016-05-10
1
-6
/
+6
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
submodule-config: don't shadow `cache`
Stefan Beller
2016-04-28
1
-6
/
+6
*
|
|
|
Merge branch 'ak/use-hashmap-iter-first-in-submodule-config'
Junio C Hamano
2016-04-13
1
-2
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
submodule-config: use hashmap_iter_first()
Alexander Kuleshov
2016-03-23
1
-2
/
+1
|
|
/
/
*
|
|
Merge branch 'sb/submodule-parallel-update'
Junio C Hamano
2016-04-06
1
-3
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
submodule-config: drop check against NULL
Stefan Beller
2016-03-01
1
-3
/
+3
|
*
|
submodule-config: keep update strategy around
Stefan Beller
2016-03-01
1
-0
/
+13
*
|
|
config: add 'origin_type' to config_source struct
Lars Schneider
2016-02-22
1
-2
/
+2
*
|
|
rename git_config_from_buf to git_config_from_mem
Lars Schneider
2016-02-19
1
-1
/
+1
|
|
/
|
/
|
[next]