Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1016 commits
Select commit Hold shift + click to select a range
9762e2f
reset: rename `reset_head()`
pks-t Jul 1, 2026
2535b95
reset: modernize flags passed to `reset_working_tree()`
pks-t Jul 1, 2026
8e435d9
reset: introduce dry-run mode
pks-t Jul 1, 2026
926a750
csum-file: drop discard_hashfile()
peff Jul 2, 2026
cdb20e9
hash: add discard primitive
peff Jul 2, 2026
64337ae
csum-file: always finalize or discard hash
peff Jul 2, 2026
46ba44e
csum-file: provide a function to release checkpoints
peff Jul 2, 2026
64b6922
patch-id: discard hash when done
peff Jul 2, 2026
77f78b8
check_stream_oid(): discard hash on read error
peff Jul 2, 2026
a2d8ea5
http: discard hash in dumb-http http_object_request
peff Jul 2, 2026
a51b545
hash: fix memory leak copying sha256 gcrypt handles
peff Jul 2, 2026
600588d
hash: add platform-specific discard functions
peff Jul 2, 2026
11c689b
packfile: thread odb_source_packed through packed_object_info()
pks-t Jul 2, 2026
126076b
odb: make backend-specific fields optional
pks-t Jul 2, 2026
32a95be
odb: add `source` field to struct object_info_source
pks-t Jul 2, 2026
2242f7e
treewide: convert users of `whence` to the new source field
pks-t Jul 2, 2026
aea037e
odb: drop `whence` field from object info
pks-t Jul 2, 2026
8a7ad23
odb: document object info fields
pks-t Jul 2, 2026
10ab1af
meson: restore hook-list.h to builtin_sources
floppym Jul 1, 2026
b2ebb78
reset: introduce ability to skip updating HEAD
pks-t Jul 1, 2026
1280e92
reset: allow the caller to specify the current HEAD object
pks-t Jul 1, 2026
e420d7b
reset: stop assuming that the caller passes in a clean index
pks-t Jul 1, 2026
27717e2
replay: expose `replay_result_queue_update()`
pks-t Jul 1, 2026
46affdb
builtin/history: split handling of ref updates into two phases
pks-t Jul 1, 2026
d11b348
builtin/history: implement "drop" subcommand
pks-t Jul 1, 2026
8fed3ac
meson: support building fuzzers with libFuzzer
pks-t Jul 3, 2026
adf4516
oss-fuzz: add fuzzer for parsing reftables
pks-t Jul 3, 2026
657654b
reftable/basics: fix OOB read on binary search of empty range
pks-t Jul 3, 2026
ed103ab
reftable/record: don't abort when decoding invalid ref value type
pks-t Jul 3, 2026
a0eb4ca
t/unit-tests: introduce test helper to write reftable blocks
pks-t Jul 3, 2026
6914a9a
reftable/block: fix OOB write with bogus inflated log size
pks-t Jul 3, 2026
43a0669
reftable/block: fix OOB read with bogus block size
pks-t Jul 3, 2026
0d77a81
reftable/block: fix OOB read with bogus restart count
pks-t Jul 3, 2026
986590f
reftable/block: fix use of uninitialized memory when binsearch fails
pks-t Jul 3, 2026
ec42676
reftable/block: fix OOB read with bogus restart offset
pks-t Jul 3, 2026
a1c085d
reftable/table: fix NULL pointer access when seeking to bogus offsets
pks-t Jul 3, 2026
ca93c27
reftable/table: fix OOB read on truncated table
pks-t Jul 3, 2026
bad766f
ci(dockerized): raise the PID limit for private repositories
dscho Jul 4, 2026
1eb2811
precompose_utf8: use a flex array for d_name
booxter Jul 4, 2026
8b90835
load_one_loose_object_map(): fix resource leak
dscho Jul 5, 2026
bd58327
loose: avoid closing invalid fd on error path
dscho Jul 5, 2026
a62c2a2
download_https_uri_to_file(): do not leak fd upon failure
dscho Jul 5, 2026
c3f89be
run-command: avoid `close(-1)` in `start_command()` error paths
dscho Jul 5, 2026
da82221
line-log: avoid redundant copy that leaks in process_ranges
dscho Jul 5, 2026
6eb6005
dir: free allocations on parse-error paths in `read_one_dir()`
dscho Jul 5, 2026
add15d1
submodule: fix cwd leak in `get_superproject_working_tree()`
dscho Jul 5, 2026
da2211b
worktree: fix resource leaks when branch creation fails
dscho Jul 5, 2026
22f92aa
imap-send: avoid leaking the IMAP upload buffer
dscho Jul 5, 2026
b3b1d83
reftable/table: release filter on error path
dscho Jul 5, 2026
e36cda7
fsmonitor: plug token-data leak on early daemon-startup failures
dscho Jul 5, 2026
9184231
mingw: make `exit_process()` own the process handle on all paths
dscho Jul 5, 2026
fc1bac6
README: add GitLab CI badge to make it more discoverable
pks-t Jul 6, 2026
9769449
t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
pks-t Jul 6, 2026
f0598d0
t4141: fix inefficient use of dd(1)
pks-t Jul 6, 2026
bc1854f
t5608: reduce maximum disk usage
pks-t Jul 6, 2026
8f276d1
t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
pks-t Jul 6, 2026
aa4ee1f
t7900: clean up large EXPENSIVE repository
pks-t Jul 6, 2026
886c7b4
t: use `test_bool_env` to parse GIT_TEST_LONG
pks-t Jul 6, 2026
3e35bf7
gitlab-ci: disable RAM disk on macOS jobs
pks-t Jul 6, 2026
8424844
gitlab-ci: enable "GIT_TEST_LONG"
pks-t Jul 6, 2026
c3df27f
blame: reserve mark column only if necessary
rscharfe Jul 6, 2026
5a183de
builtin/refs: drop `the_repository`
pks-t Jul 6, 2026
b335599
builtin/refs: add "delete" subcommand
pks-t Jul 6, 2026
2540e35
builtin/refs: add "update" subcommand
pks-t Jul 6, 2026
fa4eefe
builtin/refs: add "create" subcommand
pks-t Jul 6, 2026
002fe67
builtin/refs: add "rename" subcommand
pks-t Jul 6, 2026
afd278b
t/README: document test_grep helper
mmontalbo Jul 6, 2026
04e875a
t: fix grep assertions missing file arguments
mmontalbo Jul 6, 2026
c451e96
t: extract chainlint's parser into shared module
mmontalbo Jul 6, 2026
4f8f121
t: fix Lexer line count for $() inside double-quoted strings
mmontalbo Jul 6, 2026
47f79f6
t: convert grep assertions to test_grep
mmontalbo Jul 6, 2026
be7112d
t: add greplint to detect bare grep assertions
mmontalbo Jul 6, 2026
2f63677
Merge branch 'hn/status-pull-advice-qualified'
gitster Jul 6, 2026
57c386f
Merge branch 'cc/promisor-auto-config-url-more'
gitster Jul 6, 2026
e49c0e8
Merge branch 'ps/setup-drop-global-state'
gitster Jul 6, 2026
da89839
Merge branch 'ps/doc-recommend-b4'
gitster Jul 6, 2026
57305b8
Merge branch 'rs/cat-file-default-format-optim'
gitster Jul 6, 2026
ed5d4f6
Merge branch 'jk/setup-gitfile-diag-fix'
gitster Jul 6, 2026
aed0faa
Merge branch 'en/ort-harden-against-corrupt-trees'
gitster Jul 6, 2026
37997b0
Merge branch 'td/ref-filter-restore-prefix-iteration'
gitster Jul 6, 2026
a7f8e84
Merge branch 'ps/odb-source-packed'
gitster Jul 6, 2026
13f5190
Merge branch 'ty/move-protect-hfs-ntfs'
gitster Jul 6, 2026
6786e9c
Merge branch 'po/hash-object-size-t'
gitster Jul 6, 2026
b7daa7e
Merge branch 'mh/fetch-follow-remote-head-config'
gitster Jul 6, 2026
3b89f12
Merge branch 'kh/submittingpatches-trailers'
gitster Jul 6, 2026
32d5049
Merge branch 'jc/submittingpatches-design-critiques'
gitster Jul 6, 2026
982308d
Merge branch 'tb/pack-path-walk-bitmap-delta-islands'
gitster Jul 6, 2026
8af4256
Merge branch 'pw/status-rebase-todo'
gitster Jul 6, 2026
2e5d1cc
Merge branch 'mv/log-follow-mergy'
gitster Jul 6, 2026
2b0d1af
Merge branch 'jk/repo-info-path-keys'
gitster Jul 6, 2026
7fe674d
Merge branch 'wy/doc-clarify-review-replies'
gitster Jul 6, 2026
3442a0f
Merge branch 'ps/refs-onbranch-fixes'
gitster Jul 6, 2026
a4d2e8a
Merge branch 'ps/connected-generic-promisor-checks'
gitster Jul 6, 2026
83fd231
Merge branch 'sg/t3420-do-not-grep-in-missing-file'
gitster Jul 6, 2026
f85a7e6
Start Git 2.56 cycle
gitster Jul 6, 2026
9ca3ea9
setup: rename `check_repository_format_gently()`
pks-t Jul 7, 2026
c679995
setup: mark bogus worktree in `apply_repository_format()`
pks-t Jul 7, 2026
d43b9ac
setup: unify setup of shallow file
pks-t Jul 7, 2026
cf1687a
setup: split up concerns of `setup_git_env_internal()`
pks-t Jul 7, 2026
d66975f
setup: introduce explicit repository discovery
pks-t Jul 7, 2026
abe8941
setup: embed repository format in discovery
pks-t Jul 7, 2026
b964ad1
setup: move prefix into repository
pks-t Jul 7, 2026
28f38f3
setup: drop static `cwd` variable
pks-t Jul 7, 2026
0bf8e14
setup: propagate prefix via repository discovery
pks-t Jul 7, 2026
2513a4d
setup: make repository discovery self-contained
pks-t Jul 7, 2026
eba53f5
setup: drop redundant configuration of `startup_info->have_repository`
pks-t Jul 7, 2026
293b785
setup: pass worktree to `init_db()`
pks-t Jul 7, 2026
4df38c6
setup: mark `set_git_work_tree()` as file-local
pks-t Jul 7, 2026
f08ece0
Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanups
gitster Jul 7, 2026
3792b2a
sideband: allow ANSI SGR with colon-separated subfields
grawity May 13, 2026
18b2009
Rust: fix description in Release Notes to 2.55
gitster Jul 7, 2026
5df632c
t1517: skip svn tests if svn is not installed
bk2204 Jul 8, 2026
154aee0
parse-options: add a separate case for help output on error
bk2204 Jul 8, 2026
06f9b95
rev-parse: have --parseopt callers exit 0 on --help
bk2204 Jul 8, 2026
cdaf12f
parse-options: exit 0 on -h
bk2204 Jul 8, 2026
9b204b8
hash: use git_hash_init() consistently
peff Jul 8, 2026
b87af5a
hash: convert remaining direct function calls
peff Jul 8, 2026
90a55e3
hash: document function pointers and wrappers
peff Jul 8, 2026
2c51615
hash: make git_hash_discard() idempotent
peff Jul 8, 2026
6728cfb
csum-file: use idempotent git_hash_discard()
peff Jul 8, 2026
f1bf977
http: use idempotent git_hash_discard()
peff Jul 8, 2026
9e396aa
hash: check ctx->active flag in all wrapper functions
peff Jul 8, 2026
87bd9bd
Makefile: add $(RUST_LIB) prerequisite to osxkeychain
Jul 8, 2026
924dfce
Makefile: support universal macOS builds via RUST_TARGETS
Jul 8, 2026
1a62c1f
contrib: wire up osxkeychain in contrib/Makefile on macOS
Jul 8, 2026
ff1da37
submodule--helper: accept '-i' shorthand for update --init
martinetd Jul 8, 2026
e74c698
SubmittingPatches: document how to retract a topic
gitster Jul 8, 2026
8585c50
bundle-uri: drain remaining response on invalid bundle-uri lines
To1ne Jul 8, 2026
50de116
bundle-uri: stop sending invalid bundle configuration
jltobler Jul 8, 2026
7167667
unpack-trees: avoid quadratic index scan in next_cache_entry()
hferreiro Jul 8, 2026
c4fcd50
t1410-reflog.sh: avoid suppressing git's exit code in pipelines
Jul 9, 2026
f60db8d
mailmap: map Taylor Blau's work address
ttaylorr-oai Jul 9, 2026
37e3640
Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filter
gitster Jul 9, 2026
02d62c3
commit-graph: add trace2 instrumentation for generation DFS
spkrka Jul 9, 2026
8ea36f6
commit-graph: propagate topo_levels slab to all chain layers
spkrka Jul 9, 2026
a6b8f01
diffcore-break: guard against NULLed queue entries in merge loop
dscho Jul 10, 2026
d07d09e
diff: handle NULL return from repo_get_commit_tree()
dscho Jul 10, 2026
2fdcce1
remote: guard `remote_tracking()` against NULL remote
dscho Jul 10, 2026
d321f42
reftable/stack: guard against NULL list_file in stack_destroy
dscho Jul 10, 2026
775f1f2
mailsplit: move NULL check before first use of file handle
dscho Jul 10, 2026
74fb188
bisect: handle NULL commit in `bisect_successful()`
dscho Jul 10, 2026
e87d701
replay: die when --onto does not peel to a commit
dscho Jul 10, 2026
f5887e1
revision: avoid dereferencing NULL in `add_parents_only()`
dscho Jul 10, 2026
436ef7c
pack-bitmap: handle missing bitmap for base MIDX
dscho Jul 10, 2026
7384654
bisect: ensure non-NULL `head` before using it
dscho Jul 10, 2026
83e717e
shallow: fix NULL dereference
dscho Jul 10, 2026
7642553
shallow: give write_one_shallow() its own hex buffer
dscho Jul 10, 2026
13d8160
t/perf: add perf test for ref tombstone scenarios
spkrka Jul 10, 2026
146a946
reftable: fix quadratic behavior in the presence of tombstones
spkrka Jul 10, 2026
52bd2ff
config: refactor include_by_gitdir() into include_by_path()
black-desk Jul 10, 2026
5004829
config: add "worktree" and "worktree/i" includeIf conditions
black-desk Jul 10, 2026
9144451
b4: include change-id in cover template
black-desk Jul 10, 2026
f065d59
object-file: rename files transaction prepare function
jltobler Jul 10, 2026
9c182bb
object-file: rename files transaction fsync function
jltobler Jul 10, 2026
ee1785a
object-file: embed transaction flush logic in commit function
jltobler Jul 10, 2026
926618e
object-file: drop check for inflight transactions
jltobler Jul 10, 2026
6d01718
object-file: propagate files transaction errors
jltobler Jul 10, 2026
4576d6c
odb/transaction: propagate begin errors
jltobler Jul 10, 2026
dbb3c87
odb/transaction: propagate commit errors
jltobler Jul 10, 2026
28fbc06
odb/transaction: add transaction env interface
jltobler Jul 10, 2026
48d730a
odb/transaction: introduce ODB transaction flags
jltobler Jul 10, 2026
6c24256
builtin/receive-pack: drop redundant tmpdir env
jltobler Jul 10, 2026
bdee7b3
builtin/receive-pack: stage incoming objects via ODB transactions
jltobler Jul 10, 2026
cfd52a7
object-file: fix closing object stream twice
pks-t Jul 10, 2026
dbe8efd
t9811: break long && chains into multiple lines
Jul 11, 2026
1569919
t9811: replace 'test -f' and '! test -f' with 'test_path_*'
Jul 11, 2026
6635b9d
Merge branch 'ad/gpg-strip-cr-before-lf'
gitster Jul 13, 2026
c58d518
Merge branch 'jk/reftable-leakfix'
gitster Jul 13, 2026
431cacf
Merge branch 'jk/format-patch-leakfix'
gitster Jul 13, 2026
6d6939a
Merge branch 'hn/branch-push-slip-advice'
gitster Jul 13, 2026
3c775ab
Merge branch 'kk/prio-queue-get-put-fusion'
gitster Jul 13, 2026
6eb10ff
Merge branch 'ps/odb-generalize-prepare'
gitster Jul 13, 2026
55526a1
The 2nd batch for Git 2.56
gitster Jul 13, 2026
b9a7080
fast-export: standardize usage string and SYNOPSIS
chriscool Jul 13, 2026
678f3bb
t1100: modernize test style
shkuls Jul 14, 2026
9719c29
t1100: move creation of expected output into setup test
shkuls Jul 14, 2026
7b0203b
strbuf: avoid redundant reset in strbuf_getwholeline()
rscharfe Jul 14, 2026
27bed41
odb/source-packed: improve lookup when enumerating objects
pks-t Jul 15, 2026
03aaa4f
pack-bitmap: mark object filter as `const`
pks-t Jul 15, 2026
6f48b8c
pack-objects: drop unused return value from add_object_entry()
peff Jul 15, 2026
1ca65ca
pack-bitmap: allow aborting iteration of bitmapped objects
pks-t Jul 15, 2026
eaa9807
pack-bitmap: iterate object sources when opening bitmaps
pks-t Jul 15, 2026
db95bfc
pack-bitmap: drop `_1` suffix from functions that open bitmaps
pks-t Jul 15, 2026
8cd7ee7
pack-bitmap: introduce function to open bitmap for a single source
pks-t Jul 15, 2026
204daf5
odb: introduce object filters to `odb_for_each_object()`
pks-t Jul 15, 2026
bfa86e6
builtin/cat-file: filter objects via object database
pks-t Jul 15, 2026
b6b2769
t7614: avoid hiding git's exit code in a pipe
shkuls Jul 15, 2026
7a244d8
Merge branch 'jc/history-message-prep-fix'
gitster Jul 15, 2026
85ba074
Merge branch 'ps/refs-writing-subcommands'
gitster Jul 15, 2026
a9d2d2a
Merge branch 'ps/odb-drop-whence'
gitster Jul 15, 2026
955b276
Merge branch 'ps/history-drop'
gitster Jul 15, 2026
0a4fb31
Merge branch 'jk/bloom-leak-fixes'
gitster Jul 15, 2026
e38e971
Merge branch 'mg/meson-hook-list-buildfix'
gitster Jul 15, 2026
7381be0
Merge branch 'rs/blame-abbrev-marks'
gitster Jul 15, 2026
d35c539
The 3rd batch for Git 2.56
gitster Jul 15, 2026
f1de863
Merge branch 'spanish_pr_bis' of github.com:basuradeluis/gitkbis
j6t Jul 16, 2026
90dd53f
Merge branch 'hn/silence-make-s'
j6t Jul 16, 2026
5dcb978
Merge branch 'master' of github.com:alshopov/git-gui
j6t Jul 16, 2026
946e693
Merge branch 'master' of https://github.com/j6t/gitk
gitster Jul 16, 2026
44de152
Merge branch 'master' of https://github.com/j6t/git-gui
gitster Jul 16, 2026
bd29432
Merge branch 'kk/streaming-walk-pqueue' into kk/no-walk-pathspec-fix
gitster Jul 16, 2026
32c4ed7
revision: fix --no-walk path filtering regression
spkrka Jul 16, 2026
936eb75
wincred: avoid memory corruption when erasing a credential
dscho Jul 16, 2026
f635ab9
wincred: prevent silent credential loss when storing OAuth tokens
dscho Jul 16, 2026
62c9cec
Merge branch 'js/wincred-fixes'
gitster Jul 17, 2026
e47f7de
Merge branch 'jk/hash-algo-leak-fixes'
gitster Jul 17, 2026
347fe8a
Merge branch 'js/coverity-fixes'
gitster Jul 17, 2026
70ef593
Merge branch 'js/ci-dockerized-pid-limit'
gitster Jul 17, 2026
88775e3
Merge branch 'ps/t-fixes-for-git-test-long'
gitster Jul 17, 2026
09af39f
Merge branch 'ih/precompose-flex-array'
gitster Jul 17, 2026
e7e0872
Merge branch 'jk/git-hash-cleanups'
gitster Jul 17, 2026
443fe1e
Merge branch 'mm/sideband-ansi-sgr-colon-fix'
gitster Jul 17, 2026
41365c2
The 4th batch for Git 2.56
gitster Jul 17, 2026
65f37b6
Merge branch 'ps/reftable-hardening'
gitster Jul 19, 2026
2688b28
Merge branch 'ps/setup-split-discovery-and-setup'
gitster Jul 19, 2026
a6d1c35
Merge branch 'jc/relnotes-2.55-rust-fix'
gitster Jul 19, 2026
1950f46
Merge branch 'kk/commit-reach-find-all-fix'
gitster Jul 19, 2026
de46554
Merge branch 'jc/submitting-patches-abandoning'
gitster Jul 19, 2026
620657c
Merge branch 'bc/parse-options-exit-0-on-help'
gitster Jul 19, 2026
f8ec2c6
Merge branch 'sn/osxkeychain-rust-universal'
gitster Jul 19, 2026
c9a92e2
Merge branch 'mm/test-grep-lint'
gitster Jul 19, 2026
009713e
Merge branch 'gr/t1410-reflog-exit-code'
gitster Jul 19, 2026
1c103a8
Merge branch 'wy/doc-myfirstcontribution-trim-quotes'
gitster Jul 19, 2026
cae7c86
Merge branch 'hf/unpack-trees-quadratic-scan'
gitster Jul 19, 2026
f590fcd
Merge branch 'tc/bundle-uri-empty-fix'
gitster Jul 19, 2026
a336bfa
Merge branch 'ty/migrate-ignorecase'
gitster Jul 19, 2026
82c60a8
Merge branch 'kk/commit-graph-topo-levels-fix'
gitster Jul 19, 2026
cc82eaf
Merge branch 'kk/reftable-tombstone-quadratic-fix'
gitster Jul 19, 2026
0b75ef5
Merge branch 'js/coverity-fixes-null-safety'
gitster Jul 19, 2026
48bbf81
The 5th batch
gitster Jul 19, 2026
9655cb7
Merge branch 'ps/odb-stream-double-close-fix'
gitster Jul 21, 2026
f1c8bde
Merge branch 'cl/b4-cover-change-id'
gitster Jul 21, 2026
5d2e770
The 6th batch
gitster Jul 21, 2026
aebf83d
Merge branch 'dm/submodule-update-i-shorthand'
gitster Jul 22, 2026
ccf9746
Merge branch 'cl/conditional-config-on-worktree-path'
gitster Jul 22, 2026
55f961a
Merge branch 'jt/receive-pack-use-odb-transactions'
gitster Jul 22, 2026
0a4f81e
Merge branch 'ml/t9811-replace-test-f'
gitster Jul 22, 2026
9822fc3
Merge branch 'cc/doc-fast-export-synopsis-fix'
gitster Jul 22, 2026
88620f0
Merge branch 'rs/strbuf-avoid-redundant-reset'
gitster Jul 22, 2026
5183689
Merge branch 'ps/odb-for-each-object-filter'
gitster Jul 22, 2026
2b8f09f
Merge branch 'sk/t1100-modernize'
gitster Jul 22, 2026
af4899f
Merge branch 'sk/t7614-do-not-hide-git-exit-status'
gitster Jul 22, 2026
60aa81f
Merge branch 'kk/no-walk-pathspec-fix'
gitster Jul 22, 2026
9a0c470
The 7th batch
gitster Jul 22, 2026
7834e84
Create static.yml
hub966 Jul 24, 2026
d6f5112
remote.h: fix space indentation in get_remote_group declaration
Copilot Jul 24, 2026
1b3e991
Merge pull request #9 from dev394582/copilot/fix-check-whitespace-job…
hub966 Jul 25, 2026
c55e1f0
Merge pull request #7 from git/master
hub966 Jul 25, 2026
30ae3f5
Add CI workflow for Makefile
hub966 Jul 25, 2026
5357636
Potential fix for pull request finding
hub966 Jul 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .b4-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Note that these are default values that you can tweak via the typical
# git-config(1) machinery. You thus shouldn't ever have to change this file.
# See also https://b4.docs.kernel.org/en/latest/config.html.
[b4]
send-same-thread = shallow
prep-cover-template = ./.b4-cover-template
12 changes: 12 additions & 0 deletions .b4-cover-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
${cover}

