index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
refs-internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kn/update-ref-symref'
Junio C Hamano
2024-06-21
1
-0
/
+6
|
\
|
*
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
2024-06-07
1
-0
/
+6
*
|
refs: implement removal of ref storages
Patrick Steinhardt
2024-06-06
1
-0
/
+7
*
|
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
2024-05-23
1
-42
/
+12
|
\
\
|
|
/
|
/
|
|
*
refs: move object peeling into "object.c"
Patrick Steinhardt
2024-05-17
1
-34
/
+0
|
*
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-17
1
-3
/
+2
|
*
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-1
/
+1
|
*
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
-4
/
+4
*
|
refs: remove `create_symref` and associated dead code
Karthik Nayak
2024-05-07
1
-5
/
+0
*
|
refs: add support for transactional symref updates
Karthik Nayak
2024-05-07
1
-0
/
+16
*
|
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
2024-05-07
1
-0
/
+5
*
|
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
1
-0
/
+14
|
/
*
Merge branch 'kn/for-all-refs'
Junio C Hamano
2024-03-05
1
-0
/
+6
|
\
|
*
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2024-02-23
1
-0
/
+6
*
|
refs: always treat iterators as ordered
Patrick Steinhardt
2024-02-21
1
-16
/
+2
*
|
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
2024-02-21
1
-0
/
+9
|
/
*
refs: introduce reftable backend
Patrick Steinhardt
2024-02-07
1
-0
/
+1
*
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-08
1
-1
/
+3
*
refs: refactor logic to look up storage backends
Patrick Steinhardt
2024-01-02
1
-1
/
+0
*
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
2023-11-17
1
-3
/
+0
*
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-3
/
+4
|
\
|
*
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-07-10
1
-3
/
+4
*
|
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-05-12
1
-1
/
+2
|
/
*
treewide: remove unnecessary cache.h includes
Elijah Newren
2023-02-24
1
-1
/
+0
*
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-04-14
1
-1
/
+0
*
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2022-03-01
1
-0
/
+16
*
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
2022-02-18
1
-0
/
+1
|
\
|
*
refs: allow passing flags when beginning transactions
Patrick Steinhardt
2022-01-17
1
-0
/
+1
*
|
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
2021-12-22
1
-2
/
+2
|
/
*
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
2021-12-10
1
-1
/
+1
|
\
|
*
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
2021-11-22
1
-1
/
+1
*
|
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
2021-11-30
1
-19
/
+7
|
\
\
|
|
/
|
/
|
|
*
refs API: make refs_rename_ref_available() static
Ævar Arnfjörð Bjarmason
2021-10-16
1
-14
/
+0
|
*
refs API: make parse_loose_ref_contents() not set errno
Han-Wen Nienhuys
2021-10-16
1
-2
/
+4
|
*
refs API: make refs_read_raw_ref() not set errno
Han-Wen Nienhuys
2021-10-16
1
-3
/
+3
*
|
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
2021-10-26
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
refs: teach arbitrary repo support to iterators
Jonathan Tan
2021-10-09
1
-0
/
+1
|
*
refs: plumb repo into ref stores
Jonathan Tan
2021-10-09
1
-2
/
+8
*
|
Merge branch 'jk/ref-paranoia'
Junio C Hamano
2021-10-11
1
-21
/
+35
|
\
|
|
*
refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag
Jeff King
2021-09-27
1
-0
/
+6
|
*
refs-internal.h: reorganize DO_FOR_EACH_* flag documentation
Jeff King
2021-09-27
1
-19
/
+27
|
*
refs-internal.h: move DO_FOR_EACH_* flags next to each other
Jeff King
2021-09-27
1
-8
/
+8
*
|
refs: make errno output explicit for read_raw_ref_fn
Han-Wen Nienhuys
2021-08-25
1
-8
/
+12
*
|
refs: remove EINVAL errno output from specification of read_raw_ref_fn
Han-Wen Nienhuys
2021-08-25
1
-3
/
+3
*
|
refs API: remove OID argument to reflog_expire()
Ævar Arnfjörð Bjarmason
2021-08-25
1
-1
/
+1
|
/
*
refs: make explicit that ref_iterator_peel returns boolean
Han-Wen Nienhuys
2021-05-20
1
-0
/
+3
*
Merge branch 'hn/refs-trace-backend'
Junio C Hamano
2020-09-22
1
-0
/
+5
|
\
|
*
refs: add GIT_TRACE_REFS debugging mechanism
Han-Wen Nienhuys
2020-09-09
1
-0
/
+5
*
|
refs: move REF_LOG_ONLY to refs-internal.h
Han-Wen Nienhuys
2020-09-09
1
-0
/
+7
|
/
[next]