Phil Lawrence <prlawrence@xxxxxxxxx> wrote: > From 0780db8d53bdd0bb02b154d23c3c80bcccc0d955 Mon Sep 17 00:00:00 2001 > From: Phil Lawrence <prlawrence@xxxxxxxxx> > Date: Thu, 5 Mar 2009 17:56:58 -0600 > Subject: [PATCH] Append ampersand to "Target" of lnk files created by > do_cygwin_shortcut > > The git-gui menu item "Repository | Create Desktop Icon" creates a > shortcut (.lnk file) on the Windows desktop. The purpose of the > created shortcut is to make it easy for a user to launch git-gui > for a particular repo in the future. Thanks. The patch was white space damaged, but being only 2 characters it was easier for me to just redo the change than to ask you to resend the patch. > @@ -54,7 +54,7 @@ proc do_cygwin_shortcut {} { > $argv0] > win32_create_lnk $fn [list \ > $sh -c \ > - "CHERE_INVOKING=1 source > /etc/profile;[sq $me]" \ > + "CHERE_INVOKING=1 source > /etc/profile;[sq $me] &" \ > ] \ > [file dirname [file normalize [gitdir]]] > } err]} { -- 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