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
/
refs
/
files-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-4
/
+3
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-4
/
+3
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-4
/
+6
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
1
-16
/
+19
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-2
/
+2
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2026-07-16
refs/files: drop `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
1
-14
/
+17
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-4
/
+6
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
1
-12
/
+64
2026-06-26
refs/files: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
1
-11
/
+33
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
1
-3
/
+17
2026-06-26
refs: unregister reference stores from "chdir_notify"
Patrick Steinhardt
1
-3
/
+19
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-2
/
+2
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-05-27
Merge branch 'kn/refs-fsck-skip-lock-files'
Junio C Hamano
1
-11
/
+11
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
1
-38
/
+20
2026-05-18
refs/files: skip lock files during consistency checks
Karthik Nayak
1
-11
/
+11
2026-05-11
Merge branch 'sp/refs-reduce-the-repository'
Junio C Hamano
1
-6
/
+13
2026-05-05
refs: add peeled object ID to the `ref_update` struct
Karthik Nayak
1
-8
/
+12
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
1
-26
/
+2
2026-05-05
refs: extract out reflog config to generic layer
Karthik Nayak
1
-1
/
+1
2026-05-05
refs: introduce `ref_store_init_options`
Karthik Nayak
1
-3
/
+5
2026-04-09
Merge branch 'jk/c23-const-preserving-fixes-more'
Junio C Hamano
1
-1
/
+1
2026-04-08
refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
Shreyansh Paliwal
1
-6
/
+13
2026-04-01
refs/files-backend: drop const to fix strchr() warning
Jeff King
1
-1
/
+1
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
1
-1
/
+1
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
1
-1
/
+1
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-8
/
+11
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-6
/
+17
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
1
-5
/
+12
2026-02-25
refs: move out stub modification to generic layer
Karthik Nayak
1
-1
/
+5
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
1
-2
/
+5
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
1
-6
/
+6
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
1
-3
/
+2
2026-01-25
refs: skip to next ref when current ref is rejected
Karthik Nayak
1
-3
/
+2
2026-01-12
refs/files: introduce function to perform normal ref checks
Patrick Steinhardt
1
-0
/
+2
2026-01-12
refs/files: extract generic symref target checks
Patrick Steinhardt
1
-33
/
+21
2026-01-12
refs/files: perform consistency checks for root refs
Patrick Steinhardt
1
-3
/
+47
2026-01-12
refs/files: improve error handling when verifying symrefs
Patrick Steinhardt
1
-15
/
+13
2026-01-12
refs/files: extract function to check single ref
Patrick Steinhardt
1
-29
/
+51
2026-01-12
refs/files: remove useless indirection
Patrick Steinhardt
1
-9
/
+7
2026-01-12
refs/files: remove `refs_check_dir` parameter
Patrick Steinhardt
1
-5
/
+3
2026-01-12
refs/files: move fsck functions into global scope
Patrick Steinhardt
1
-9
/
+8
2026-01-12
refs/files: simplify iterating through root refs
Patrick Steinhardt
1
-8
/
+3
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
1
-0
/
+11
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
1
-16
/
+6
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
1
-48
/
+23
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
1
-0
/
+11
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
1
-1
/
+1
[next]