Signed-off-by: Jonathan McCrohan <[email protected]>

Index: feeds
===================================================================
--- feeds       (revision 26887)
+++ feeds       (working copy)
@@ -117,6 +117,10 @@
                'init_branch'   => "git clone --depth 1 --branch '%s' '%s' 
'%s'",
                'update'        => "git pull",
                'controldir'    => ".git"},
+       'src-gitsvn' => {
+                'init'          => "git svn clone '%s' '%s'",
+                'update'        => "git svn rebase",
+                'controldir'    => ".git"},
        'src-bzr' => {
                'init'          => "bzr checkout --lightweight '%s' '%s'",
                'update'        => "bzr update",
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to