forked from Lainports/freebsd-ports
User-visible changes: - add merge -M option which tells 'got merge' not to fast-forward a reference - add initial implementation of 'gotadmin dump' which creates Git bundle files - add initial implementation of 'gotadmin load' which loads Git bundle files - abort histedit if the user quits the editor without saving the script - add support for keywords as <commit> arguments to got and tog
10 lines
256 B
Text
10 lines
256 B
Text
--- regress/cmdline/Makefile.orig 2023-07-10 07:49:48 UTC
|
|
+++ regress/cmdline/Makefile
|
|
@@ -105,4 +105,6 @@ dump:
|
|
load:
|
|
./load.sh -q -r "$(GOT_TEST_ROOT)"
|
|
|
|
-.include <bsd.regress.mk>
|
|
+regress: ${REGRESS_TARGETS} .PHONY .SILENT
|
|
+
|
|
+.include <bsd.prog.mk>
|