summaryrefslogtreecommitdiff
path: root/pkg/gui/stashview.go
diff options
context:
space:
mode:
authorIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-12-09 03:28:31 +0300
committerIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-12-09 03:28:31 +0300
commitad96d97d0262df1e1ab3b054b8d2600c8d821d42 (patch)
treef79da661cf2d7cdad2fdec1ad8e68e1e518ecab1 /pkg/gui/stashview.go
parentadded sync to remote branches with git fetch prune (diff)
downloadgitbatch-ad96d97d0262df1e1ab3b054b8d2600c8d821d42.tar.gz
added config file option and some minor bugfixes
Diffstat (limited to 'pkg/gui/stashview.go')
-rw-r--r--pkg/gui/stashview.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/stashview.go b/pkg/gui/stashview.go
index 7322328..c9c246e 100644
--- a/pkg/gui/stashview.go
+++ b/pkg/gui/stashview.go
@@ -17,7 +17,6 @@ func (gui *Gui) openStashView(g *gocui.Gui) error {
return err
}
v.Title = stashViewFeature.Title
- v.Wrap = true
}
entity := gui.getSelectedRepository()
if err := refreshStashView(g, entity); err != nil {