Skip to content

Commit

Permalink
devel/got: update to 0.59
Browse files Browse the repository at this point in the history
User-visible changes:
- add -q quiet mode to checkout and update
- make 'got send' send commits which are referenced only by tags
- add -S option to 'got status' for suppressing certain status codes
- make 'got checkout' display the checked out reference and commit ID
- make 'got update' display the worktree's branch name upon success
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Sep 14, 2021
1 parent 0261df2 commit f4ab526
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/got/Makefile
@@ -1,5 +1,5 @@
PORTNAME= got
PORTVERSION= 0.58
PORTVERSION= 0.59
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/

Expand Down
6 changes: 3 additions & 3 deletions devel/got/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1631369078
SHA256 (got-0.58.tar.gz) = 66cc8c38820189f8316183d95dd9332d3dff1e778a1b73e9b5d76d7da8eee431
SIZE (got-0.58.tar.gz) = 551129
TIMESTAMP = 1631649267
SHA256 (got-0.59.tar.gz) = 5b40e99137dde05a3f0ecd15fc591f15e22d55eb305d3ee27b1bc7aefedd0abe
SIZE (got-0.59.tar.gz) = 551916
11 changes: 11 additions & 0 deletions devel/got/files/patch-regress_cmdline_checkout.sh
@@ -0,0 +1,11 @@
--- regress/cmdline/checkout.sh.orig 2021-09-14 20:09:50 UTC
+++ regress/cmdline/checkout.sh
@@ -821,7 +821,7 @@ test_checkout_quiet() {

echo -n "Checked out refs/heads/master: " >> $testroot/stdout.expected
git_show_head $testroot/repo >> $testroot/stdout.expected
- echo "\nNow shut up and hack" >> $testroot/stdout.expected
+ printf "\nNow shut up and hack\n" >> $testroot/stdout.expected

got checkout -q $testroot/repo $testroot/wt > $testroot/stdout
ret="$?"

0 comments on commit f4ab526

Please sign in to comment.