Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb016 commit 728485fCopy full SHA for 728485f
2 files changed
Makefile
@@ -0,0 +1,9 @@
1
+thanks:
2
+ if [ -f THANKS ]; then rm THANKS; fi
3
+ echo "Thanks to the following folks who contributed to bipython!" > THANKS
4
+ echo "" >> THANKS
5
+ echo "commits Name" >> THANKS
6
+ echo "------- -------------" >> THANKS
7
+ git shortlog -sn >> THANKS
8
+
9
+.PHONE: thanks
THANKS
@@ -0,0 +1,7 @@
+Thanks to the following folks who contributed to bipython!
+commits Name
+------- -------------
+ 83 Paul Ivanov
+ 1 Anthony Scopatz
+ 1 Robert Kern
0 commit comments