Sven Strickroth <sven.strickroth@xxxxxxxxxxxxxxx> writes: > git-svn reads usernames and other user queries from an interactive > terminal. This cause GUIs (w/o STDIN connected) to hang waiting forever > for git-svn to complete (http://code.google.com/p/tortoisegit/issues/detail?id=967). > git-core already asks for username using *_ASKPASS tools, this commit > also enables git-svn to do so. > > This change extends the Git::prompt method, so that it can also be used > for non password queries (e.g. usernames), and makes use of it instead > of using hand-rolled prompt-response code that only works with the > interactive terminal. Now "prompt" is no longer a method but is merely a helper function, so I've queued this (and 1/2 rewrite we discussed in a separate thread) to 'pu' after rewording the commit log message. Thanks. -- 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