diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-02-07 17:17:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-09 03:33:54 +0100 |
commit | 2eed5288d2bb5071fb0e0847921a9d38f1045af8 (patch) | |
tree | 12e69310f1b246c99139e519980a7f55893d1551 /doc/developer.texi | |
parent | 3e2a4e91bdc1c88927a68f6025b1877530d102f1 (diff) | |
download | ffmpeg-2eed5288d2bb5071fb0e0847921a9d38f1045af8.tar.gz |
Documentation updates for the git migration
This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
(cherry picked from commit 87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b)
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 6 |
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 |