From defdab04c15540f28cb8a2a76c3251e1d126baba Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 21 Sep 2020 15:40:04 +0000 Subject: Update to 0.40. User-visible changes: - document our default choice of text editor - fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf - fix crash in got_free_gotconfig() - print newline to clear the bottom line when tog exits --- devel/got/files/patch-regress_cmdline_commit.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/got/files/patch-regress_cmdline_commit.sh (limited to 'devel/got/files/patch-regress_cmdline_commit.sh') diff --git a/devel/got/files/patch-regress_cmdline_commit.sh b/devel/got/files/patch-regress_cmdline_commit.sh deleted file mode 100644 index 3c4f2edf6682..000000000000 --- a/devel/got/files/patch-regress_cmdline_commit.sh +++ /dev/null @@ -1,13 +0,0 @@ -XXX remove after 0.39 ---- regress/cmdline/commit.sh.orig 2020-09-13 18:20:00 UTC -+++ regress/cmdline/commit.sh -@@ -248,7 +248,8 @@ test_commit_deleted_subdirs() { - return 1 - fi - -- (cd $testroot/wt && got rm -R $testroot/wt/{epsilon,gamma} >/dev/null) -+ (cd $testroot/wt && \ -+ got rm -R $testroot/wt/epsilon $testroot/wt/gamma >/dev/null) - - (cd $testroot/wt && got commit -m 'test commit_deleted_subdirs' \ - > $testroot/stdout 2> $testroot/stderr) -- cgit v1.2.3