summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-02-07 17:17:30 +0100
committerReinhard Tartler <siretart@tauware.de>2011-02-08 22:07:02 +0100
commit87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b (patch)
treea544f7bc9e9dd5478858b01388cee3cc7c2d3cd8 /doc/developer.texi
parentae2104791ffa8466d3f6972ed0793b2a165daabe (diff)
Documentation updates for the git migration
This cleanup patch updates the developer documentation with respect to the migration to the git scm.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index b9e246f214..acffbe67e2 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -312,7 +312,7 @@ send a reminder by email. Your patch should eventually be dealt with.
If it depends on a parser or a library, did you add that dependency in
configure?
@item
- Did you "svn add" the appropriate files before commiting?
+ Did you "git add" the appropriate files before committing?
@end enumerate
@section patch submission checklist
@@ -325,7 +325,7 @@ send a reminder by email. Your patch should eventually be dealt with.
@item
Is the patch a unified diff?
@item
- Is the patch against latest FFmpeg SVN?
+ Is the patch against latest FFmpeg git master branch?
@item
Are you subscribed to ffmpeg-dev?
(the list is subscribers only due to spam)
@@ -388,7 +388,7 @@ send a reminder by email. Your patch should eventually be dealt with.
@section Patch review process
All patches posted to ffmpeg-devel will be reviewed, unless they contain a
-clear note that the patch is not for SVN.
+clear note that the patch is not for the git master branch.
Reviews and comments will be posted as replies to the patch on the
mailing list. The patch submitter then has to take care of every comment,
that can be by resubmitting a changed patch or by discussion. Resubmitted