Re: [RFC PATCH 0/1] for-each-ref: Add '--no-symbolic' option

2019-09-07 Thread Taylor Blau
Hi Eric, On Sat, Sep 07, 2019 at 03:36:45PM -0600, Eric Freese wrote: > Hi, > > I was recently using git-for-each-ref in a script to get a list of > remote refs that pointed at a particular commit so that they could > automatically be updated and pushed back to that remote. This fails when > it co

[RFC PATCH 0/1] for-each-ref: Add '--no-symbolic' option

2019-09-07 Thread Eric Freese
Hi, I was recently using git-for-each-ref in a script to get a list of remote refs that pointed at a particular commit so that they could automatically be updated and pushed back to that remote. This fails when it comes across refs/remotes/origin/HEAD, which is a symbolic link. I was able to solv