<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I was just playing around with authors_list.sh script and noticed a possible bug in it. My name doesn't come up in the newly generated new_AUTHORS file. Debugging further, I saw that my name strangely comes up in translators.txt (in temp_update_AUTHORS dir). Not sure why my name is in that file. My last and the only commit in videolan is "<a href="http://git.videolan.org/?p=vlc.git;a=commit;h=074be88bc3b00af0c1feb211dec8244497530803">http://git.videolan.org/?p=vlc.git;a=commit;h=074be88bc3b00af0c1feb211dec8244497530803</a>"..<br>
</div><br></div>This is where in authors_list.sh, my name get filtered out<br>.......<br>.......<br>echo "Removing translators from the git log"<br># Remove translators. (Commiters with the same count in /po and total and hence are listed twice). Then the commit counter is removed<br>
cat temp_update_AUTHORS/all_git.txt temp_update_AUTHORS/po_git.txt|sort|uniq -u |sed 's/[0-9 \t]*\(.*\)/\1/g' | sort|uniq> temp_update_AUTHORS/coders_only.txt<br>.........<br>.........<br><br><br></div>Thanks,<br>
</div>- Vikram<br></div>