Skip to content

Commit

Permalink
Update to 0.46. User-visible changes:
Browse files Browse the repository at this point in the history
- reset tog blame view's scroll position if line count shrinks too much
- replace unprintable characters with '.' before passing them to curses
- allow editing of log message comments with 'got histedit'
- implicitly mark all files in work tree as up-to-date after rebase/histedit
- fix parsing of tag objects which lack a tag message; found in u-boot.git repo
- do not mix up repos if tog's -r option is used in a work tree
  • Loading branch information
naddy authored and naddy committed Dec 21, 2020
1 parent aa1a26a commit 1600a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/got/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= got
PORTVERSION= 0.45
PORTVERSION= 0.46
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/

Expand Down
6 changes: 3 additions & 3 deletions devel/got/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1607870946
SHA256 (got-0.45.tar.gz) = 48f97532b8640dcfae37fee7da86e4bb8e56d149c8d1b9d3b54dddebbe894c56
SIZE (got-0.45.tar.gz) = 479367
TIMESTAMP = 1608585470
SHA256 (got-0.46.tar.gz) = 62342a40b08cc2fc3fae4356f7fb8fc4683f529615dcb1518a924657ad9bb828
SIZE (got-0.46.tar.gz) = 480353

0 comments on commit 1600a7f

Please sign in to comment.