summaryrefslogtreecommitdiffstats
path: root/pkg/app
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-18 23:27:54 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-02-18 23:27:54 +1100
commitd44638130c8d07c648b45796cc6b0dff221c7d82 (patch)
tree71b1bfdc271de1cac8fffe223d23fe7295c0158d /pkg/app
parent76a27f417fc7fd24b4fdf12f0aeeb94ecca958d3 (diff)
add various interactive rebase commands
Diffstat (limited to 'pkg/app')
-rw-r--r--pkg/app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/app.go b/pkg/app/app.go
index e1f6654af..3b6c0fec2 100644
--- a/pkg/app/app.go
+++ b/pkg/app/app.go
@@ -121,7 +121,7 @@ func (app *App) Run() error {
}
func (app *App) Rebase() error {
- app.Log.Error("TEST")
+ app.Log.Error("Lazygit invokved as interactive rebase demon")
ioutil.WriteFile(".git/rebase-merge/git-rebase-todo", []byte(os.Getenv("LAZYGIT_REBASE_TODO")), 0644)