aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-08-10 23:45:27 -0700
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-11 14:09:37 +0200
commit96693637403f59cd23af57f123f3543ba06dee0a (patch)
treeb0349396636c81d96ce04effc6026f39e06a2735 /docs
parent775965de859c6df5d5652f3f58edfd68803f0813 (diff)
downloadbusybox-w32-96693637403f59cd23af57f123f3543ba06dee0a.tar.gz
busybox-w32-96693637403f59cd23af57f123f3543ba06dee0a.tar.bz2
busybox-w32-96693637403f59cd23af57f123f3543ba06dee0a.zip
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.txt11
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
8Mark Whitley - the remix 8Mark Whitley - the remix
9Thomas Lundquist - Trying to keep it updated. 9Thomas Lundquist - Trying to keep it updated.
10 10
11When doing this you should consider using the latest svn trunk. 11When doing this you should consider using the latest git HEAD.
12This is a good thing if you plan to getting it committed into mainline. 12This is a good thing if you plan to getting it committed into mainline.
13 13
14Initial Write 14Initial Write
@@ -169,12 +169,13 @@ Be sure to read the top of applets.h before adding your applet.
169The Grand Announcement 169The Grand Announcement
170---------------------- 170----------------------
171 171
172Then create a diff by adding the new files with svn (remember your libbb files) 172Then create a diff by adding the new files to git (remember your libbb files)
173 svn add <where you put it>/mu.c 173 git add <where you put it>/mu.c
174eventually also: 174eventually also:
175 svn add libbb/function.c 175 git add libbb/function.c
176then 176then
177 svn diff 177 git commit
178 git format-patch HEAD^
178and send it to the mailing list: 179and send it to the mailing list:
179 busybox@busybox.net 180 busybox@busybox.net
180 http://busybox.net/mailman/listinfo/busybox 181 http://busybox.net/mailman/listinfo/busybox