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
*
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
*
|
reflog + refs-backend: move "verbose" out of the backend
Ævar Arnfjörð Bjarmason
2021-12-23
1
-2
/
+1
|
/
*
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
Junio C Hamano
2021-12-15
1
-2
/
+14
|
\
|
*
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
2021-12-07
1
-2
/
+8
|
*
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
2021-12-07
1
-1
/
+7
*
|
Merge branch 'jc/reflog-iterator-callback-doc'
Junio C Hamano
2021-12-15
1
-1
/
+23
|
\
\
|
*
|
refs: document callback for reflog-ent iterators
Junio C Hamano
2021-11-28
1
-1
/
+23
*
|
|
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
2021-12-10
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
2021-11-22
1
-2
/
+2
*
|
|
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
2021-10-16
1
-2
/
+0
*
|
|
refs API: post-migration API renaming [1/2]
Ævar Arnfjörð Bjarmason
2021-10-16
1
-13
/
+9
*
|
|
refs API: remove refs_read_ref_full() wrapper
Ævar Arnfjörð Bjarmason
2021-10-16
1
-2
/
+0
*
|
|
refs API: add a version of refs_resolve_ref_unsafe() with "errno"
Ævar Arnfjörð Bjarmason
2021-10-16
1
-0
/
+12
|
/
/
*
|
Merge branch 'jk/ref-paranoia'
Junio C Hamano
2021-10-11
1
-6
/
+3
|
\
\
|
*
|
refs: drop "broken" flag from for_each_fullref_in()
Jeff King
2021-09-27
1
-6
/
+3
|
|
/
*
|
Merge branch 'ab/retire-refs-unused-funcs'
Junio C Hamano
2021-10-06
1
-2
/
+0
|
\
\
|
*
|
refs.[ch]: remove unused ref_storage_backend_exists()
Ævar Arnfjörð Bjarmason
2021-09-29
1
-2
/
+0
|
|
/
*
|
refs API: remove OID argument to reflog_expire()
Ævar Arnfjörð Bjarmason
2021-08-25
1
-4
/
+3
*
|
reflog expire: don't lock reflogs using previously seen OID
Ævar Arnfjörð Bjarmason
2021-08-25
1
-1
/
+1
|
/
*
Merge branch 'tb/ls-refs-optim'
Junio C Hamano
2021-02-06
1
-0
/
+9
|
\
|
*
refs: expose 'for_each_fullref_in_prefixes'
Taylor Blau
2021-01-23
1
-0
/
+9
*
|
refs: switch peel_ref() to peel_iterated_oid()
Jeff King
2021-01-22
1
-10
/
+10
|
/
*
get_default_branch_name(): prepare for showing some advice
Johannes Schindelin
2020-12-14
1
-2
/
+2
*
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-09
1
-2
/
+10
|
\
|
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-3
/
+5
|
*
refs: move dwim_ref() to header file
Jonathan Tan
2020-09-02
1
-1
/
+7
*
|
refs: make refs_ref_exists public
Han-Wen Nienhuys
2020-08-21
1
-0
/
+2
*
|
argv-array: rename to strvec
Jeff King
2020-07-29
1
-2
/
+2
|
/
[next]