index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
refs-internal.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'kn/reflog-migration'
Junio C Hamano
1
-0
/
+9
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-0
/
+5
2024-12-16
refs: add `committer_info` to `ref_transaction_add_update()`
Karthik Nayak
1
-0
/
+1
2024-12-16
refs: add `index` field to `struct ref_udpate`
Karthik Nayak
1
-0
/
+7
2024-12-16
refs: include committer info in `ref_update` struct
Karthik Nayak
1
-0
/
+1
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
1
-2
/
+3
2024-11-25
refs: standardize output of refs_read_symbolic_ref
Bence Ferdinandy
1
-0
/
+5
2024-11-21
ref: add more strict checks for regular refs
shejialuo
1
-1
/
+1
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
1
-1
/
+2
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
1
-1
/
+0
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-0
/
+1
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
1
-0
/
+6
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-0
/
+1
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
1
-0
/
+1
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
1
-0
/
+6
2024-07-30
refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
Patrick Steinhardt
1
-1
/
+2
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-0
/
+6
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
1
-0
/
+6
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
1
-0
/
+7
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-42
/
+12
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
1
-34
/
+0
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
1
-3
/
+2
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
1
-0
/
+5
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-4
/
+4
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
1
-5
/
+0
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
1
-0
/
+16
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
1
-0
/
+5
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-0
/
+14
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
1
-0
/
+6
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
1
-0
/
+6
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
1
-16
/
+2
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
1
-0
/
+9
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
1
-0
/
+1
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
1
-1
/
+3
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
1
-1
/
+0
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
1
-3
/
+0
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-3
/
+4
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
1
-3
/
+4
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
1
-1
/
+2
2023-02-23
treewide: remove unnecessary cache.h includes
Elijah Newren
1
-1
/
+0
2022-04-13
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
1
-1
/
+0
2022-03-01
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
1
-0
/
+16
2022-02-18
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
1
-0
/
+1
2022-01-17
refs: allow passing flags when beginning transactions
Patrick Steinhardt
1
-0
/
+1
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
1
-2
/
+2
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
1
-1
/
+1
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
1
-19
/
+7
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
1
-1
/
+1
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-2
/
+9
[next]