public
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/icefox/arora.git
Remove the commit count from the authors files
- It would be out of date with every commit.
- Encurages lots of pointless commits.
- Makes no sense to people viewing the file.
icefox (author)
Sun Jun 01 15:13:22 -0700 2008
commit  393268f6d708f6a1c06aa18d7abfd73fd1b363a4
tree    003b9d81631f655ad0511dcbeee42ccc14a13eac
parent  4a4289d2829514e92f3cb2ea8b89d3c09ab64f44
...
1
2
3
4
5
6
7
8
9
 
 
 
 
 
 
 
 
 
...
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
0
@@ -1,9 +1,9 @@
0
- 95 Benjamin C Meyer ben@meyerhome.net
0
- 15 Jason A. Donenfeld Jason@zx2c4.com
0
- 5 Matvey Kozhev sikon@ubuntu.com
0
- 3 Jakub Lužný limoto94@gmail.com
0
- 3 Daniel Albuschat d.albuschat@gmail.com
0
- 3 Ariya Hidayat ariya.hidayat@trolltech.com
0
- 3 Adam Treat treat@kde.org
0
- 2 Tor Arne Vestbø tavestbo@trolltech.com
0
- 1 John Schember john@nachtimwald.com
0
+Benjamin C Meyer ben@meyerhome.net
0
+Jason A. Donenfeld Jason@zx2c4.com
0
+Matvey Kozhev sikon@ubuntu.com
0
+Jakub Lužný limoto94@gmail.com
0
+Daniel Albuschat d.albuschat@gmail.com
0
+Ariya Hidayat ariya.hidayat@trolltech.com
0
+Adam Treat treat@kde.org
0
+Tor Arne Vestbø tavestbo@trolltech.com
0
+John Schember john@nachtimwald.com
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-git log --pretty="format:%an %ae" | sort | uniq -c | sort -n -r
0
+git log --pretty="format:%an %ae" | sort | uniq -c | sort -n -r | sed -e 's/^ *[0-9]* //g'

Comments

    No one has commented yet.