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>
This commit is contained in:

committed by
Junio C Hamano

parent
02c9e93547
commit
5d7eeee2ac
@ -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[] = {"
|
||||
|
Reference in New Issue
Block a user