index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
read-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-3
/
+3
2026-05-27
Merge branch 'jt/odb-transaction-write'
Junio C Hamano
1
-0
/
+1
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
1
-0
/
+1
2026-04-08
Merge branch 'ng/add-files-to-cache-wo-rename'
Junio C Hamano
1
-0
/
+1
2026-04-01
read-cache: disable renames in add_files_to_cache
Nick Golden
1
-0
/
+1
2026-03-30
read-cache: use istate->repo for trace2 logging
Jayesh Daga
1
-24
/
+8
2026-03-09
Merge branch 'cs/add-skip-submodule-ignore-all'
Junio C Hamano
1
-3
/
+77
2026-02-06
read-cache: submodule add need --force given ignore=all configuration
Claus Schneider(Eficode)
1
-3
/
+71
2026-02-06
read-cache: update add_files_to_cache take param ignored_too
Claus Schneider(Eficode)
1
-2
/
+8
2026-01-23
Merge branch 'js/symlink-windows'
Junio C Hamano
1
-0
/
+11
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
1
-1
/
+1
2026-01-09
mingw: special-case index entries for symlinks with buggy size
Johannes Schindelin
1
-0
/
+11
2025-11-24
Merge branch 'bc/submodule-force-same-hash'
Junio C Hamano
1
-3
/
+0
2025-11-15
read-cache: drop submodule check from add_to_cache()
Jeff King
1
-3
/
+0
2025-10-08
Merge branch 'ps/rust-balloon'
Junio C Hamano
1
-2
/
+4
2025-10-02
varint: use explicit width for integers
Patrick Steinhardt
1
-2
/
+4
2025-09-16
odb: add transaction interface
Justin Tobler
1
-2
/
+2
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
1
-1
/
+0
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
1
-2
/
+3
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-7
/
+7
2025-07-07
read-cache: report lock error when refreshing index
Han Young
1
-1
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-15
has_dir_name(): make code more obvious
Johannes Schindelin
1
-42
/
+13
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-3
/
+3
2025-04-23
Merge branch 'js/range-check-codeql-workaround'
Junio C Hamano
1
-2
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
1
-2
/
+2
2025-03-28
read-cache: check range before dereferencing an array element
Johannes Schindelin
1
-2
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-8
/
+18
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-7
/
+17
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-7
/
+7
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-6
/
+6
2024-12-18
resolve-undo: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-10-22
Merge branch 'ps/cache-tree-w-broken-index-entry'
Taylor Blau
1
-2
/
+3
2024-10-10
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
1
-0
/
+1
2024-10-07
cache-tree: refactor verification to return error codes
Patrick Steinhardt
1
-2
/
+3
2024-10-04
Merge branch 'ds/read-cache-mempool-leakfix'
Junio C Hamano
1
-0
/
+1
2024-10-01
read-cache: free threaded memory pool
Derrick Stolee
1
-0
/
+1
2024-09-30
read-cache: fix leaking hash context in `do_write_index()`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-2
/
+4
[next]