Paolo Bonzini <paolo.bonzini@xxxxxxxxxxx> writes: > The patch is a cleanup of the one you posted, and it was > appropriately tested with no regression. > > I can see now what you meant by the split between fetch and > merge logic making my patch more complicated than necessary. Thanks. I'll squash the two and apply. > + builtin) > + canon_refs_list_for_fetch -d "$1" \ > + $(git-show-ref | sed -n 's,.*[ ]\(refs/.*\),\1:,p') ;; I may not be really thinking straight tonight (no I am not drunk, but just a tad sick), but I wonder if this is sufficient? $(git-for-each-ref --format='%(refname):') Shorter and one less process and pipe. - 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