index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.h
Age
Commit message (
Expand
)
Author
Lines
2022-06-08
Merge branch 'ds/midx-normalize-pathname-before-comparison' into maint
Junio C Hamano
-1
/
+1
2022-04-25
cache: use const char * for get_object_directory()
Derrick Stolee
-1
/
+1
2022-04-04
Merge branch 'jh/builtin-fsmonitor-part2'
Junio C Hamano
-1
/
+0
2022-04-04
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
-2
/
+2
2022-03-29
core.fsync: fix incorrect expression for default configuration
Neeraj Singh
-2
/
+2
2022-03-25
Merge branch 'ps/fsync-refs'
Junio C Hamano
-2
/
+5
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
-0
/
+48
2022-03-25
fsmonitor: config settings are repository-specific
Jeff Hostetler
-1
/
+0
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
-3
/
+17
2022-03-15
core.fsync: new option to harden references
Patrick Steinhardt
-2
/
+5
2022-03-15
Merge branch 'ns/core-fsyncmethod' into ps/fsync-refs
Junio C Hamano
-0
/
+48
2022-03-15
core.fsync: documentation and user-friendly aggregate options
Neeraj Singh
-3
/
+20
2022-03-10
core.fsync: new option to harden the index
Neeraj Singh
-0
/
+1
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
-0
/
+23
2022-03-10
core.fsyncmethod: add writeout-only mode
Neeraj Singh
-0
/
+7
2022-03-09
Merge branch 'en/present-despite-skipped'
Junio C Hamano
-0
/
+1
2022-03-01
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
-0
/
+1
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
-1
/
+2
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
-4
/
+8
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
-0
/
+3
2022-02-25
object API docs: move check_object_signature() docs to cache.h
Ævar Arnfjörð Bjarmason
-0
/
+6
2022-02-25
Merge branch 'ab/date-mode-release'
Junio C Hamano
-50
/
+0
2022-02-16
Merge branch 'ab/auto-detect-zlib-compress2'
Junio C Hamano
-1
/
+0
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
-48
/
+0
2022-02-16
cache.h: remove always unused show_date_human() declaration
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-02-05
Merge branch 'ms/update-index-racy'
Junio C Hamano
-0
/
+1
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
-0
/
+1
2022-01-26
compat: auto-detect if zlib has uncompress2()
Ævar Arnfjörð Bjarmason
-1
/
+0
2022-01-12
Merge branch 'ma/header-dup-cleanup'
Junio C Hamano
-2
/
+0
2022-01-10
cache.h: drop duplicate `ensure_full_index()` declaration
Martin Ågren
-2
/
+0
2022-01-07
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
-0
/
+1
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
-0
/
+2
2021-12-30
cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
Ævar Arnfjörð Bjarmason
-0
/
+1
2021-12-15
Merge branch 'ew/test-wo-fsync'
Junio C Hamano
-0
/
+1
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
-0
/
+10
2021-12-09
setup: introduce startup_info->original_cwd
Elijah Newren
-0
/
+2
2021-11-29
reset: make sparse-aware (except --mixed)
Victoria Dye
-0
/
+10
2021-11-04
strbuf_addftime(): handle "%s" manually
Jeff King
-0
/
+1
2021-10-29
tests: disable fsync everywhere
Eric Wong
-0
/
+1
2021-10-25
Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'
Junio C Hamano
-0
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
-3
/
+42
2021-10-12
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
-0
/
+1
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
-1
/
+3
2021-10-11
Merge branch 'jk/ref-paranoia'
Junio C Hamano
-8
/
+0
2021-10-06
Merge branch 'ab/repo-settings-cleanup'
Junio C Hamano
-7
/
+0
2021-10-03
Merge branch 'hn/refs-errno-cleanup'
Junio C Hamano
-43
/
+0
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
-1
/
+2
2021-10-01
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
-2
/
+9
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
-1
/
+4
[next]