Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 21:32:43 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531558 - in head/devel: . git-bug
Message-ID:  <202004122132.03CLWhgX079089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sun Apr 12 21:32:42 2020
New Revision: 531558
URL: https://svnweb.freebsd.org/changeset/ports/531558

Log:
  New port: devel/git-bug
  
  Fully featured git bug tracker that:
  
  * Is fully embeded in git: you only need
    your git repository to have a bug tracker.
  * Is distributed: use your normal git remote
    to collaborate, push and pull your bugs!
  * Works offline: in a plane or under the sea?
    Keep reading and writing bugs!
  * Prevents vendor lock-in: your usual service
    is down or went bad? You already have a full backup.
  * Is fast: listing bugs or opening them is a matter
    of milliseconds.
  * Doesn't pollute your project: no files are added
    in your project.
  * Integrates with your tooling: use the UI you like
    (CLI, terminal, web) or integrate with your existing
    tools through the CLI or the GraphQL API.
  * Bridges to other bug trackers: use bridges to import
    and export to other trackers.
  
  WWW: https://github.com/MichaelMure/git-bug
  
  PR:		245578
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Added:
  head/devel/git-bug/
  head/devel/git-bug/Makefile   (contents, props changed)
  head/devel/git-bug/distinfo   (contents, props changed)
  head/devel/git-bug/pkg-descr   (contents, props changed)
  head/devel/git-bug/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr 12 20:54:57 2020	(r531557)
+++ head/devel/Makefile	Sun Apr 12 21:32:42 2020	(r531558)
@@ -783,6 +783,7 @@
     SUBDIR += gio-sharp
     SUBDIR += git
     SUBDIR += git-absorb
+    SUBDIR += git-bug
     SUBDIR += git-bzr-ng
     SUBDIR += git-cinnabar
     SUBDIR += git-codereview

