From a95d89981e7025c47e1483a37c2de25bdc1459d7 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 6 Oct 2014 16:54:23 +0200 Subject: [PATCH] update --- chrome | 3 ++- git-author | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 git-author diff --git a/chrome b/chrome index 753bf77..453fc10 100755 --- a/chrome +++ b/chrome @@ -1,2 +1,3 @@ #! /bin/sh -chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f +chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f +#,0x0005 diff --git a/git-author b/git-author new file mode 100755 index 0000000..9e5ec20 --- /dev/null +++ b/git-author @@ -0,0 +1,2 @@ +#! /bin/sh +git log --all --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn;