Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-01-17 02:12:28 +0300
committerRyan Dahl <ry@tinyclouds.org>2011-01-17 02:12:28 +0300
commitb622bc6305e3c675e0edfcdbaa387d849ad0bba0 (patch)
treebd15ec8d04136b152a63cdfe5a5c74cc258a85f8 /tools
parent0263f01475011691f6fbfbf32dceb28b56b69232 (diff)
Bump version to v0.3.5v0.3.5
Diffstat (limited to 'tools')
-rw-r--r--tools/updateAuthors.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updateAuthors.awk b/tools/updateAuthors.awk
index ad93357353a..4ede6ffcea1 100644
--- a/tools/updateAuthors.awk
+++ b/tools/updateAuthors.awk
@@ -1,4 +1,4 @@
-# git log --pretty='format:%ae %an' | tail -r | awk -f updateAuthors.awk
+# git log --pretty='format:%ae %an' | tac | awk -f tools/updateAuthors.awk
{
if (!x[$1]++) {
#print $0