index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.h
Age
Commit message (
Expand
)
Author
Lines
2024-03-25
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
-1
/
+5
2024-03-25
refs: remove `PACK_REFS_ALL` flag
Patrick Steinhardt
-2
/
+0
2024-03-25
refs: move `struct pack_refs_opts` to where it's used
Patrick Steinhardt
-6
/
+6
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
-0
/
+9
2024-03-05
Merge branch 'jk/reflog-special-cases-fix'
Junio C Hamano
-1
/
+14
2024-02-26
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
-1
/
+14
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
-0
/
+6
2024-02-23
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
-0
/
+3
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
-2
/
+9
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
-1
/
+3
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
-0
/
+3
2024-01-08
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
-0
/
+2
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
-1
/
+1
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
-0
/
+3
2023-12-15
refs.h: HEAD is not that special
Junio C Hamano
-1
/
+1
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
-4
/
+25
2023-07-10
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
-0
/
+6
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
-1
/
+6
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
-2
/
+2
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
-0
/
+4
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
-1
/
+7
2023-05-12
pack-refs: teach pack-refs --include option
John Cai
-0
/
+1
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
-1
/
+6
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-1
/
+0
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-6
/
+0
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-1
/
+0
2022-12-13
ls-refs: use repository parameter to iterate refs
Jeff King
-2
/
+4
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
-2
/
+3
2022-09-19
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
-7
/
+26
2022-08-05
refs: add array of ref namespaces
Derrick Stolee
-0
/
+46
2022-04-13
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
-7
/
+1
2022-03-01
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
-0
/
+3
2022-03-01
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
-0
/
+14
2022-02-18
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
-1
/
+7
2022-02-17
refs: add interface to iterate over queued transactional updates
Patrick Steinhardt
-0
/
+14
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
-6
/
+1
2022-01-17
refs: allow skipping the reference-transaction hook
Patrick Steinhardt
-0
/
+5
2022-01-17
refs: allow passing flags when beginning transactions
Patrick Steinhardt
-1
/
+2
2021-12-22
reflog + refs-backend: move "verbose" out of the backend
Ævar Arnfjörð Bjarmason
-2
/
+1
2021-12-15
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
Junio C Hamano
-2
/
+14
2021-12-15
Merge branch 'jc/reflog-iterator-callback-doc'
Junio C Hamano
-1
/
+23
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
-2
/
+2
2021-12-07
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
-2
/
+8
2021-12-07
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
-1
/
+7
2021-11-28
refs: document callback for reflog-ent iterators
Junio C Hamano
-1
/
+23
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
-2
/
+2
2021-10-16
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-10-16
refs API: post-migration API renaming [1/2]
Ævar Arnfjörð Bjarmason
-13
/
+9
2021-10-16
refs API: remove refs_read_ref_full() wrapper
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-10-16
refs API: add a version of refs_resolve_ref_unsafe() with "errno"
Ævar Arnfjörð Bjarmason
-0
/
+12
[next]