summaryrefslogtreecommitdiff
path: root/subCommand.go
diff options
context:
space:
mode:
Diffstat (limited to 'subCommand.go')
-rw-r--r--subCommand.go8
1 files changed, 3 insertions, 5 deletions
diff --git a/subCommand.go b/subCommand.go
index ce17401..0a051d2 100644
--- a/subCommand.go
+++ b/subCommand.go
@@ -74,12 +74,10 @@ func doSubcommand() (string, error) {
}
if argv.Whatchanged != nil {
- // this might be deprecated by the git devs
- // I put it here because of finger memory and it's nice
- // for command line completion
- r := shell.RunRealtime([]string{"bash", "-c", "git log"})
+ // might be deprecated by the git devs // switch to git log then
+ // shell.Exec([]string{"bash", "-c", "-i", "git log"})
+ shell.Exec([]string{"bash", "-c", "-i", "git whatchanged"})
s = "git whatchanged is now: todo"
- err = r.Error
}
if argv.Rebuild != nil {