index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
2024-05-17
1
-3
/
+4
|
*
|
|
|
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-17
1
-15
/
+2
|
*
|
|
|
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-2
/
+3
|
*
|
|
|
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-1
/
+2
|
*
|
|
|
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
1
-0
/
+5
|
*
|
|
|
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-17
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-20
1
-2
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-05-07
1
-1
/
+1
|
*
|
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
1
-1
/
+17
|
|
/
*
|
refs: remove functions without ref store
Patrick Steinhardt
2024-05-07
1
-70
/
+209
*
|
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-07
1
-1
/
+2
*
|
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
2024-05-07
1
-0
/
+13
|
/
*
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
2024-03-25
1
-1
/
+5
*
refs: remove `PACK_REFS_ALL` flag
Patrick Steinhardt
2024-03-25
1
-2
/
+0
*
refs: move `struct pack_refs_opts` to where it's used
Patrick Steinhardt
2024-03-25
1
-6
/
+6
*
Merge branch 'kn/for-all-refs'
Junio C Hamano
2024-03-05
1
-0
/
+9
|
\
|
*
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2024-02-23
1
-0
/
+6
|
*
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
2024-02-23
1
-0
/
+3
*
|
Merge branch 'jk/reflog-special-cases-fix'
Junio C Hamano
2024-03-05
1
-1
/
+14
|
\
\
|
*
|
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
2024-02-26
1
-1
/
+14
|
|
/
*
/
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2024-02-21
1
-2
/
+9
|
/
*
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-26
1
-1
/
+3
|
\
|
*
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
2024-01-08
1
-0
/
+2
|
*
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-08
1
-1
/
+1
*
|
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-16
1
-0
/
+3
|
\
|
|
*
refs: refactor logic to look up storage backends
Patrick Steinhardt
2024-01-02
1
-0
/
+3
*
|
refs.h: HEAD is not that special
Junio C Hamano
2023-12-15
1
-1
/
+1
|
/
*
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-4
/
+25
|
\
|
*
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
2023-07-10
1
-0
/
+6
|
*
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
2023-07-10
1
-1
/
+6
|
*
revision.h: store hidden refs in a `strvec`
Taylor Blau
2023-07-10
1
-2
/
+2
|
*
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
2023-07-10
1
-0
/
+4
|
*
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-07-10
1
-1
/
+7
*
|
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
1
-0
/
+1
*
|
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-05-12
1
-1
/
+6
|
/
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+0
|
\
|
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+0
*
|
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-6
/
+0
|
/
*
ls-refs: use repository parameter to iterate refs
Jeff King
2022-12-13
1
-2
/
+4
*
refs: get rid of global list of hidden refs
Patrick Steinhardt
2022-11-17
1
-2
/
+3
*
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
1
-7
/
+26
*
refs: add array of ref namespaces
Derrick Stolee
2022-08-05
1
-0
/
+46
*
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-04-14
1
-7
/
+1
*
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2022-03-01
1
-0
/
+3
*
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
2022-03-01
1
-0
/
+14
|
\
|
*
refs: add interface to iterate over queued transactional updates
Patrick Steinhardt
2022-02-17
1
-0
/
+14
*
|
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
2022-02-18
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
refs: allow skipping the reference-transaction hook
Patrick Steinhardt
2022-01-17
1
-0
/
+5
|
*
refs: allow passing flags when beginning transactions
Patrick Steinhardt
2022-01-17
1
-1
/
+2
*
|
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
2022-01-27
1
-6
/
+1
[prev]
[next]