~laumann/acme-git

47a1b5a25e05cb238cb6d67037a5b3bfc7aa1eff — Thomas Bracht Laumann Jespersen 2 years ago 527539b
Show the beginning of the output for each command
1 files changed, 3 insertions(+), 0 deletions(-)

M Git.go
M Git.go => Git.go +3 -0
@@ 44,6 44,9 @@ func gitcmd(arg ...string) {
		}
	}
	win.Ctl("clean")
	win.Addr("0,0")
	win.Ctl("dot=addr")
	win.Ctl("show")
}

func diff() {