Skip to content

Commit 228b6d5

Browse files
committed
update: change update log info
1 parent 7bb1649 commit 228b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitcmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git log --format='%(trailers:key=Type,valueonly,separator=%x20)%x1c%s [%(trailer
1414
k2=k;
1515
gsub(/./, "-", k2);
1616
print k2
17-
for (i=0; i<item_count[k]; i++) print "* "items[k, i];
17+
for (i=0; i<item_count[k]; i++) print "- "items[k, i];
1818
print ""
1919
}
2020
}'

0 commit comments

Comments
 (0)