diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-14 16:00:32 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-14 16:00:32 -0800 |
| commit | 8a1a120c55a67c3193e136a06826585711717399 (patch) | |
| tree | 8cbd02f601da577c1f59ad479bb9eda73087405d /git-format-patch.sh | |
| parent | 9e9b26751a5ca7a257b3e1cfb319fe3e4efc663c (diff) | |
| download | git-8a1a120c55a67c3193e136a06826585711717399.tar.xz | |
clone: --naked option.
The new option --naked is to help creating a naked repository
for public consumption.
$ git clone -l -s --naked \
/pub/scm/.../torvalds/linux-2.6.git subproj-2.6.git
is equivalent to this sequence:
$ git clone -l -s -n /pub/scm/.../torvalds/linux-2.6.git temp
$ mv temp/.git subproj-2.6.git
$ rmdir temp
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-format-patch.sh')
0 files changed, 0 insertions, 0 deletions
