diff options
Diffstat (limited to 'pretty.c')
| -rw-r--r-- | pretty.c | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -1179,6 +1179,10 @@ static size_t format_commit_one(struct strbuf *sb, /* in UTF-8 */  		load_ref_decorations(DECORATE_SHORT_REFS);  		format_decorations(sb, commit, c->auto_color);  		return 1; +	case 'D': +		load_ref_decorations(DECORATE_SHORT_REFS); +		format_decorations_extended(sb, commit, c->auto_color, "", ", ", ""); +		return 1;  	case 'g':		/* reflog info */  		switch(placeholder[1]) {  		case 'd':	/* reflog selector */  | 
