From 629659d2cffbf059374fc53e6400ff0bebe1ddde Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 6 Oct 2020 16:32:08 +0200 Subject: git: update to v2.29.0 Update to git version v2.29.0, this requires changes for these upstream commits: * dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98 strvec: rename files from argv-array to strvec * 873cd28a8b17ff21908c78c7929a7615f8c94992 argv-array: rename to strvec * d70a9eb611a9d242c1d26847d223b8677609305b strvec: rename struct fields * 6a67c759489e1025665adf78326e9e0d0981bab5 test-lib-functions: restrict test_must_fail usage Signed-off-by: Christian Hesse --- tests/t0109-gitconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/t0109-gitconfig.sh') diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh index 8cee75c..189ef28 100755 --- a/tests/t0109-gitconfig.sh +++ b/tests/t0109-gitconfig.sh @@ -25,7 +25,7 @@ test_no_home_access () { -E CGIT_CONFIG="$PWD/cgitrc" \ -E QUERY_STRING="url=$1" \ -e access -f -o strace.out cgit && - test_must_fail grep "$non_existent_path" strace.out + ! grep "$non_existent_path" strace.out } test_no_home_access_success() { -- cgit 1.4.1 =80ea16262b57dea4159b5814333870f8a47b52b5&follow=1'>commit diff
Commit message (Expand)Author
2017-07-04Remove tmuxJune McEnroe
2017-07-04Show terminal title in statuslineJune McEnroe
2017-07-04Add nvim terminal mappingsJune McEnroe
2017-06-29Add color to xxJune McEnroe
2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe
2017-06-27Link Scala syntax fileJune McEnroe
2017-06-27Clean up top of trivial colorscheme fileJune McEnroe
2017-06-27Fix Scala syntax highlight linksJune McEnroe/bin/hi.c?id=db4429471393297d46bb81492b2a480ca2c7ac4c&follow=1'>Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe