index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
1
-3
/
+6
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
1
-4
/
+10
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
1
-3
/
+8
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
1
-0
/
+6
2024-06-06
refs: implement logic to migrate between ref storage formats
Patrick Steinhardt
1
-0
/
+308
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
1
-0
/
+5
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
1
-0
/
+6
2024-06-06
refs: pass storage format to `ref_store_init()` explicitly
Patrick Steinhardt
1
-8
/
+11
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
1
-3
/
+4
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
1
-63
/
+35
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
1
-63
/
+35
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-195
/
+71
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-22
/
+95
2024-05-17
refs: remove `dwim_log()`
Patrick Steinhardt
1
-5
/
+0
2024-05-17
refs: drop `git_default_branch_name()`
Patrick Steinhardt
1
-10
/
+0
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-2
/
+2
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
1
-22
/
+0
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
1
-20
/
+20
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
1
-51
/
+7
2024-05-17
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
1
-13
/
+14
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
1
-3
/
+4
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-15
/
+7
2024-05-17
refs: track ref stores via strmap
Patrick Steinhardt
1
-57
/
+14
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
1
-0
/
+6
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-2
/
+2
2024-05-15
refs: refuse to write pseudorefs
Patrick Steinhardt
1
-0
/
+7
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
1
-17
/
+1
2024-05-15
refs: pseudorefs are no refs
Patrick Steinhardt
1
-32
/
+33
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
1
-8
/
+1
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
1
-14
/
+5
2024-05-15
refs: rename `is_special_ref()` to `is_pseudo_ref()`
Patrick Steinhardt
1
-10
/
+10
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
1
-11
/
+7
2024-05-07
refs: remove functions without ref store
Patrick Steinhardt
1
-198
/
+0
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-3
/
+6
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
1
-3
/
+5
2024-05-07
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
1
-14
/
+51
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
1
-7
/
+5
2024-05-07
refs: use transaction in `refs_create_symref()`
Karthik Nayak
1
-7
/
+17
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
1
-2
/
+35
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
1
-0
/
+8
2024-05-07
refs: support symrefs in 'reference-transaction' hook
Karthik Nayak
1
-4
/
+16
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-5
/
+17
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
1
-0
/
+48
2024-03-05
Merge branch 'jk/reflog-special-cases-fix'
Junio C Hamano
1
-35
/
+30
2024-02-26
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
1
-0
/
+15
2024-02-26
get_oid_basic(): special-case ref@{n} for oldest reflog entry
Jeff King
1
-1
/
+1
2024-02-26
Revert "refs: allow @{n} to work with n-sized reflog"
Jeff King
1
-34
/
+14
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
1
-0
/
+7
2024-02-23
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
1
-0
/
+41
[prev]
[next]