summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mb/t7110-use-test-path-helper'Junio C Hamano28 hours1-6/+6
|\
| * t7110: replace `test -f` with `test_path_is_*` helpersMatteo Bagnolini2025-01-031-6/+6
* | Merge branch 'ps/more-sign-compare'Junio C Hamano28 hours1-3/+3
|\ \
| * | commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt2024-12-271-3/+3
* | | Sync with Git 2.47.2Junio C Hamano4 days4-18/+67
|\ \ \
| * \ \ Sync with 2.46.3Johannes Schindelin2024-11-265-19/+68
| |\ \ \
| | * \ \ Sync with 2.45.3Johannes Schindelin2024-11-265-19/+68
| | |\ \ \
| | | * \ \ Sync with 2.44.3Johannes Schindelin2024-11-265-19/+68
| | | |\ \ \
| | | | * \ \ Sync with 2.43.6Johannes Schindelin2024-11-265-19/+68
| | | | |\ \ \
| | | | | * \ \ Sync with 2.42.4Johannes Schindelin2024-11-265-19/+68
| | | | | |\ \ \
| | | | | | * \ \ Sync with 2.41.3Johannes Schindelin2024-11-265-19/+68
| | | | | | |\ \ \
| | | | | | | * \ \ Sync with 2.40.4Johannes Schindelin2024-11-265-19/+68
| | | | | | | |\ \ \
| | | | | | | | * | | credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin2024-11-261-0/+16
| | | | | | | | * | | credential: sanitize the user promptJohannes Schindelin2024-11-264-18/+38
| | | | | | | | * | | credential_format(): also encode <host>[:<port>]Johannes Schindelin2024-11-261-0/+13
| | | | | | | | * | | t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt2024-10-301-1/+1
* | | | | | | | | | | Merge branch 'ps/build-sign-compare'Junio C Hamano7 days1-0/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/blame: fix out-of-bounds write with blank boundary commitsPatrick Steinhardt8 days1-0/+18
| * | | | | | | | | | | builtin/blame: fix out-of-bounds read with excessive `--abbrev`Patrick Steinhardt8 days1-0/+8
* | | | | | | | | | | | Merge branch 'js/reftable-realloc-errors-fix'Junio C Hamano9 days1-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin9 days1-4/+4
* | | | | | | | | | | | Merge branch 'ps/build-meson-html'Junio C Hamano2025-01-022-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t/Makefile: make "check-meson" work with DashPatrick Steinhardt2024-12-272-5/+8
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/lsan-race-ignore-false-positive'Junio C Hamano2025-01-021-13/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test-lib: ignore leaks in the sanitizer's thread codeJeff King2025-01-011-1/+2
| * | | | | | | | | | | | test-lib: check leak logs for presence of DEDUP_TOKENJeff King2025-01-011-1/+1
| * | | | | | | | | | | | test-lib: simplify leak-log checkingJeff King2025-01-011-13/+8
| * | | | | | | | | | | | test-lib: rely on logs to detect leaksJeff King2025-01-011-0/+1
* | | | | | | | | | | | | Merge branch 'jk/lsan-race-with-barrier'Junio C Hamano2025-01-011-1/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | test-lib: use individual lsan dir for --stress runsJeff King2024-12-301-1/+1
* | | | | | | | | | | | | Merge branch 'rs/reftable-realloc-errors'Junio C Hamano2025-01-012-2/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | t-reftable-merged: handle realloc errorsRené Scharfe2024-12-281-2/+2
| * | | | | | | | | | | | reftable: fix allocation count on realloc errorRené Scharfe2024-12-281-0/+26
| * | | | | | | | | | | | reftable: avoid leaks on realloc errorRené Scharfe2024-12-281-0/+30
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ms/t7611-test-path-is-file'Junio C Hamano2024-12-301-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | t7611: replace test -f with test_path_is* helpersMeet Soni2024-12-271-17/+17
| |/ / / / / / / / / /
* / / / / / / / / / / GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt2024-12-272-0/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'kn/reflog-migration'Junio C Hamano2024-12-231-22/+51
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs: add support for migrating reflogsKarthik Nayak2024-12-161-22/+51
| * | | | | | | | | | Merge branch 'kn/reftable-writer-log-write-verify' into kn/reflog-migrationJunio C Hamano2024-12-162-4/+51
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'ps/ci-meson'Junio C Hamano2024-12-238-55/+127
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t: introduce compatibility options to clar-based testsPatrick Steinhardt2024-12-131-1/+18
| * | | | | | | | | | | | t: fix out-of-tree tests for some git-p4 testsPatrick Steinhardt2024-12-132-50/+50
| * | | | | | | | | | | | Makefile: detect missing Meson testsPatrick Steinhardt2024-12-131-1/+17
| * | | | | | | | | | | | meson: detect missing tests at configure timePatrick Steinhardt2024-12-131-0/+36
| * | | | | | | | | | | | t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt2024-12-134-3/+6
| * | | | | | | | | | | | Merge branch 'ps/build' into ps/ci-mesonJunio C Hamano2024-12-125-13/+1229
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cw/worktree-extension' into ps/ci-mesonJunio C Hamano2024-12-128-46/+155
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/range-diff-diff-merges'Junio C Hamano2024-12-231-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin2024-12-161-0/+16