summaryrefslogtreecommitdiff
path: root/generate-cmdlist.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-12-14 10:31:05 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-14 10:56:24 (GMT)
commit5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f (patch)
treefd54b4759aa6d856a1430856b0812387e1a53ad1 /generate-cmdlist.sh
parent02c9e93547d4c21635beb30895ebb6e37f67833c (diff)
downloadgit-5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f.zip
git-5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f.tar.gz
git-5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f.tar.bz2
git-show: grok blobs, trees and tags, too
Since git-show is pure Porcelain, it is the ideal candidate to pretty print other things than commits, too. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-xgenerate-cmdlist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index 5450918..06c42b0 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -4,7 +4,7 @@ echo "/* Automatically generated by $0 */
struct cmdname_help
{
char name[16];
- char help[64];
+ char help[80];
};
struct cmdname_help common_cmds[] = {"