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
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
5
-0
/
+57
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
5
-23
/
+23
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
3
-16
/
+16
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
2
-4
/
+2
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2
-3
/
+3
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2
-2
/
+2
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
1
-27
/
+21
2024-05-13
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
1
-0
/
+5
2024-05-13
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
1
-0
/
+2
2024-05-13
refs/reftable: allow configuring restart interval
Patrick Steinhardt
1
-0
/
+5
2024-05-13
refs/reftable: allow configuring block size
Patrick Steinhardt
1
-1
/
+30
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
1
-3
/
+3
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
1
-22
/
+53
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
5
-172
/
+0
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
3
-37
/
+161
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
3
-33
/
+17
2024-05-07
files-backend: extract out `create_symref_lock()`
Karthik Nayak
1
-14
/
+37
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
3
-8
/
+22
2024-05-06
refs: return conflict error when checking packed refs
Ivan Tse
1
-1
/
+3
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
1
-2
/
+9
2024-04-08
refs/reftable: don't recompute committer ident
Patrick Steinhardt
1
-18
/
+34
2024-04-08
reftable: remove name checks
Patrick Steinhardt
1
-5
/
+0
2024-04-08
refs/reftable: skip duplicate name checks
Patrick Steinhardt
1
-0
/
+5
2024-04-08
refs/reftable: perform explicit D/F check when writing symrefs
Patrick Steinhardt
1
-3
/
+17
2024-04-08
refs/reftable: fix D/F conflict error message on ref copy
Patrick Steinhardt
1
-1
/
+2
2024-04-08
reftable/stack: add env to disable autocompaction
Justin Tobler
1
-0
/
+3
2024-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
1
-2
/
+9
2024-03-25
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
1
-1
/
+4
2024-03-25
refs/reftable: print errors on compaction failure
Patrick Steinhardt
1
-1
/
+5
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
1
-36
/
+16
2024-03-14
Merge branch 'ps/reftable-iteration-perf-part2'
Junio C Hamano
1
-2
/
+4
2024-03-07
Merge branch 'ps/reftable-repo-init-fix'
Junio C Hamano
1
-0
/
+1
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
3
-38
/
+106
2024-03-05
refs/reftable: track last log record name via strbuf
Patrick Steinhardt
1
-5
/
+6
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
1
-30
/
+9
2024-03-05
refs/reftable: reload correct stack when creating reflog iter
Patrick Steinhardt
1
-1
/
+1
2024-03-05
Merge branch 'ps/reftable-iteration-perf-part2' into ps/reftable-reflog-itera...
Junio C Hamano
1
-2
/
+4
2024-03-04
refs/reftable: precompute prefix length
Patrick Steinhardt
1
-2
/
+4
2024-02-27
refs/reftable: don't fail empty transactions in repo without HEAD
Patrick Steinhardt
1
-0
/
+1
2024-02-23
for-each-ref: add new option to include root refs
Karthik Nayak
1
-4
/
+7
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2
-5
/
+66
2024-02-23
refs: extract out `loose_fill_ref_dir_regular_file()`
Karthik Nayak
1
-29
/
+33
2024-02-21
refs: stop resolving ref corresponding to reflogs
Patrick Steinhardt
2
-14
/
+4
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2
-14
/
+2
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
7
-46
/
+20
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
4
-73
/
+56
2024-02-21
refs/files: sort reflogs returned by the reflog iterator
Patrick Steinhardt
1
-2
/
+2
2024-02-07
refs/reftable: fix leak when copying reflog fails
Patrick Steinhardt
1
-1
/
+1
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
2
-0
/
+2298
[prev]
[next]