Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
bce0d923
Commit
bce0d923
authored
May 09, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
developer.texi: update for git
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0584d22e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
developer.texi
doc/developer.texi
+8
-5
No files found.
doc/developer.texi
View file @
bce0d923
...
@@ -180,10 +180,13 @@ should also be avoided if they don't make the code easier to understand.
...
@@ -180,10 +180,13 @@ should also be avoided if they don't make the code easier to understand.
Always fill out the commit log message. Describe in a few lines what you
Always fill out the commit log message. Describe in a few lines what you
changed and why. You can refer to mailing list postings if you fix a
changed and why. You can refer to mailing list postings if you fix a
particular bug. Comments such as "fixed!" or "Changed it." are unacceptable.
particular bug. Comments such as "fixed!" or "Changed it." are unacceptable.
Recommanded format:
area changed: Short 1 line description
details describing what and why and giving references.
@item
@item
If you apply a patch by someone else, include the name and email address in
Make sure the author of the commit is set correctly. (see git commit --author)
the log message. Since the ffmpeg-cvslog mailing list is publicly
If you apply a patch, send an
archived you should add some SPAM protection to the email address. Send an
answer to ffmpeg-devel (or wherever you got the patch from) saying that
answer to ffmpeg-devel (or wherever you got the patch from) saying that
you applied the patch.
you applied the patch.
@item
@item
...
@@ -243,8 +246,8 @@ Note, these rules are mostly borrowed from the MPlayer project.
...
@@ -243,8 +246,8 @@ Note, these rules are mostly borrowed from the MPlayer project.
First, read the (@pxref
{
Coding Rules
}
) above if you did not yet.
First, read the (@pxref
{
Coding Rules
}
) above if you did not yet.
When you submit your patch,
try to send a unified diff (diff '-up'
When you submit your patch,
please use @code
{
git format-patch
}
or
option)
. We cannot read other diffs :-)
@code
{
git send-email
}
. We cannot read other diffs :-)
Also please do not submit a patch which contains several unrelated changes.
Also please do not submit a patch which contains several unrelated changes.
Split it into separate, self-contained pieces. This does not mean splitting
Split it into separate, self-contained pieces. This does not mean splitting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment