On Mar 4, 2007, at 7:43 AM, Johannes Schindelin wrote:
Of course, this script is dumb and has no way to edit files whose
names
contain spaces
Wouldn't using xargs fix that?
"${VISUAL:-${EDITOR:-vi}}" $(git ls-files --unmerged | cut -b51- |
uniq)
git ls-files --unmerged | cut -b51- | uniq | xargs "${VISUAL:-$
{EDITOR:-vi}}"
~~ Brian Gernhardt
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html