From 391693927c1d75f08f1f6c1db56362745154409d Mon Sep 17 00:00:00 2001 From: stsp Date: Mon, 30 Jan 2023 09:21:44 +0000 Subject: [PATCH] update to got 0.83 - fix usage display error in got merge command (patch by Mikhail) - fix missing commits in pack files created with packed object enumeration - avoid traversing enumerated commits more than once in got-read-pack - fix ulimit-related test failures on sparc64 (tracey) - got commit editor now shows log messages from backout and cherrypick (jamsek) - new cherrypick/backout -l option to show recorded log messages (jamsek) - new cherrypick/backout -X option to discard recorded log messages (jamsek) - gotd: implement the delete-refs capability (op) - fix histedit -m on a commit which only changes filemode bits - gotsh.1: show how to set up anonymous public read-only repository access --- devel/got/Makefile | 2 +- devel/got/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 30e38486b1b..373104594b2 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -2,7 +2,7 @@ COMMENT-main = game of trees version control system COMMENT-server = game of trees repository server COMMENT-webd = game of trees repository fast-cgi server -V = 0.82 +V = 0.83 DISTNAME = got-${V} PKGNAME-server = gotd-${V} PKGNAME-webd = gotwebd-${V} diff --git a/devel/got/distinfo b/devel/got/distinfo index 83543d6fe0a..1b72bc595b0 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,2 +1,2 @@ -SHA256 (got-0.82.tar.gz) = 2uo/82ImZ/qZ8j7M6aPS2xadPHxRYnxPT+x5iCuhYZA= -SIZE (got-0.82.tar.gz) = 785741 +SHA256 (got-0.83.tar.gz) = TzcrxBo0Rz3iIE5pTQWg2JZXGg3LH/zvQC+LrT95iMI= +SIZE (got-0.83.tar.gz) = 795432