"Sverre Rabbelier" <alturin@xxxxxxxxx> writes: > On Sun, Jul 20, 2008 at 10:33 PM, Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> wrote: >> On Sun, Jul 20, 2008 at 10:03:24PM +0200, Sverre Rabbelier <alturin@xxxxxxxxx> wrote: >>> Whatever happened to quotes? >>> >>> $ git merge -s subtree -Xpath="git-gui git-gui/master" >> >> Read again what did you wrote. ;-) >> >> The current form is >> >> git merge -s subtree git-gui/master, so at most it could be >> >> $ git merge -s subtree -Xpath="git-gui" git-gui/master > > Meh, what I of course mean was: > $ git merge -s subtree -X"path=git-gui" git-gui/master > > But that looks rather awkward, which is probably why I typed it the > way I did? Maybe something like.... > $ git merge -s subtree -X(--path=git-gui --foo=bar) git-gui/master Or perhaps (following -Wx family of GCC options) $ git merge -s subtree -X--path=git-gui,--foo=bar git-gui/master -- Jakub Narebski Poland ShadeHawk on #git -- 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