From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Mon, 8 Apr 2013 20:37:38 +0200 Subject: [PATCH] Update git to v1.8.2.1 In-Reply-To: <20130408183021.GX2222@serenity.lan> References: <51630879.8080208@hupie.com> <5163096E.1010000@hupie.com> <20130408183021.GX2222@serenity.lan> Message-ID: zx2c4 at thinkpad ~/Projects/cgit $ QUERY_STRING="url=foo/log" CGIT_CONFIG=tests/trash/cgitrc strace -e access ./cgit 2>&1 >/dev/null | grep gitconfig access("/home/zx2c4/etc/gitconfig", R_OK) = -1 ENOENT (No such file or directory) access("/home/zx2c4/.gitconfig", R_OK) = 0 access("/home/zx2c4/etc/gitconfig", R_OK) = -1 ENOENT (No such file or directory) access("/home/zx2c4/.gitconfig", R_OK) = 0 Interesting.