Re: What's cooking in git.git (Sep 2011, #04; Mon, 12)
From: Jonathon Mah <hidden>
Date: 2016-06-15 22:52:02
On 2011-09-12, at 14:59, Junio C Hamano wrote:
quoted
[Stalled] * jm/mergetool-pathspec (2011-06-22) 2 commits - mergetool: Don't assume paths are unmerged - mergetool: Add tests for filename with whitespace I think this is a good idea, but it probably needs a re-roll. Cf. $gmane/176254, 176255, 166256What's the plan for this series? Do we still want to pursue it within the timeframe for the next round? Is there any mergetool/difftool expert who volunteers to help moving this topic forward?
I'd love this to stay alive. As I've mentioned before, my relationship with shell is tenuous. My biggest problem is I don't have a mental model of how quoting works, so I end up writing tests and performing trial-and-error until it works. On 2011-06-22, at 14:33, Junio C Hamano wrote:
Why do you need a loop here in the else clause, instead of just a single: files=$(git ls-files -u -- "$@" |...)
See above (the dumb loop isn't necessary; your suggestion is much better). Should I bother re-submitting with just this change? Jonathon Mah me@JonathonMah.com