Re: [BUG] Veryfing signatures in git log fails when language is not english

2013-02-15 Thread Junio C Hamano
Mariusz Gronczewski writes: > 2013/2/14 Junio C Hamano : >> >> - The "right" one you mention for %GS is easier than you might >> think. If you just verify against the accompanying "tagger" >> identity, that should be sufficient. It of course cannot be >> generally solved,

Re: [BUG] Veryfing signatures in git log fails when language is not english

2013-02-15 Thread Mariusz Gronczewski
2013/2/14 Junio C Hamano : > > - The "right" one you mention for %GS is easier than you might > think. If you just verify against the accompanying "tagger" > identity, that should be sufficient. It of course cannot be > generally solved, as you could tag as person A while si

Re: [BUG] Veryfing signatures in git log fails when language is not english

2013-02-14 Thread Junio C Hamano
Mariusz Gronczewski writes: > What is really missing is an ability to display used key ID without > hammering git log output with regexps, it would be much easier to > validate incoming commits if there was format option to just display > key ID instead of signer name. %GS isn't really good solut

Re: [BUG] Veryfing signatures in git log fails when language is not english

2013-02-14 Thread Mariusz Gronczewski
2013/2/14 Michael J Gruber : > XANi venit, vidit, dixit 14.02.2013 01:18: >> Hi, >> >> any functionality that depends on exact exit msg of program >> can potentially fail because of that >> ᛯ export |grep LANG >> declare -x LANG="pl_PL.UTF-8" >> >> ᛯ ~/src/os/git/git log --format="%G? %h" |head -2

Re: [BUG] Veryfing signatures in git log fails when language is not english

2013-02-14 Thread Michael J Gruber
XANi venit, vidit, dixit 14.02.2013 01:18: > Hi, > > any functionality that depends on exact exit msg of program > can potentially fail because of that > ᛯ export |grep LANG > declare -x LANG="pl_PL.UTF-8" > > ᛯ ~/src/os/git/git log --format="%G? %h" |head -2 > 0d19377 > 5b9d7f8 > > ᛯ unset

[BUG] Veryfing signatures in git log fails when language is not english

2013-02-13 Thread XANi
Hi, any functionality that depends on exact exit msg of program can potentially fail because of that ᛯ export |grep LANG declare -x LANG="pl_PL.UTF-8" ᛯ ~/src/os/git/git log --format="%G? %h" |head -2 0d19377 5b9d7f8 ᛯ unset LANG ᛯ ~/src/os/git/git log --format="%G? %h" |head -2 G 0d19377 G