Added: head/devel/git-bug/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git-bug/Makefile	Sun Apr 12 21:32:42 2020	(r531558)
@@ -0,0 +1,81 @@
+# $FreeBSD$
+
+PORTNAME=	git-bug
+DISTVERSION=	0.7.1
+CATEGORIES=	devel
+
+MAINTAINER=	vulcan@wired.sh
+COMMENT=	Distributed, offline-first bug tracker embedded in git, with bridges
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	git:devel/git
+
+USES=		go:modules
+USE_GITHUB=	yes
+GH_ACCOUNT=	MichaelMure
+GH_TUPLE=	99designs:gqlgen:b7a58a1c0e4b:99designs_gqlgen/vendor/github.com/99designs/gqlgen \
+		MichaelMure:go-term-text:v0.2.8:michaelmure_go_term_text/vendor/github.com/MichaelMure/go-term-text \
+		agnivade:levenshtein:v1.0.1:agnivade_levenshtein/vendor/github.com/agnivade/levenshtein \
+		araddon:dateparse:0fb0a474d195:araddon_dateparse/vendor/github.com/araddon/dateparse \
+		awesome-gocui:gocui:a34ffb055986:awesome_gocui_gocui/vendor/github.com/awesome-gocui/gocui \
+		awesome-gocui:termbox-go:c0aef3d18bcc:awesome_gocui_termbox_go/vendor/github.com/awesome-gocui/termbox-go \
+		blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
+		cheekybits:genny:9127e812e1e9:cheekybits_genny/vendor/github.com/cheekybits/genny \
+		corpix:uarand:v0.1.1:corpix_uarand/vendor/github.com/corpix/uarand \
+		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
+		dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
+		fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \
+		go-errors:errors:v1.0.1:go_errors_errors/vendor/github.com/go-errors/errors \
+		go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
+		golang:appengine:v1.3.0:golang_appengine/vendor/google.golang.org/appengine \
+		golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \
+		golang:net:3b0461eec859:golang_net/vendor/golang.org/x/net \
+		golang:oauth2:f42d05182288:golang_oauth2/vendor/golang.org/x/oauth2 \
+		golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
+		golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync \
+		golang:sys:b77594299b42:golang_sys/vendor/golang.org/x/sys \
+		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
+		golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \
+		google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
+		gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \
+		gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \
+		hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
+		hashicorp:go-retryablehttp:v0.6.4:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \
+		hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \
+		icrowley:fake:4178557ae428:icrowley_fake/vendor/github.com/icrowley/fake \
+		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
+		mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
+		mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
+		mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
+		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+		phayes:freeport:b8543db493a5:phayes_freeport/vendor/github.com/phayes/freeport \
+		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
+		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
+		shurcooL:githubv4:068505affed7:shurcool_githubv4/vendor/github.com/shurcooL/githubv4 \
+		shurcooL:graphql:d48a9a75455f:shurcool_graphql/vendor/github.com/shurcooL/graphql \
+		skratchdot:open-golang:79abb63cd66e:skratchdot_open_golang/vendor/github.com/skratchdot/open-golang \
+		spf13:cobra:v0.0.6:spf13_cobra/vendor/github.com/spf13/cobra \
+		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
+		stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \
+		vektah:gqlparser:v1.3.1:vektah_gqlparser/vendor/github.com/vektah/gqlparser \
+		xanzy:go-gitlab:v0.29.0:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab
+
+_BUILD_COMMIT=	2d64b85db71a17ff3277bbbf7ac9d8e81f8e416c
+GO_BUILDFLAGS=	-ldflags "\
+	       -s -w \
+	       -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/commands.GitCommit=${_BUILD_COMMIT} \
+	       -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/commands.GitLastTag=${DISTVERSION} \
+	       -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/commands.GitExactTag=${DISTVERSION}"
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
+	${INSTALL_DATA} ${WRKSRC}/misc/bash_completion/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/etc/bash_completion.d
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
+	${INSTALL_DATA} ${WRKSRC}/misc/zsh_completion/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/devel/git-bug/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git-bug/distinfo	Sun Apr 12 21:32:42 2020	(r531558)
@@ -0,0 +1,95 @@
+TIMESTAMP = 1586719112
+SHA256 (MichaelMure-git-bug-0.7.1_GH0.tar.gz) = 78a6c7dee159cdad4ad69066d6d8fc4b7c259d5ea6351aaf6709b6ac03ff3d2f
+SIZE (MichaelMure-git-bug-0.7.1_GH0.tar.gz) = 1934695
+SHA256 (99designs-gqlgen-b7a58a1c0e4b_GH0.tar.gz) = 1a4f5be8cf29f0d4c22e4c34564a098c47c3bcfe330367bd26a5a5af74cab9b0
+SIZE (99designs-gqlgen-b7a58a1c0e4b_GH0.tar.gz) = 407560
+SHA256 (MichaelMure-go-term-text-v0.2.8_GH0.tar.gz) = e3bd004844de00967cd634ad5411eafa7aa5c5cad613398cdf080562b0c2aab6
+SIZE (MichaelMure-go-term-text-v0.2.8_GH0.tar.gz) = 46745
+SHA256 (agnivade-levenshtein-v1.0.1_GH0.tar.gz) = deaeca462d8a0288bd3ab533d02dc898e76483b1135ada3aeef65231835e6228
+SIZE (agnivade-levenshtein-v1.0.1_GH0.tar.gz) = 862622
+SHA256 (araddon-dateparse-0fb0a474d195_GH0.tar.gz) = 889d860e9dcd469b8b053aec4f04fcb271ce4572fc3d16a79a311ea04914775d
+SIZE (araddon-dateparse-0fb0a474d195_GH0.tar.gz) = 21881
+SHA256 (awesome-gocui-gocui-a34ffb055986_GH0.tar.gz) = 1a4c11cb16c96bd8e19af6e60042a5da3c3cef0d7a9e5ba45df16c1d58a1a593
+SIZE (awesome-gocui-gocui-a34ffb055986_GH0.tar.gz) = 40479
+SHA256 (awesome-gocui-termbox-go-c0aef3d18bcc_GH0.tar.gz) = fa29e9a5ab162b6fbdaa5585f7dffede8d436cfc47b635383c4cb8dc0fcd0552
+SIZE (awesome-gocui-termbox-go-c0aef3d18bcc_GH0.tar.gz) = 32384
+SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57
+SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831
+SHA256 (cheekybits-genny-9127e812e1e9_GH0.tar.gz) = 88cd5b07992addff4964208ad99a1ed5c43321e30f6d3be121de7005946e803d
+SIZE (cheekybits-genny-9127e812e1e9_GH0.tar.gz) = 13750
+SHA256 (corpix-uarand-v0.1.1_GH0.tar.gz) = a76056222f3845e70140bd88f86d74fb05f47f24aa6f386b89a84b1ca2e66013
+SIZE (corpix-uarand-v0.1.1_GH0.tar.gz) = 27686
+SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
+SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
+SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
+SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
+SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f
+SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941
+SHA256 (go-errors-errors-v1.0.1_GH0.tar.gz) = f3c4e21affe3f563ab6ab5de4086be9eff38c4b5cfb748602f89e814f65c7705
+SIZE (go-errors-errors-v1.0.1_GH0.tar.gz) = 8647
+SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff
+SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656
+SHA256 (golang-appengine-v1.3.0_GH0.tar.gz) = 95ba88192b1ede71b0b32edef442bef026333cb1e3172fe8bb64c92d19d593be
+SIZE (golang-appengine-v1.3.0_GH0.tar.gz) = 323617
+SHA256 (golang-crypto-87dc89f01550_GH0.tar.gz) = d81e26d345c6cd9f132fd69547b14200603d6f3b50622ebceace32dfe456339b
+SIZE (golang-crypto-87dc89f01550_GH0.tar.gz) = 1709204
+SHA256 (golang-net-3b0461eec859_GH0.tar.gz) = a22a8864fdc90a79d953afad48ec799386daee4bfe93ecc50ccca4b77c2a9329
+SIZE (golang-net-3b0461eec859_GH0.tar.gz) = 1099281
+SHA256 (golang-oauth2-f42d05182288_GH0.tar.gz) = 43de8198f861949f925c870c68c26b648cbf55ce1cf62ea964616bc0305561e7
+SIZE (golang-oauth2-f42d05182288_GH0.tar.gz) = 43233
+SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
+SIZE (golang-protobuf-v1.3.1_GH0.tar.gz) = 310884
+SHA256 (golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313
+SIZE (golang-sync-112230192c58_GH0.tar.gz) = 16832
+SHA256 (golang-sys-b77594299b42_GH0.tar.gz) = 484bf05a828f18a9ea48f32b64322d6cc8e716b5cbfd455be72f445db8495b82
+SIZE (golang-sys-b77594299b42_GH0.tar.gz) = 1534631
+SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
+SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
+SHA256 (golang-time-555d28b269f0_GH0.tar.gz) = 8ce368da65025dad4e4ed302a5835e2b3579f3a111721f9b275803519a5d10b3
+SIZE (golang-time-555d28b269f0_GH0.tar.gz) = 9577
+SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed
+SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529
+SHA256 (gorilla-mux-v1.7.4_GH0.tar.gz) = 56ea3c39b8c19360357970a4dcd717485f36ac7da9c6b5a107bd4b80848c4aee
+SIZE (gorilla-mux-v1.7.4_GH0.tar.gz) = 45437
+SHA256 (gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d
+SIZE (gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228
+SHA256 (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b
+SIZE (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 8069
+SHA256 (hashicorp-go-retryablehttp-v0.6.4_GH0.tar.gz) = b6f3c4fae00782164994509858b6965e0d8979579f366d45716a1d95d78e9213
+SIZE (hashicorp-go-retryablehttp-v0.6.4_GH0.tar.gz) = 16996
+SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c188af0cc8b22e7e4b79e9071694fa06428a9964b22d68dc997fa787a177a
+SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428
+SHA256 (icrowley-fake-4178557ae428_GH0.tar.gz) = bdaaa4f89ca3b5a90e1c839662172ba2f4b2bdf8c3b27a7ff92eac3935925969
+SIZE (icrowley-fake-4178557ae428_GH0.tar.gz) = 71853
+SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
+SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
+SHA256 (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 157806ad8125e6bef4d9b58c9125ccb98a8343136f93faf442ab0cc6e7c24c11
+SIZE (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 8981
+SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
+SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
+SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
+SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
+SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
+SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
+SHA256 (phayes-freeport-b8543db493a5_GH0.tar.gz) = 292f3b7dcdd90a1d9294d244af59c89cac60886dc927fdf621245d55ac610c21
+SIZE (phayes-freeport-b8543db493a5_GH0.tar.gz) = 3249
+SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
+SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
+SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
+SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
+SHA256 (shurcooL-githubv4-068505affed7_GH0.tar.gz) = 658e97bc20fceb0808b6f09bb7f651afcc6f5ae238ecb1db815ff510a806c3d9
+SIZE (shurcooL-githubv4-068505affed7_GH0.tar.gz) = 29573
+SHA256 (shurcooL-graphql-d48a9a75455f_GH0.tar.gz) = 4b5ba6ee431723e95a501f4efdef42f1dcfbbb422ec1caebc2757e9c3a0441d2
+SIZE (shurcooL-graphql-d48a9a75455f_GH0.tar.gz) = 17553
+SHA256 (skratchdot-open-golang-79abb63cd66e_GH0.tar.gz) = 2396e574cd90b395117a0d44e8d4024b1e87f816d0ff0e16aef18c94472149a0
+SIZE (skratchdot-open-golang-79abb63cd66e_GH0.tar.gz) = 7074
+SHA256 (spf13-cobra-v0.0.6_GH0.tar.gz) = d3fcd886a86551173e44082920590a44ba8a7d892e4e4443ff7aee0e935583d0
+SIZE (spf13-cobra-v0.0.6_GH0.tar.gz) = 117290
+SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
+SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
+SHA256 (stretchr-testify-v1.5.1_GH0.tar.gz) = 6d65f92aeff186bb261dbdb885d9f3ba09db3d79eb5f212fcace1fd4a2858263
+SIZE (stretchr-testify-v1.5.1_GH0.tar.gz) = 78657
+SHA256 (vektah-gqlparser-v1.3.1_GH0.tar.gz) = 393f26bf28da21345f0f80d110d6e0675425fcdfe1bcdb5947842e55e9c26cf4
+SIZE (vektah-gqlparser-v1.3.1_GH0.tar.gz) = 92026
+SHA256 (xanzy-go-gitlab-v0.29.0_GH0.tar.gz) = fe27a4a90c7adad18d4331fb664ad1ef3e51af7bb4a919f8df40445d1c6cb0f9
+SIZE (xanzy-go-gitlab-v0.29.0_GH0.tar.gz) = 167173

Added: head/devel/git-bug/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git-bug/pkg-descr	Sun Apr 12 21:32:42 2020	(r531558)
@@ -0,0 +1,21 @@
+Fully featured git bug tracker that:
+
+* Is fully embeded in git: you only need
+  your git repository to have a bug tracker.
+* Is distributed: use your normal git remote
+  to collaborate, push and pull your bugs!
+* Works offline: in a plane or under the sea?
+  Keep reading and writing bugs!
+* Prevents vendor lock-in: your usual service
+  is down or went bad? You already have a full backup.
+* Is fast: listing bugs or opening them is a matter
+  of milliseconds.
+* Doesn't pollute your project: no files are added
+  in your project.
+* Integrates with your tooling: use the UI you like
+  (CLI, terminal, web) or integrate with your existing
+  tools through the CLI or the GraphQL API.
+* Bridges to other bug trackers: use bridges to import
+  and export to other trackers.
+
+WWW: https://github.com/MichaelMure/git-bug

Added: head/devel/git-bug/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git-bug/pkg-plist	Sun Apr 12 21:32:42 2020	(r531558)
@@ -0,0 +1,40 @@
+bin/git-bug
+etc/bash_completion.d/git-bug
+man/man1/git-bug-add.1.gz
+man/man1/git-bug-bridge-auth-add-token.1.gz
+man/man1/git-bug-bridge-auth-rm.1.gz
+man/man1/git-bug-bridge-auth-show.1.gz
+man/man1/git-bug-bridge-auth.1.gz
+man/man1/git-bug-bridge-configure.1.gz
+man/man1/git-bug-bridge-pull.1.gz
+man/man1/git-bug-bridge-push.1.gz
+man/man1/git-bug-bridge-rm.1.gz
+man/man1/git-bug-bridge.1.gz
+man/man1/git-bug-commands.1.gz
+man/man1/git-bug-comment-add.1.gz
+man/man1/git-bug-comment.1.gz
+man/man1/git-bug-deselect.1.gz
+man/man1/git-bug-label-add.1.gz
+man/man1/git-bug-label-rm.1.gz
+man/man1/git-bug-label.1.gz
+man/man1/git-bug-ls-id.1.gz
+man/man1/git-bug-ls-label.1.gz
+man/man1/git-bug-ls.1.gz
+man/man1/git-bug-pull.1.gz
+man/man1/git-bug-push.1.gz
+man/man1/git-bug-select.1.gz
+man/man1/git-bug-show.1.gz
+man/man1/git-bug-status-close.1.gz
+man/man1/git-bug-status-open.1.gz
+man/man1/git-bug-status.1.gz
+man/man1/git-bug-termui.1.gz
+man/man1/git-bug-title-edit.1.gz
+man/man1/git-bug-title.1.gz
+man/man1/git-bug-user-adopt.1.gz
+man/man1/git-bug-user-create.1.gz
+man/man1/git-bug-user-ls.1.gz
+man/man1/git-bug-user.1.gz
+man/man1/git-bug-version.1.gz
+man/man1/git-bug-webui.1.gz
+man/man1/git-bug.1.gz
+share/zsh/site-functions/_git-bug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004122132.03CLWhgX079089>