> Busybox svn has been migrated to git. > > I check out fresh tree with: > > git clone git+ssh://[email protected]/var/lib/git/busybox.git > > Then in that tree I can do: > > git pull -- analog of "svn update" > git add new_file -- IIUC this is "svn add" analog > git commit -a -- create a local change which includes all files > modified since last commit. >
You can add -s : git commit -a -s In order to have a "Signed-off-by" added automatically. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
