[PATCH 0/6] test -z/-n quoting fix + misc cleanups

2016-05-13 Thread Jeff King
On Fri, May 13, 2016 at 01:03:41PM -0700, Junio C Hamano wrote: > > And sadly, > > > > git grep 'test -n [^"]' > > > > is not empty. > > Are you doing an audit? Otherwise I'm interested in taking a brief > look. There was only one buggy case there (in git-stash). The rest were false positives

Re: [PATCH 0/6] test -z/-n quoting fix + misc cleanups

2016-05-13 Thread Junio C Hamano
Jeff King writes: > Anyway. Here's a series that fixes the -n/-z cases, along with a bunch > of cleanups that remove the false positives (most of which I sent out > just a few minutes ago as "minor fixes to some svn tests"). > > [1/6]: t/lib-git-svn: drop $remote_git_svn and $git_svn_id > [2/