update to got 0.47

- update got.1 CAVEATS section; prompted by feedback from otto@
- fix assignment to wrong pointer in got_ref_dup()
- fix performance on repositories with many references (e.g. freebsd src.git):
  o implement an object ID map for reference lists
  o use reflist object id maps in got log, tog log, and tog diff (with naddy)
  o switch reflist to TAILQ; insert elements more efficiently for sorted input
This commit is contained in:
stsp 2020-12-27 09:43:25 +00:00
parent a842a2a42e
commit 0d16daa30d
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.52 2020/12/21 20:47:41 stsp Exp $
# $OpenBSD: Makefile,v 1.53 2020/12/27 09:43:25 stsp Exp $
COMMENT-main = game of trees version control system
COMMENT-web = game of trees repository server for web browsers
V = 0.46
V = 0.47
DISTNAME = got-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-web = gotweb-${V}

View File

@ -1,2 +1,2 @@
SHA256 (got-0.46.tar.gz) = YjQqQLCMwvw/rkNW9/uPxGg/UpYV3LFRipJGV62buCg=
SIZE (got-0.46.tar.gz) = 480353
SHA256 (got-0.47.tar.gz) = D0z57n2xk1hLShkGdQtUtbAwLpVjc4KCvIjV70Xg/Yw=
SIZE (got-0.47.tar.gz) = 482025