summaryrefslogtreecommitdiffstats
path: root/gita/cmds.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gita/cmds.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/gita/cmds.json b/gita/cmds.json
index eadda81..c1890c5 100644
--- a/gita/cmds.json
+++ b/gita/cmds.json
@@ -22,8 +22,13 @@
"cmd": "git log -1 HEAD",
"help": "show log information of HEAD"
},
-"log":
- {"cmd": "git log",
+"lo":{
+ "cmd": "git log --oneline -7",
+ "allow_all": true,
+ "help": "show one-line log for the latest 7 commits"
+ },
+"log":{
+ "cmd": "git log",
"disable_async": true,
"help": "show logs"
},
@@ -77,10 +82,12 @@
},
"stat":{
"cmd": "git diff --stat",
+ "allow_all": true,
"help": "show edit statistics"
},
"st":{
"cmd": "git status",
+ "allow_all": true,
"help": "show status"
},
"tag":{