On Thursday 30 April 2009 15:15:02 Denys Vlasenko wrote: > git clone git://busybox.net/var/lib/git/busybox.git > > and it worked. Checked-out tree matches latest svn tree. > > git clone git+ssh://[email protected]/var/lib/git/busybox.git > > works too.
i created a symlink in the root so you dont need the /var/lib/ part. you also dont need "git+" as git is smart enough now to handle just "ssh://". and vda@ is only necessary if $USERNAME is not "vda". > I trivially modified shell/hush.c and ran > > git push -v --thin git+ssh://[email protected]/var/lib/git/busybox.git > > It did not have any effect, the remote repository wasn't updated. > Running "git commit" prior to this command does not change anything. something worked: http://git.busybox.net/busybox/commit/?id=690ad2426e38e8257f9266992c28c7d5e05eafa5 -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
