index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/ref-storage-migration-fix'
Junio C Hamano
2024-07-24
1
-4
/
+18
|
\
|
*
refs: fix format migration on Cygwin
Patrick Steinhardt
2024-07-23
1
-4
/
+18
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-3
/
+5
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+3
|
|
/
*
|
Merge branch 'kn/update-ref-symref'
Junio C Hamano
2024-06-21
1
-11
/
+32
|
\
\
|
*
|
update-ref: add support for 'symref-create' command
Karthik Nayak
2024-06-07
1
-3
/
+6
|
*
|
update-ref: add support for 'symref-delete' command
Karthik Nayak
2024-06-07
1
-4
/
+10
|
*
|
update-ref: add support for 'symref-verify' command
Karthik Nayak
2024-06-07
1
-3
/
+8
|
*
|
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
2024-06-07
1
-0
/
+6
*
|
|
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-18
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-1
/
+1
|
*
|
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
2024-05-28
1
-63
/
+35
|
|
\
\
*
|
|
|
refs: implement logic to migrate between ref storage formats
Patrick Steinhardt
2024-06-06
1
-0
/
+308
*
|
|
|
refs: implement removal of ref storages
Patrick Steinhardt
2024-06-06
1
-0
/
+5
*
|
|
|
refs: allow to skip creation of reflog entries
Patrick Steinhardt
2024-06-06
1
-0
/
+6
*
|
|
|
refs: pass storage format to `ref_store_init()` explicitly
Patrick Steinhardt
2024-06-06
1
-8
/
+11
*
|
|
|
refs: convert ref storage format to an enum
Patrick Steinhardt
2024-06-06
1
-3
/
+4
*
|
|
|
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
2024-05-23
1
-63
/
+35
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
refs: refuse to write pseudorefs
Patrick Steinhardt
2024-05-15
1
-0
/
+7
|
*
|
|
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
2024-05-15
1
-17
/
+1
|
*
|
|
refs: pseudorefs are no refs
Patrick Steinhardt
2024-05-15
1
-32
/
+33
|
*
|
|
refs: classify HEAD as a root ref
Patrick Steinhardt
2024-05-15
1
-8
/
+1
|
*
|
|
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2024-05-15
1
-14
/
+5
|
*
|
|
refs: rename `is_special_ref()` to `is_pseudo_ref()`
Patrick Steinhardt
2024-05-15
1
-10
/
+10
|
*
|
|
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2024-05-15
1
-11
/
+7
*
|
|
|
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
2024-05-23
1
-195
/
+71
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs: remove `dwim_log()`
Patrick Steinhardt
2024-05-17
1
-5
/
+0
|
*
|
|
refs: drop `git_default_branch_name()`
Patrick Steinhardt
2024-05-17
1
-10
/
+0
|
*
|
|
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-2
/
+2
|
*
|
|
refs: move object peeling into "object.c"
Patrick Steinhardt
2024-05-17
1
-22
/
+0
|
*
|
|
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
2024-05-17
1
-20
/
+20
|
*
|
|
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-17
1
-51
/
+7
|
*
|
|
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
2024-05-17
1
-13
/
+14
|
*
|
|
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-3
/
+4
|
*
|
|
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-15
/
+7
|
*
|
|
refs: track ref stores via strmap
Patrick Steinhardt
2024-05-17
1
-57
/
+14
|
*
|
|
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
1
-0
/
+6
|
*
|
|
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
-22
/
+95
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-05-07
1
-7
/
+5
|
*
|
refs: use transaction in `refs_create_symref()`
Karthik Nayak
2024-05-07
1
-7
/
+17
|
*
|
refs: add support for transactional symref updates
Karthik Nayak
2024-05-07
1
-2
/
+35
|
*
|
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
2024-05-07
1
-0
/
+8
|
*
|
refs: support symrefs in 'reference-transaction' hook
Karthik Nayak
2024-05-07
1
-4
/
+16
|
*
|
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
1
-5
/
+17
|
|
/
*
|
refs: remove functions without ref store
Patrick Steinhardt
2024-05-07
1
-198
/
+0
*
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-3
/
+6
*
|
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-07
1
-3
/
+5
*
|
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
2024-05-07
1
-14
/
+51
|
/
[next]