index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: work around gcc-10 -Wstringop-overflow warning
Jeff King
2020-08-04
1
-1
/
+1
*
config: reject parsing of files over INT_MAX
Jeff King
2020-04-10
1
-0
/
+15
*
config: use size_t to store parsed variable baselen
Jeff King
2020-04-10
1
-1
/
+1
*
git_config_parse_key(): return baselen as size_t
Jeff King
2020-04-10
1
-7
/
+10
*
config: drop useless length variable in write_pair()
Jeff King
2020-04-10
1
-3
/
+1
*
parse_config_key(): return subsection len as size_t
Jeff King
2020-04-10
1
-2
/
+2
*
Merge branch 'bw/remote-rename-update-config'
Junio C Hamano
2020-02-25
1
-0
/
+8
|
\
|
*
config: provide access to the current line number
Bert Wesarg
2020-02-10
1
-0
/
+8
*
|
Merge branch 'mr/show-config-scope'
Junio C Hamano
2020-02-17
1
-7
/
+28
|
\
|
|
*
submodule-config: add subomdule config scope
Matthew Rogers
2020-02-10
1
-0
/
+2
|
*
config: teach git_config_source to remember its scope
Matthew Rogers
2020-02-10
1
-0
/
+3
|
*
config: preserve scope in do_git_config_sequence
Matthew Rogers
2020-02-10
1
-1
/
+2
|
*
config: clarify meaning of command line scoping
Matthew Rogers
2020-02-10
1
-3
/
+3
|
*
config: split repo scope to local and worktree
Matthew Rogers
2020-02-10
1
-7
/
+6
|
*
config: make scope_name non-static and rename it
Matthew Rogers
2020-02-10
1
-0
/
+16
*
|
strbuf: add and use strbuf_insertstr()
René Scharfe
2020-02-10
1
-1
/
+1
|
/
*
sparse-checkout: add 'cone' mode
Derrick Stolee
2019-11-22
1
-0
/
+5
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-11
/
+13
|
\
|
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-2
/
+1
|
*
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
1
-1
/
+0
|
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: use *_entry APIs for iteration
Eric Wong
2019-10-07
1
-2
/
+3
|
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+6
|
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+2
|
*
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+2
*
|
Merge branch 'bc/object-id-part17'
Junio C Hamano
2019-10-11
1
-1
/
+1
|
\
\
|
*
|
config: use the_hash_algo in abbrev comparison
brian m. carlson
2019-08-20
1
-1
/
+1
|
|
/
*
|
Merge branch 'cc/multi-promisor'
Junio C Hamano
2019-09-18
1
-5
/
+0
|
\
\
|
*
|
Move core_partial_clone_filter_default to promisor-remote.c
Christian Couder
2019-06-25
1
-5
/
+0
*
|
|
Merge branch 'ds/feature-macros'
Junio C Hamano
2019-09-09
1
-24
/
+0
|
\
\
\
|
*
|
|
repo-settings: parse core.untrackedCache
Derrick Stolee
2019-08-13
1
-24
/
+0
*
|
|
|
config: stop checking whether the_repository is NULL
Jeff King
2019-08-06
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
config: work around bug with includeif:onbranch and early config
Johannes Schindelin
2019-08-01
1
-1
/
+2
*
|
|
Merge branch 'ab/test-env'
Junio C Hamano
2019-07-25
1
-9
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tests: make GIT_TEST_GETTEXT_POISON a boolean
Ævar Arnfjörð Bjarmason
2019-06-21
1
-0
/
+9
|
*
|
config.c: refactor die_bad_number() to not call gettext() early
Ævar Arnfjörð Bjarmason
2019-06-21
1
-9
/
+10
|
|
/
*
|
Merge branch 'rs/config-unit-parsing'
Junio C Hamano
2019-07-10
1
-21
/
+18
|
\
\
|
*
|
config: simplify parsing of unit factors
René Scharfe
2019-06-24
1
-18
/
+12
|
*
|
config: don't multiply in parse_unit_factor()
René Scharfe
2019-06-24
1
-7
/
+9
|
*
|
config: use unsigned_mult_overflows to check for overflows
René Scharfe
2019-06-24
1
-6
/
+7
*
|
|
Merge branch 'js/gcc-8-and-9'
Junio C Hamano
2019-07-10
1
-2
/
+2
|
\
|
|
|
*
|
config: avoid calling `labs()` on too-large data type
Johannes Schindelin
2019-06-13
1
-2
/
+2
|
|
/
*
/
config: learn the "onbranch:" includeIf condition
Denton Liu
2019-06-05
1
-2
/
+29
|
/
*
Merge branch 'jh/trace2-sid-fix'
Junio C Hamano
2019-05-13
1
-5
/
+25
|
\
|
*
trace2: fixup access problem on /etc/gitconfig in read_very_early_config
Jeff Hostetler
2019-05-07
1
-1
/
+4
|
*
config: add read_very_early_config()
Jeff Hostetler
2019-04-16
1
-3
/
+20
|
*
config: initialize opts structure in repo_read_config()
Jeff Hostetler
2019-04-16
1
-1
/
+1
*
|
Merge branch 'nd/include-if-wildmatch'
Junio C Hamano
2019-04-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]