[FFmpeg-devel] [GIT] ready by the weekend

Rafaël Carré rafael.carre
Wed Nov 17 20:10:45 CET 2010


On Wed, 17 Nov 2010 20:03:39 +0100
Reimar D?ffinger <Reimar.Doeffinger at gmx.de> wrote:

> On Wed, Nov 17, 2010 at 07:30:19PM +0100, Luca Barbato wrote:

> > there isn't patch-by in git... You send your patch and it gets
> > signed off by whoever push it to the main tree....
> 
> What? Are you suggesting we no longer document who wrote a patch?
> I really have not the slightest clue what you mean by this.

git patches are formatted like an e-mail, and the author is whoever is
in the From: field

Example on x264 git repository:

% git show --pretty=full c9dad9e1508a4d|head   
commit c9dad9e1508a4d430b9bab72c8875892cf7fef3c
Author: Anton Mitrofanov <BugMaster at narod.ru>
Commit: Jason Garrett-Glaser <darkshikari at gmail.com>

    Improve flash detection algorithm change in r1765
    Now only disables scenecuts only near real end of video, not just
    prior to forced keyframes.

diff --git a/encoder/slicetype.c b/encoder/slicetype.c
index 2d4a0f0..dc02fbd 100644
--- a/encoder/slicetype.c


I added the --pretty=full to have the "Commit:" field, by default only
the Author is shown.

If people sending patches use git formatted patches, authorship is
preserved.
If they don't you can ask that they change their habits, and use git
commit --author="John Doe foo at bar.org" when adding their changes to
your tree.

-- 
? Rafa?l Carr? ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101117/f38413a5/attachment.pgp>



More information about the ffmpeg-devel mailing list