Re: [PATCH] Documentation/install-webdoc.sh: quote a potentially unsafe shell expansion

2016-12-01 Thread Austin English
On Thu, Dec 1, 2016 at 2:42 PM, Junio C Hamano <gits...@pobox.com> wrote: > Austin English <austinengl...@gmail.com> writes: > >> diff --git a/Documentation/install-webdoc.sh >> b/Documentation/install-webdoc.sh >> index ed8b4ff..5fb2dc5 100755 >> ---

[PATCH] Documentation/install-webdoc.sh: quote a potentially unsafe shell expansion

2016-11-30 Thread Austin English
Found via shellcheck In Documentation/install-webdoc.sh line 21: mkdir -p $(dirname "$T/$h") ^-- SC2046: Quote this to prevent word splitting. -- -Austin GPG: 14FB D7EA A041 937B From 1050538f252d22311185065ab8837c71b17003fb Mon Sep 17 00:00:00 2001 From: Aust

Re: [RFC/PATCH 0/2] Introduce "log.showSignature" config variable

2016-05-26 Thread Austin English
th your patch and git config log.showsignature = true, git log and git show now display signatures for me: austin@debian-laptop:~/src/winetricks$ ~/src/git/git config log.showsignature true austin@debian-laptop:~/src/winetricks$ ~/src/git/git log -n 1 commit 3399c38411259bf171fc32a3e145bc49fee2291e

Re: Please add a git config option to make --show-signature the default

2016-05-25 Thread Austin English
On Wed, May 25, 2016 at 1:18 PM, Mehul Jain <mehul.jain2...@gmail.com> wrote: > Hi, > > On Wed, May 25, 2016 at 9:28 AM, Austin English <austinengl...@gmail.com> > wrote: >> I'll try >> to submit my own patch. In the meantime, it seems appropriate to f

Re: Please add a git config option to make --show-signature the default

2016-05-24 Thread Austin English
On Tue, May 24, 2016 at 6:20 AM, Johannes Schindelin <johannes.schinde...@gmx.de> wrote: > Hi Austin, > > On Mon, 23 May 2016, Austin English wrote: > >> As stated in title, I'd like to see an option to enable GPG signature >> by default. > > I see an option

Please add a git config option to make --show-signature the default

2016-05-23 Thread Austin English
As stated in title, I'd like to see an option to enable GPG signature by default. I find this feature very useful and would like to enable it by default on my machine, without having to resort to an alias in my ~/.bash_rc. I asked in #git and checked the git repo, but I didn't see an option