index
:
git
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
/
Makefile
Age
Commit message (
Expand
)
Author
Lines
2024-10-25
Merge branch 'pb/clar-build-fix'
Taylor Blau
-0
/
+1
2024-10-21
Makefile: extract script to generate clar declarations
Patrick Steinhardt
-3
/
+1
2024-10-21
Makefile: adjust sed command for generating "clar-decls.h"
Alejandro R. SedeƱo
-1
/
+1
2024-10-16
fuzz: port fuzz-url-decode-mem from OSS-Fuzz
Eric Sesterhenn
-0
/
+1
2024-10-16
fuzz: port fuzz-parse-attr-line from OSS-Fuzz
Eric Sesterhenn
-0
/
+1
2024-10-16
fuzz: port fuzz-credential-from-url-gently from OSS-Fuzz
Eric Sesterhenn
-0
/
+1
2024-10-16
t/test-lib: wire up NO_ICONV prerequisite
Patrick Steinhardt
-0
/
+1
2024-10-11
Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
Philippe Blain
-0
/
+1
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
-1
/
+0
2024-10-02
reftable/basics: merge "publicbasics" into "basics"
Patrick Steinhardt
-1
/
+0
2024-10-02
Merge branch 'tb/weak-sha1-for-tail-sum'
Junio C Hamano
-0
/
+25
2024-09-27
Makefile: allow specifying a SHA-1 for non-cryptographic uses
Taylor Blau
-0
/
+25
2024-09-25
Merge branch 'ps/reftable-exclude'
Junio C Hamano
-4
/
+4
2024-09-18
Merge branch 'ps/clar-unit-test'
Junio C Hamano
-11
/
+42
2024-09-16
Merge branch 'cp/unit-test-reftable-stack'
Junio C Hamano
-9
/
+3
2024-09-16
Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures
Junio C Hamano
-4
/
+4
2024-09-16
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failures
Junio C Hamano
-9
/
+3
2024-09-16
reftable/reader: make table iterator reseekable
Patrick Steinhardt
-0
/
+1
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
-0
/
+1
2024-09-16
Makefile: stop listing test library objects twice
Patrick Steinhardt
-4
/
+2
2024-09-12
Merge branch 'gt/unit-test-oid-array'
Junio C Hamano
-1
/
+1
2024-09-10
Makefile: rename clar-related variables to avoid confusion
Patrick Steinhardt
-17
/
+17
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
-9
/
+3
2024-09-04
t/unit-tests: convert ctype tests to use clar
Patrick Steinhardt
-1
/
+1
2024-09-04
t/unit-tests: convert strvec tests to use clar
Patrick Steinhardt
-1
/
+1
2024-09-04
Makefile: wire up the clar unit testing framework
Patrick Steinhardt
-4
/
+32
2024-09-04
Makefile: do not use sparse on third-party sources
Patrick Steinhardt
-1
/
+2
2024-09-04
Makefile: make hdr-check depend on generated headers
Patrick Steinhardt
-1
/
+1
2024-09-04
Makefile: fix sparse dependency on GENERATED_H
Patrick Steinhardt
-2
/
+2
2024-09-04
t: import the clar unit testing framework
Patrick Steinhardt
-1
/
+3
2024-09-03
Merge branch 'dh/runtime-prefix-on-zos'
Junio C Hamano
-0
/
+8
2024-09-01
t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
Ghanshyam Thakkar
-1
/
+1
2024-08-29
Merge branch 'cp/unit-test-reftable-block'
Junio C Hamano
-1
/
+1
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
-2
/
+0
2024-08-28
Merge branch 'gt/unit-test-urlmatch-normalization'
Junio C Hamano
-1
/
+1
2024-08-23
Merge branch 'cp/unit-test-reftable-readwrite'
Junio C Hamano
-1
/
+1
2024-08-22
exec_cmd: RUNTIME_PREFIX on z/OS systems
D Harithamma
-0
/
+8
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
-1
/
+0
2024-08-22
t/helper: inline `reftable_dump_main()`
Patrick Steinhardt
-1
/
+0
2024-08-21
t: move reftable/block_test.c to the unit testing framework
Chandra Pratap
-1
/
+1
2024-08-20
t: migrate t0110-urlmatch-normalization to the new framework
Ghanshyam Thakkar
-1
/
+1
2024-08-15
Merge branch 'gt/unit-test-hashmap'
Junio C Hamano
-0
/
+1
2024-08-14
Merge branch 'cp/unit-test-reftable-tree'
Junio C Hamano
-1
/
+1
2024-08-14
Merge branch 'cp/unit-test-reftable-pq'
Junio C Hamano
-1
/
+1
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
-1
/
+1
2024-08-06
t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
Ghanshyam Thakkar
-0
/
+1
2024-08-04
t: move reftable/tree_test.c to the unit testing framework
Chandra Pratap
-1
/
+1
2024-08-01
t: move reftable/pq_test.c to the unit testing framework
Chandra Pratap
-1
/
+1
2024-07-31
Merge branch 'cp/unit-test-reftable-merged'
Junio C Hamano
-1
/
+1
2024-07-18
Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGS
Ramsay Jones
-1
/
+1
[prev]
[next]