ALT Linux Bugzilla
– Attachment 3480 Details for
Bug 17914
[FR] поддержка submodules
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
gear-clone
gear-clone (text/plain), 250 bytes, created by
Alexey Gladkov
on 2009-04-23 18:29:56 MSD
(
hide
)
Description:
gear-clone
Filename:
MIME Type:
Creator:
Alexey Gladkov
Created:
2009-04-23 18:29:56 MSD
Size:
250 bytes
patch
obsolete
>#!/bin/ash -efu > >repo="$1"; shift >destdir="${1-}" > >if [ -z "$destdir" ]; then > destdir="${repo##*/}" > destdir="${destdir%.git}" >fi > >git clone -- "$repo" "$destdir" >cd "$destdir" >! git ls-tree HEAD |grep -qs '^160000 ' || > git submodule update --init
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 17914
:
3480
|
4195
|
4196
|
4197
|
4398