mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
User-visible changes: - fix 'got send' with tree objects which contain symlinks - tog: show parent commit IDs of merge commits in the diff view - add a 'got merge' command for creating merge commits - fix 'got update' of an added + obstructed file - don't change bad symlinks into regular files during merges - fix 'got fetch' downloading too many objects in some cases - interrupt 'got rebase' upon missing/unversioned/not-deleted files - interrupt 'got histedit' upon missing/unversioned/not-deleted files - add histedit -e option which runs the 'edit' script command for every commit - skip ignored directories during 'got status' disk crawl
11 lines
280 B
Text
11 lines
280 B
Text
--- gotadmin/Makefile.orig 2021-10-04 10:08:55 UTC
|
|
+++ gotadmin/Makefile
|
|
@@ -24,8 +24,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
|
|
NOMAN = Yes
|
|
.endif
|
|
|
|
-realinstall:
|
|
- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
|
|
- -m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
|
|
-
|
|
.include <bsd.prog.mk>
|