diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-12-14 11:31:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-14 02:56:24 -0800 |
commit | 5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f (patch) | |
tree | fd54b4759aa6d856a1430856b0812387e1a53ad1 /generate-cmdlist.sh | |
parent | 02c9e93547d4c21635beb30895ebb6e37f67833c (diff) | |
download | git-5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f.tar.gz |
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-x | generate-cmdlist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh index 5450918be3..06c42b042d 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[] = {" |