reftable: introduce "reftable-system.h" header
Patrick Steinhardt committed 4 months ago
refs/files-backend: drop const to fix strchr() warning
Jeff King committed 4 months ago
http: drop const to fix strstr() warning
Jeff King committed 4 months ago
range-diff: drop const to fix strstr() warnings
Jeff King committed 4 months ago
pkt-line: make packet_reader.line non-const
Jeff King committed 4 months ago
skip_prefix(): check const match between in and out params
Jeff King committed 4 months ago
pseudo-merge: fix disk reads from find_pseudo_merge()
Jeff King committed 4 months ago
find_last_dir_sep(): convert inline function to macro
Jeff King committed 4 months ago
run-command: explicitly cast away constness when assigning to void
Jeff King committed 4 months ago
pager: explicitly cast away strchr() constness
Jeff King committed 4 months ago
transport-helper: drop const to fix strchr() warnings
Jeff King committed 4 months ago
http: add const to fix strchr() warnings
Jeff King committed 4 months ago
convert: add const to fix strchr() warnings
Jeff King committed 4 months ago
replay: allow to specify a ref with option --ref
Toon Claes committed 4 months ago
replay: use stuck form in documentation and help message
Toon Claes committed 4 months ago
builtin/replay: mark options as not negatable
Toon Claes committed 4 months ago
Junio C Hamano committed 4 months ago
RelNotes: minor typo fixes in 2.54.0 draft
Todd Zullinger committed 4 months ago
read-cache: disable renames in add_files_to_cache
Nick Golden committed 4 months ago
t7004: replace wc -l with modern test helpers
Siddharth Shrimali committed 4 months ago