Hi, On Fri, 8 Dec 2006, Matthias Kestenholz wrote: > On Wed, 2006-12-06 at 01:36 +0100, Johannes Schindelin wrote: > > But in this case, bash was faster to script and debug, and unless people > > speak up, saying "I want that feature badly!", I do not plan to do > > anything with it. > > This feature is _very_ handy and I think it would be great if this > became part of the default git distribution. Note that it requires a relatively new bash version ATM, because of the "while read line; do ...; done < <(cmd)" construct. I have another version which substitutes a temporary file for that, but I keep thinking that a graphical tool, such as git-gui, would be more appropriate. BTW I just did it in bash, because I wanted to learn about these famous bash arrays. Ciao, Dscho - 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