Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > I realize that the > > git clone <repo> [<dir>] > > means that we can't have the same syntax as "git pull" (which doesn't take > the <dir> part), but that doesn't make the "#branch" syntax any better. > > So I much prefer the > > git clone [--default branch] [--branch x]* <repo> [<dir>] > > kind of syntax. Ugh. That means the bash completion cannot (easily) do something fancy, like tab completion of branch names within <repo>. Yea, its not fast on slow links, but it beats typing out an ugly branch name. :-) -- 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