ports/devel/got/files/patch-regress_Makefile
Christian Weisgerber efd08bde22 devel/got: update to 0.50
User-visible changes:
- use Myers diff instead of Patience diff when merging files with diff3
- improve got log -x documentation
- improve got ref -d documentation
- ensure that old commits remain referenced after rebase and histedit
- new got rebase -l option which lists past rebase operations
- new got histedit -l option which lists past histedit operations
2021-03-23 15:30:58 +00:00

8 lines
192 B
Text

--- regress/Makefile.orig 2021-03-16 21:43:57 UTC
+++ regress/Makefile
@@ -1,3 +1,5 @@
SUBDIR = cmdline delta deltify idset path fetch
+SUBDIR_TARGETS+= regress
+
.include <bsd.subdir.mk>