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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
2
-2
/
+2
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
3
-12
/
+42
2025-04-08
refs: implement batch reference update support
Karthik Nayak
4
-4
/
+73
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
4
-142
/
+150
2025-04-08
refs/reftable: extract code from the transaction preparation
Karthik Nayak
1
-226
/
+237
2025-04-08
refs/files: remove duplicate duplicates check
Karthik Nayak
2
-14
/
+0
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
4
-114
/
+34
2025-04-08
refs/files: remove redundant check in split_symref_update()
Karthik Nayak
1
-17
/
+3
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
7
-245
/
+359
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
1
-12
/
+351
2025-03-12
refs/iterator: implement seeking for files iterators
Patrick Steinhardt
1
-0
/
+16
2025-03-12
refs/iterator: implement seeking for packed-ref iterators
Patrick Steinhardt
1
-22
/
+43
2025-03-12
refs/iterator: implement seeking for ref-cache iterators
Patrick Steinhardt
1
-28
/
+51
2025-03-12
refs/iterator: implement seeking for reftable iterators
Patrick Steinhardt
1
-5
/
+30
2025-03-12
refs/iterator: implement seeking for merged iterators
Patrick Steinhardt
1
-9
/
+29
2025-03-12
refs/iterator: provide infrastructure to re-seek iterators
Patrick Steinhardt
3
-0
/
+59
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
7
-163
/
+81
2025-03-12
refs/files: batch refname availability checks for initial transactions
Patrick Steinhardt
1
-7
/
+16
2025-03-12
refs/files: batch refname availability checks for normal transactions
Patrick Steinhardt
1
-11
/
+31
2025-03-12
refs/reftable: batch refname availability checks
Patrick Steinhardt
1
-6
/
+9
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2
-2
/
+2
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
2
-10
/
+10
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2
-10
/
+10
2025-02-27
packed-backend: check whether the "packed-refs" is sorted
shejialuo
1
-16
/
+100
2025-02-27
packed-backend: add "packed-refs" entry consistency check
shejialuo
1
-1
/
+121
2025-02-27
packed-backend: check whether the refname contains NUL characters
shejialuo
1
-0
/
+18
2025-02-27
packed-backend: add "packed-refs" header consistency check
shejialuo
1
-0
/
+73
2025-02-27
packed-backend: check if header starts with "# pack-refs with: "
shejialuo
1
-1
/
+1
2025-02-27
packed-backend: check whether the "packed-refs" is regular file
shejialuo
1
-4
/
+48
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
2
-8
/
+18
2025-02-03
Merge branch 'kn/reflog-migration-fix-fix'
Junio C Hamano
2
-10
/
+11
2025-01-29
Merge branch 'kn/reflog-symref-fix'
Junio C Hamano
1
-3
/
+0
2025-01-27
refs/reftable: fix uninitialized memory access of `max_index`
Karthik Nayak
1
-3
/
+3
2025-01-23
refs: fix creation of reflog entries for symrefs
Karthik Nayak
1
-3
/
+0
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-5
/
+15
2025-01-22
refs: use 'uint64_t' for 'ref_update.index'
Karthik Nayak
2
-3
/
+3
2025-01-17
Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followup
Junio C Hamano
2
-10
/
+11
2025-01-15
reftable: write correct max_update_index to header
Karthik Nayak
2
-10
/
+11
2024-12-23
Merge branch 'kn/reflog-migration'
Junio C Hamano
3
-53
/
+140
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
4
-2
/
+5
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
3
-15
/
+33
2024-12-16
refs: allow multiple reflog entries for the same refname
Karthik Nayak
2
-7
/
+30
2024-12-16
refs: introduce the `ref_transaction_update_reflog` function
Karthik Nayak
1
-8
/
+16
2024-12-16
refs: add `committer_info` to `ref_transaction_add_update()`
Karthik Nayak
3
-8
/
+13
2024-12-16
refs/files: add count field to ref_lock
Karthik Nayak
1
-19
/
+39
2024-12-16
refs: add `index` field to `struct ref_udpate`
Karthik Nayak
2
-2
/
+18
2024-12-16
refs: include committer info in `ref_update` struct
Karthik Nayak
3
-11
/
+26
2024-12-10
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
1
-148
/
+261
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
1
-1
/
+18
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-4
/
+1
[prev]
[next]