From 1779a0f3b92d58654b43444addeaf437a64d77a8 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 13 Jul 2018 21:21:24 +0200 Subject: serialize a Bug to git as a blob+tree+commit+ref --- commands/commands.go | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/commands.go') diff --git a/commands/commands.go b/commands/commands.go index 2cc16380..343d1c71 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -5,7 +5,6 @@ import ( "github.com/MichaelMure/git-bug/repository" ) -const bugsRefPattern = "refs/bugs/*" const messageFilename = "BUG_MESSAGE_EDITMSG" // Command represents the definition of a single command. -- cgit