update to got 0.48
- use POSIX [s1 = s2] syntax instead of [s1 == s2] (patch by Ryo ONODERA) - tog log: terminate author field at '>' in case there is no '@' (naddy) - replace fparseln(3) with getline(3), for better portability (naddy) - make 'got clone' pin the fetched branch in got.conf(5) - allow the 'got fetch' -l option together with the -q option - store branches passed via 'got clone -b' in got.conf(5) and git-config(1) - work around spurious ACK responses from git servers in got-fetch-pack - add a 'fetch-all-branches' configuration setting to got.conf(5) - add a 'reference' directive to remote repositories in got.conf(5) - fix 'got up -c commit path' deleting unrelated files (found by Timo Myyrä) - fix 'tog blame' segfault upon empty input file (found by naddy) - let 'got clone' write gitconfig directives that match the generated got.conf - fix a use after free in got_worktree_close() (naddy) - make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere - make close(2) failure checks consistent; check 'close() == -1' everywhere - fix missing close(2) error check in got_worktree_close()
This commit is contained in:
parent
25a9a43995
commit
550ea62020
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2020/12/27 09:43:25 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2021/01/22 22:10:07 stsp Exp $
|
||||
|
||||
COMMENT-main = game of trees version control system
|
||||
COMMENT-web = game of trees repository server for web browsers
|
||||
|
||||
V = 0.47
|
||||
V = 0.48
|
||||
DISTNAME = got-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-web = gotweb-${V}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (got-0.47.tar.gz) = D0z57n2xk1hLShkGdQtUtbAwLpVjc4KCvIjV70Xg/Yw=
|
||||
SIZE (got-0.47.tar.gz) = 482025
|
||||
SHA256 (got-0.48.tar.gz) = sqQmgDf2YxMyjTbvbta+KFsV7DBUsmad2Zidto8G5MM=
|
||||
SIZE (got-0.48.tar.gz) = 483588
|
||||
|
Loading…
x
Reference in New Issue
Block a user