summaryrefslogtreecommitdiff
path: root/pkg/gui/stagedview.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/stagedview.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/stagedview.go')
-rw-r--r--pkg/gui/stagedview.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/stagedview.go b/pkg/gui/stagedview.go
index bae80bd..91b0df3 100644
--- a/pkg/gui/stagedview.go
+++ b/pkg/gui/stagedview.go
@@ -17,7 +17,6 @@ func (gui *Gui) openStageView(g *gocui.Gui) error {
return err
}
v.Title = stageViewFeature.Title
- v.Wrap = true
}
entity := gui.getSelectedRepository()
if err := refreshStagedView(g, entity); err != nil {