mirror of
https://github.com/git/git.git
synced 2026-08-10 17:15:14 +00:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
--
|
|
exec >/var/tmp/1
|
|
O=v1.5.3
|
|
echo O=`git describe refs/heads/master`
|
|
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
|