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
*
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
|
\
\
|
|
/
|
/
|
|
*
config: correct '**' matching in includeIf patterns
Nguyễn Thái Ngọc Duy
2019-04-01
1
-1
/
+1
*
|
Merge branch 'jh/trace2'
Junio C Hamano
2019-03-07
1
-0
/
+2
|
\
\
|
*
|
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-0
/
+2
|
|
/
*
|
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
2019-03-07
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
config: allow giving separate author and committer idents
William Hubbs
2019-02-04
1
-1
/
+3
*
|
config: drop unused parameter from maybe_remove_section()
Jeff King
2019-01-24
1
-2
/
+1
|
/
*
index: make index.threads=true enable ieot and eoie
Jonathan Nieder
2018-11-21
1
-7
/
+10
*
config: report a bug if git_dir exists without commondir
Johannes Schindelin
2018-11-16
1
-0
/
+2
*
Merge branch 'js/mingw-perl5lib'
Junio C Hamano
2018-11-13
1
-13
/
+5
|
\
|
*
config: move Windows-specific config settings into compat/mingw.c
Johannes Schindelin
2018-10-31
1
-8
/
+0
|
*
config: allow for platform-specific core.* config settings
Johannes Schindelin
2018-10-31
1
-3
/
+3
|
*
config: rename `dummy` parameter to `cb` in git_default_config()
Johannes Schindelin
2018-10-31
1
-2
/
+2
*
|
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
2018-10-22
1
-0
/
+11
|
/
*
Merge branch 'bp/read-cache-parallel'
Junio C Hamano
2018-10-19
1
-0
/
+18
|
\
|
*
config: add new index.threads config setting
Ben Peart
2018-10-11
1
-0
/
+18
*
|
fsmonitor: update GIT_TEST_FSMONITOR support
Ben Peart
2018-09-28
1
-1
/
+1
|
/
*
i18n: fix mistakes in translated strings
Jean-Noël Avila
2018-08-23
1
-1
/
+1
[next]