~laumann/acme-git

2dcea24f3d0d3dc6cfd228d3a4d42c552efef519 — Thomas Bracht Laumann Jespersen 2 years ago 47a1b5a
Don't print commands that weren't matched
1 files changed, 0 insertions(+), 3 deletions(-)

M Git.go
M Git.go => Git.go +0 -3
@@ 1,7 1,6 @@
package main

import (
	"fmt"
	"os"
	"os/exec"
	"log"


@@ 146,8 145,6 @@ func events() {
				show()
			case "Log":
				gitlog()
			default:
				fmt.Println(text)
			}
		}
		win.WriteEvent(e)