index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/cache-tree-w-broken-index-entry'
Taylor Blau
2024-10-22
1
-2
/
+3
|
\
|
*
cache-tree: refactor verification to return error codes
Patrick Steinhardt
2024-10-08
1
-2
/
+3
*
|
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
2024-10-10
1
-0
/
+1
|
\
\
|
*
|
read-cache: fix leaking hash context in `do_write_index()`
Patrick Steinhardt
2024-09-30
1
-0
/
+1
*
|
|
Merge branch 'ds/read-cache-mempool-leakfix'
Junio C Hamano
2024-10-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read-cache: free threaded memory pool
Derrick Stolee
2024-10-01
1
-0
/
+1
*
|
|
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge branch 'ps/maintenance-detach-fix'
Junio C Hamano
2024-08-26
1
-3
/
+9
|
\
\
|
*
|
config: fix constness of out parameter for `git_config_get_expiry()`
Patrick Steinhardt
2024-08-16
1
-3
/
+9
|
|
/
*
|
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-23
1
-11
/
+11
|
\
\
|
*
|
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
2024-08-13
1
-2
/
+2
|
*
|
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
|
*
|
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
|
*
|
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
2024-08-13
1
-4
/
+4
|
*
|
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2024-08-13
1
-3
/
+3
|
|
/
*
/
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt
2024-08-14
1
-39
/
+58
|
/
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+3
*
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+5
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-4
/
+4
*
hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-2
/
+3
*
Sync with 2.44.1
Johannes Schindelin
2024-04-29
1
-53
/
+19
|
\
|
*
Sync with 2.43.4
Johannes Schindelin
2024-04-19
1
-53
/
+19
|
|
\
|
|
*
Sync with 2.42.2
Johannes Schindelin
2024-04-19
1
-53
/
+19
|
|
|
\
|
|
|
*
Sync with 2.41.1
Johannes Schindelin
2024-04-19
1
-53
/
+19
|
|
|
|
\
|
|
|
|
*
Sync with 2.40.2
Johannes Schindelin
2024-04-19
1
-53
/
+19
|
|
|
|
|
\
|
|
|
|
|
*
Sync with 2.39.4
Johannes Schindelin
2024-04-19
1
-53
/
+19
|
|
|
|
|
|
\
|
|
|
|
|
|
*
has_dir_name(): do not get confused by characters < '/'
Filip Hejsek
2024-04-17
1
-53
/
+19
*
|
|
|
|
|
|
revision: optionally record matches with pathspec elements
Junio C Hamano
2024-04-03
1
-3
/
+5
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
|
|
|
|
|
|
*
|
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
|
|
/
/
/
/
*
/
/
/
/
cache: add fake_lstat()
Junio C Hamano
2023-09-16
1
-0
/
+27
|
/
/
/
/
*
|
|
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
|
|
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
|
|
Merge branch 'js/empty-index-fixes'
Junio C Hamano
2023-07-08
1
-6
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
split-index: accept that a base index can be empty
Johannes Schindelin
2023-06-29
1
-6
/
+8
|
*
|
|
|
do_read_index(): always mark index as initialized unless erroring out
Johannes Schindelin
2023-06-29
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
1
-84
/
+0
*
|
|
|
read-cache: move shared add/checkout/commit code
Elijah Newren
2023-06-21
1
-0
/
+102
*
|
|
|
read-cache: move shared commit and ls-files code
Elijah Newren
2023-06-21
1
-0
/
+137
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-68
/
+13
|
\
\
\
|
*
|
|
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
[next]