index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.h
Age
Commit message (
Expand
)
Author
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-17
refs: remove `dwim_log()`
Patrick Steinhardt
2024-05-17
refs: drop `git_default_branch_name()`
Patrick Steinhardt
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2024-05-07
refs: remove functions without ref store
Patrick Steinhardt
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-07
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-03-25
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
2024-03-25
refs: remove `PACK_REFS_ALL` flag
Patrick Steinhardt
2024-03-25
refs: move `struct pack_refs_opts` to where it's used
Patrick Steinhardt
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
2024-03-05
Merge branch 'jk/reflog-special-cases-fix'
Junio C Hamano
2024-02-26
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2024-02-23
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-08
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
2023-12-15
refs.h: HEAD is not that special
Junio C Hamano
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-10
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-05-12
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2022-12-13
ls-refs: use repository parameter to iterate refs
Jeff King
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
[prev]
[next]