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
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
2024-08-26
Merge branch 'ps/maintenance-detach-fix'
Junio C Hamano
1
-3
/
+9
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-11
/
+11
2024-08-16
config: fix constness of out parameter for `git_config_get_expiry()`
Patrick Steinhardt
1
-3
/
+9
2024-08-14
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt
1
-39
/
+58
2024-08-13
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
1
-2
/
+2
2024-08-13
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
1
-4
/
+4
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-3
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+5
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-4
/
+4
2024-06-14
hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
1
-2
/
+3
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-53
/
+19
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-53
/
+19
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-53
/
+19
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-53
/
+19
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-53
/
+19
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-53
/
+19
2024-04-17
has_dir_name(): do not get confused by characters < '/'
Filip Hejsek
1
-53
/
+19
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
1
-3
/
+5
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-09-15
cache: add fake_lstat()
Junio C Hamano
1
-0
/
+27
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-08
Merge branch 'js/empty-index-fixes'
Junio C Hamano
1
-6
/
+9
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-29
split-index: accept that a base index can be empty
Johannes Schindelin
1
-6
/
+8
2023-06-29
do_read_index(): always mark index as initialized unless erroring out
Johannes Schindelin
1
-0
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
[next]