index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
Age
Commit message (
Expand
)
Author
Lines
2024-08-26
Merge branch 'ss/packed-ref-store-leakfix' into maint-2.46
Junio C Hamano
-0
/
+1
2024-08-05
refs/files: prevent memory leak by freeing packed_ref_store
Sven Strickroth
-0
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-21
/
+36
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
-11
/
+29
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
-12
/
+16
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
-15
/
+188
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+6
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
-20
/
+29
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
-15
/
+188
2024-06-07
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt
-12
/
+16
2024-06-07
reftable: pick either 'oid' or 'target' for new updates
Karthik Nayak
-2
/
+3
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
-6
/
+18
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
-3
/
+8
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
-0
/
+136
2024-06-06
refs/files: fix NULL pointer deref when releasing ref store
Patrick Steinhardt
-0
/
+2
2024-06-06
refs/files: extract function to iterate through root refs
Patrick Steinhardt
-9
/
+42
2024-06-06
refs/files: refactor `add_pseudoref_and_head_entries()`
Patrick Steinhardt
-9
/
+6
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
-1
/
+6
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
-111
/
+141
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
-27
/
+21
2024-05-30
Merge branch 'ps/reftable-write-options'
Junio C Hamano
-4
/
+45
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
-4
/
+2
2024-05-23
Merge branch 'it/refs-name-conflict'
Junio C Hamano
-1
/
+3
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
-236
/
+209
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
-4
/
+2
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
-111
/
+141
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
-255
/
+209
2024-05-17
refs/packed: remove references to `the_hash_algo`
Patrick Steinhardt
-12
/
+20
2024-05-17
refs/files: remove references to `the_hash_algo`
Patrick Steinhardt
-2
/
+2
2024-05-17
refs/files: use correct repository
Patrick Steinhardt
-10
/
+13
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
-11
/
+8
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
-34
/
+0
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
-6
/
+5
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
-1
/
+1
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
-0
/
+57
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
-23
/
+23
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
-16
/
+16
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
-4
/
+2
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
-3
/
+3
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
-2
/
+2
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
-27
/
+21
2024-05-13
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
-0
/
+5
2024-05-13
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
-0
/
+2
2024-05-13
refs/reftable: allow configuring restart interval
Patrick Steinhardt
-0
/
+5
2024-05-13
refs/reftable: allow configuring block size
Patrick Steinhardt
-1
/
+30
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
-3
/
+3
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
-22
/
+53
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
-172
/
+0
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
-38
/
+162
[next]