On Fri, Apr 26, 2013 at 5:25 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > >> On Thu, Apr 25, 2013 at 12:56 AM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >>> From: Johannes Sixt <j6t@xxxxxxxx> >>> >>> Bash on Windows does not implement process substitution. >> >> Nevermind, reporting all the refs creates a lot of irrelevant output, >> this version is fine. > > When $before has this in it: > > refs/heads/refs/heads/master 664059...126eaa7 > > and your "read ref a" got this in the input: > > refs/heads/master 664059...126eaa7 > > would the pattern matching by case work corretly? No, it wouldn't, but I don't think there's any way to do \<\> or \b in globs. Alternatively, we could use the same $before and $after, and simply store the output somewhere; $GIT_DIR/testgit-before, for example. This should decrease the amount of changes needed, but I don't know if anybody would have problems with the use of 'join'. Cheers. -- Felipe Contreras -- 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