From ca84d5f189ff6105fe9bd7fbc3890b862db2d460 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 12 Jan 2016 17:00:16 +0100 Subject: xlocate: set --author for people with unconfigured git. --- xlocate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlocate') diff --git a/xlocate b/xlocate index 162dbbd..013e2ac 100755 --- a/xlocate +++ b/xlocate @@ -36,7 +36,7 @@ xupdategit() { LC_ALL= xargs -d'\n' -I'{}' -n1 -P "$(nproc)" -r -- \ sort -o {} {} git add ./* - git commit -q -m 'xupdategit' + git commit -q -m 'xupdategit' --author='xupdategit ' git repack -ad rm -rf "$XLOCATE_GIT" .git/COMMIT_EDITMSG .git/description \ .git/index .git/hooks .git/logs -- cgit 1.4.1