diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-08-10 23:45:27 -0700 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-11 14:09:37 +0200 |
commit | 96693637403f59cd23af57f123f3543ba06dee0a (patch) | |
tree | b0349396636c81d96ce04effc6026f39e06a2735 /docs | |
parent | 775965de859c6df5d5652f3f58edfd68803f0813 (diff) | |
download | busybox-96693637403f59cd23af57f123f3543ba06dee0a.tar.gz |
Remove some more mentions of Subversion
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index 0646e728e..7fbd62ed1 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt @@ -8,7 +8,7 @@ Matt Kraai - initial writeup Mark Whitley - the remix Thomas Lundquist - Trying to keep it updated. -When doing this you should consider using the latest svn trunk. +When doing this you should consider using the latest git HEAD. This is a good thing if you plan to getting it committed into mainline. Initial Write @@ -169,12 +169,13 @@ Be sure to read the top of applets.h before adding your applet. The Grand Announcement ---------------------- -Then create a diff by adding the new files with svn (remember your libbb files) - svn add <where you put it>/mu.c +Then create a diff by adding the new files to git (remember your libbb files) + git add <where you put it>/mu.c eventually also: - svn add libbb/function.c + git add libbb/function.c then - svn diff + git commit + git format-patch HEAD^ and send it to the mailing list: busybox@busybox.net http://busybox.net/mailman/listinfo/busybox |