"Shawn O. Pearce" <spearce@xxxxxxxxxxx> wrote: > Petr Baudis <pasky@xxxxxxx> wrote: > > This enables git-gui to be started with the clone dialog opened right > > away, possibly with the URL prefilled when it is passed as another > > argument. git-gui can then be e.g. registered as the git:// protocol > > handler. > > > > This is just a simple implementation - we construct the front actions > > page, then throw it away immediately; I wanted to avoid unnecessary > > refactoring and complication of the code, though. > > > > Signed-off-by: Petr Baudis <petr.baudis@xxxxxxxxxxxx> > > > > --- > > Documentation/git-gui.txt | 5 +++++ > > git-gui/git-gui.sh | 21 ++++++++++++++++++--- > > git-gui/lib/choose_repository.tcl | 11 ++++++++++- > > 3 files changed, 33 insertions(+), 4 deletions(-) > > This looks fine [...] I take that back. "git gui clone git://repo.or.cz/alt-git.git" didn't show the URL in the clone dialog for me. This is on top of your previous series, including the "locator" feature, and with two locators configured in my .git/config. -- Shawn. -- 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