index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-24
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
1
-0
/
+8
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2
-21
/
+33
2024-09-16
Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures
Junio C Hamano
1
-3
/
+130
2024-09-16
refs/reftable: wire up support for exclude patterns
Patrick Steinhardt
1
-3
/
+130
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
3
-0
/
+90
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
1
-1
/
+4
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
2
-6
/
+10
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
2
-16
/
+19
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
1
-0
/
+2
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
3
-0
/
+90
2024-08-30
refs/files-backend: work around -Wunused-parameter
Junio C Hamano
1
-2
/
+5
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2
-11
/
+11
2024-08-26
Merge branch 'jk/drop-unused-parameters'
Junio C Hamano
1
-5
/
+3
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2
-0
/
+4
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-7
/
+7
2024-08-17
refs: mark unused parameters in ref_store fsck callbacks
Jeff King
2
-4
/
+4
2024-08-17
refs: drop some unused parameters from create_symref_lock()
Jeff King
1
-5
/
+3
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
5
-1
/
+147
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
6
-7
/
+31
2024-08-14
Merge branch 'ss/packed-ref-store-leakfix'
Junio C Hamano
1
-0
/
+1
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2
-0
/
+4
2024-08-09
refs: add referent to each_ref_fn
John Cai
2
-2
/
+2
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
6
-5
/
+30
2024-08-08
fsck: add ref name check for files backend
shejialuo
1
-0
/
+31
2024-08-08
files-backend: add unified interface for refs scanning
shejialuo
1
-1
/
+72
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
5
-1
/
+45
2024-08-05
refs/files: prevent memory leak by freeing packed_ref_store
Sven Strickroth
1
-0
/
+1
2024-07-30
refs/reftable: stop using `the_repository`
Patrick Steinhardt
1
-25
/
+26
2024-07-30
refs/packed: stop using `the_repository`
Patrick Steinhardt
1
-8
/
+6
2024-07-30
refs/files: stop using `the_repository`
Patrick Steinhardt
1
-5
/
+3
2024-07-30
refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
Patrick Steinhardt
2
-10
/
+14
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
4
-21
/
+36
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
3
-11
/
+29
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-12
/
+16
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
5
-15
/
+188
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
3
-0
/
+6
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
3
-20
/
+29
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
5
-15
/
+188
2024-06-07
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt
1
-12
/
+16
2024-06-07
reftable: pick either 'oid' or 'target' for new updates
Karthik Nayak
1
-2
/
+3
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
2
-6
/
+18
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
3
-3
/
+8
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
4
-0
/
+136
2024-06-06
refs/files: fix NULL pointer deref when releasing ref store
Patrick Steinhardt
1
-0
/
+2
2024-06-06
refs/files: extract function to iterate through root refs
Patrick Steinhardt
1
-9
/
+42
2024-06-06
refs/files: refactor `add_pseudoref_and_head_entries()`
Patrick Steinhardt
1
-9
/
+6
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
2
-1
/
+6
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
8
-111
/
+141
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
1
-27
/
+21
[prev]
[next]