---
${shortlog}

${diffstat}

${range_diff}
---
base-commit: ${base_commit}
change-id: ${change_id}
${prerequisites}
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.[ch] whitespace=indent,trail,space,incomplete diff=cpp
*.sh whitespace=indent,trail,space,incomplete text eol=lf
*.perl text eol=lf diff=perl
*.pl text eof=lf diff=perl
*.pl text eol=lf diff=perl
*.pm text eol=lf diff=perl
*.py text eol=lf diff=python
*.bat text eol=crlf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
jobname: ClangFormat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
check-whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
COVERITY_LANGUAGE: cxx
COVERITY_PLATFORM: overridden-below
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: install minimal Git for Windows SDK
if: contains(matrix.os, 'windows')
uses: git-for-windows/setup-git-for-windows-sdk@v1
uses: git-for-windows/setup-git-for-windows-sdk@v2
- run: ci/install-dependencies.sh
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cat git-po-helper.out
exit $exit_code
- name: Create comment in pull request for report
uses: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@v3
if: >-
always() &&
github.event_name == 'pull_request_target' &&
Expand Down
64 changes: 33 additions & 31 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
- name: skip if the commit or tree was already tested
id: skip-if-redundant
uses: actions/github-script@v8
uses: actions/github-script@v9
if: steps.check-ref.outputs.enabled == 'yes'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -112,8 +112,8 @@ jobs:
group: windows-build-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: actions/checkout@v6
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: build
shell: bash
env:
Expand All @@ -123,7 +123,7 @@ jobs:
- name: zip up tracked files
run: git archive -o artifacts/tracked.tar.gz HEAD
- name: upload tracked files and build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: windows-artifacts
path: artifacts
Expand All @@ -140,14 +140,14 @@ jobs:
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- name: download tracked files and build artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: windows-artifacts
path: ${{github.workspace}}
- name: extract tracked files and build artifacts
shell: bash
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: test
shell: bash
run: . /etc/profile && ci/run-test-slice.sh $((${{matrix.nr}} + 1)) 10
Expand All @@ -157,7 +157,7 @@ jobs:
run: ci/print-test-failures.sh
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: failed-tests-windows-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}}
Expand All @@ -173,10 +173,10 @@ jobs:
group: vs-build-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: actions/checkout@v6
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: initialize vcpkg
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'microsoft/vcpkg'
path: 'compat/vcbuild/vcpkg'
Expand All @@ -186,7 +186,7 @@ jobs:
repository: git/git
definitionId: 9
- name: add msbuild to PATH
uses: microsoft/setup-msbuild@v2
uses: microsoft/setup-msbuild@v3
- name: copy dlls to root
shell: cmd
run: compat\vcbuild\vcpkg_copy_dlls.bat release
Expand All @@ -208,7 +208,7 @@ jobs:
- name: zip up tracked files
run: git archive -o artifacts/tracked.tar.gz HEAD
- name: upload tracked files and build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: vs-artifacts
path: artifacts
Expand All @@ -224,9 +224,9 @@ jobs:
group: vs-test-${{ matrix.nr }}-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: download tracked files and build artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: vs-artifacts
path: ${{github.workspace}}
Expand All @@ -244,7 +244,7 @@ jobs:
run: ci/print-test-failures.sh
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: failed-tests-windows-vs-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}}
Expand All @@ -258,7 +258,7 @@ jobs:
group: windows-meson-build-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Set up dependencies
shell: pwsh
Expand All @@ -270,7 +270,7 @@ jobs:
shell: pwsh
run: meson compile -C build
- name: Upload build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: windows-meson-artifacts
path: build
Expand All @@ -286,13 +286,13 @@ jobs:
group: windows-meson-test-${{ matrix.nr }}-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Set up dependencies
shell: pwsh
run: pip install meson ninja
- name: Download build artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: windows-meson-artifacts
path: build
Expand All @@ -305,7 +305,7 @@ jobs:
run: ci/print-test-failures.sh
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: failed-tests-windows-meson-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}}
Expand Down Expand Up @@ -341,15 +341,15 @@ jobs:
TEST_OUTPUT_DIRECTORY: ${{github.workspace}}/t
runs-on: ${{matrix.vector.pool}}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: ci/run-build-and-tests.sh
- name: print test failures
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
run: ci/print-test-failures.sh
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: failed-tests-${{matrix.vector.jobname}}
path: ${{env.FAILED_TEST_ARTIFACTS}}
Expand All @@ -362,7 +362,7 @@ jobs:
CI_JOB_IMAGE: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: ci/run-build-and-minimal-fuzzers.sh
dockerized:
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
image: alpine:latest
# Supported until 2025-04-02.
- jobname: linux32
image: i386/ubuntu:focal
image: i386/ubuntu:20.04
# A RHEL 8 compatible distro. Supported until 2029-05-31.
- jobname: almalinux-8
image: almalinux:8
Expand All @@ -420,7 +420,9 @@ jobs:
CI_JOB_IMAGE: ${{matrix.vector.image}}
CUSTOM_PATH: /custom
runs-on: ubuntu-latest
container: ${{matrix.vector.image}}
container:
image: ${{ matrix.vector.image }}
options: ${{ github.repository_visibility == 'private' && '--pids-limit 16384 --ulimit nproc=16384:16384 --ulimit nofile=32768:32768' || '' }}
steps:
- name: prepare libc6 for actions
if: matrix.vector.jobname == 'linux32'
Expand All @@ -439,7 +441,7 @@ jobs:
else
apt-get -q update && apt-get -q -y install git
fi
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: useradd builder --create-home
- run: chown -R builder .
Expand All @@ -449,7 +451,7 @@ jobs:
run: sudo --preserve-env --set-home --user=builder ci/print-test-failures.sh
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: failed-tests-${{matrix.vector.jobname}}
path: ${{env.FAILED_TEST_ARTIFACTS}}
Expand All @@ -464,7 +466,7 @@ jobs:
group: static-analysis-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: ci/run-static-analysis.sh
- run: ci/check-directional-formatting.bash
Expand All @@ -480,7 +482,7 @@ jobs:
group: rust-analysis-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: ci/run-rust-checks.sh
sparse:
Expand All @@ -494,7 +496,7 @@ jobs:
group: sparse-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install other dependencies
run: ci/install-dependencies.sh
- run: make sparse
Expand All @@ -510,6 +512,6 @@ jobs:
CI_JOB_IMAGE: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: ci/install-dependencies.sh
- run: ci/test-documentation.sh
27 changes: 27 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Makefile CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: configure
run: ./configure

- name: Install dependencies
run: make

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck
49 changes: 49 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install dependencies
run: ci/install-dependencies.sh
- name: Build HTML documentation
run: make -C Documentation html
- name: Stage Pages content
run: |
rm -rf public
mkdir -p public
make -C Documentation install-webdoc WEBDOC_DEST="${GITHUB_WORKSPACE}/public"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5
Loading
Loading