Make "git clone" a lot more user-friendly
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 22:46:33 +0000 (15:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 22:46:33 +0000 (15:46 -0700)
commitba375acff7692cbca16f7cc2e69b71563188ab7f
tree2259172791ee09de8f115e3ec147fb27814608ce
parent51cb06c36de67007f3464d864f63d93213fcaf86
Make "git clone" a lot more user-friendly

This silently adds the ".git" directory component if needed, so you
don't need to state it explicitly for the source.  Also, it turns the
source into an absolute pathname when local, so that you can use
relative pathnames without losing sight of the source when we cd into
the destination.
git-clone-script