1
0
Fork 0

git/list will now limit to --first-parent

This is similiar to the output you would expect from shortlog. An option will be added in the future.
master
Mike Gerwitz 2013-06-05 20:59:14 -04:00
parent 9cf68f2bdc
commit e7f9e58b63
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@
# #
# add an extra newline to prevent read from getting confused
git log --pretty='format:%H %h %at %f %s' && echo
git log --first-parent --pretty='format:%H %h %at %f %s' && echo