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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
6
-38
/
+46
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
6
-20
/
+35
2025-01-31
t/unit-tests: convert strcmp-offset test to use clar test framework
Seyi Kuforiji
3
-36
/
+46
2025-01-31
t/unit-tests: convert strbuf test to use clar test framework
Seyi Kuforiji
3
-123
/
+120
2025-01-31
t/unit-tests: adapt example decorate test to use clar test framework
Seyi Kuforiji
3
-75
/
+65
2025-01-31
t/unit-tests: convert hashmap test to use clar test framework
Seyi Kuforiji
2
-115
/
+113
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
3
-6
/
+6
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
3
-4
/
+4
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
6
-20
/
+35
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH
Patrick Steinhardt
1
-0
/
+12
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
Patrick Steinhardt
1
-0
/
+9
2025-01-30
t0001: remove duplicate test
Patrick Steinhardt
1
-9
/
+0
2025-01-30
apply: detect overflow when parsing hunk header
Phillip Wood
1
-0
/
+13
2025-01-29
libgit: add higher-level libgit crate
Calvin Wan
1
-2
/
+7
2025-01-29
Merge branch 'ps/reflog-migration-with-logall-fix'
Junio C Hamano
1
-0
/
+17
2025-01-29
Merge branch 'am/trace2-with-valueless-true'
Junio C Hamano
1
-0
/
+9
2025-01-29
Merge branch 'kn/reflog-symref-fix'
Junio C Hamano
1
-0
/
+9
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
2
-0
/
+57
2025-01-29
Merge branch 'ds/path-walk-1'
Junio C Hamano
7
-0
/
+494
2025-01-28
libgit-sys: introduce Rust wrapper for libgit.a
Josh Steadmon
1
-0
/
+10
2025-01-28
Merge branch 'jp/t8002-printf-fix'
Junio C Hamano
1
-2
/
+2
2025-01-28
Merge branch 'ps/reftable-sign-compare'
Junio C Hamano
3
-3
/
+20
2025-01-28
Merge branch 'mh/credential-cache-authtype-request-fix'
Junio C Hamano
1
-0
/
+15
2025-01-28
Merge branch 'sk/unit-tests'
Junio C Hamano
7
-144
/
+134
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
3
-4
/
+5
2025-01-27
test-tool: add helper for name-hash values
Derrick Stolee
5
-0
/
+86
2025-01-27
p5313: add size comparison test
Derrick Stolee
1
-0
/
+70
2025-01-27
pack-objects: add GIT_TEST_NAME_HASH_VERSION
Derrick Stolee
8
-9
/
+37
2025-01-27
repack: add --name-hash-version option
Derrick Stolee
3
-1
/
+32
2025-01-27
pack-objects: add --name-hash-version option
Derrick Stolee
1
-0
/
+31
2025-01-27
fetch set_head: fix non-mirror remotes in bare repositories
Bence Ferdinandy
2
-0
/
+27
2025-01-24
gc: add `--expire-to` option
ZheNing Hu
1
-0
/
+33
2025-01-24
remote: announce removal of "branches/" and "remotes/"
Patrick Steinhardt
4
-38
/
+36
2025-01-23
Merge branch 'en/object-name-with-funny-refname-fix'
Junio C Hamano
2
-1
/
+54
2025-01-23
t/helper/test-hash.c: use unsafe_hash_algo()
Taylor Blau
1
-12
/
+5
2025-01-23
t/helper/test-tool: implement sha1-unsafe helper
Taylor Blau
6
-23
/
+45
2025-01-23
trace2: prevent segfault on config collection with valueless true
Adam Murray
1
-0
/
+9
2025-01-23
refs: fix creation of reflog entries for symrefs
Karthik Nayak
1
-0
/
+9
2025-01-22
builtin/pack-redundant: remove subcommand with breaking changes
Patrick Steinhardt
1
-0
/
+6
2025-01-22
Makefile: wire up build option for deprecated features
Patrick Steinhardt
1
-0
/
+4
2025-01-22
refs: fix migration of reflogs respecting "core.logAllRefUpdates"
Patrick Steinhardt
1
-0
/
+17
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-3
/
+51
2025-01-21
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
1
-0
/
+17
2025-01-21
t8002: fix ambiguous printf conversion specifications
Jan Palus
1
-2
/
+2
2025-01-21
ref-filter: move is-base tip to used_atom
René Scharfe
1
-0
/
+29
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
1
-0
/
+28
2025-01-21
Merge branch 'sk/unit-test-hash'
Junio C Hamano
2
-24
/
+49
[prev]
[next]