Skip to content

Commit

Permalink
devel/got: update to 0.71
Browse files Browse the repository at this point in the history
User-visible changes:
- implicitly unstage changes when staging the reverse of a staged diff
- add one-line output mode to got log with -s flag
- rename the former got log -s (search) flag to got log -S
- make it possible to match committed patches with got log -p -S pattern
- make got log -S match author name and commit ID, like tog search does
- tog: add key bindings for half-page scroll
- add horizontal scrolling to tog diff, blame, and log views
- show last-modified date in the "tog ref" view if 'm' is pressed
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Jun 18, 2022
1 parent 1cda787 commit 76b70f8
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,5 +1,5 @@
PORTNAME= got
PORTVERSION= 0.70
PORTVERSION= 0.71
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 = 1652183801
SHA256 (got-0.70.tar.gz) = cc4074ae9c6ca7d062c3183d72a8fa07aa18527a1a77b35dfd7ae423b808c9c5
SIZE (got-0.70.tar.gz) = 609120
TIMESTAMP = 1655494994
SHA256 (got-0.71.tar.gz) = 02bb42816121d187b5efc40f429c5a8a1740304ee9a4721e226f20791eba56c3
SIZE (got-0.71.tar.gz) = 622060

0 comments on commit 76b70f8

Please sign in to comment.