[FFmpeg-soc] [PATCH] Revert 2 changes from a recent commit. They were not really cosmetic.

Justin Ruggles justin.ruggles at gmail.com
Sat Dec 11 23:48:03 CET 2010


On 12/11/2010 03:49 PM, Luca Barbato wrote:

> On 11/19/10 11:57 PM, Justin Ruggles wrote:
>> Justin Ruggles wrote:
>>
>>> ---
>>>   libavcodec/ac3enc.c |    4 ++--
>>>   1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> If I was doing something like this on an official repo, I would
>> reference the commit.  What is the proper way to do that in git?  The
>> full commit hash?
> 
> git revert shouldn't take care of it by itself?


The point of my question is for the situation where you're just
reverting a small part of what was done in a specific commit.  In that
case it would be good to reference that original commit.

Or, for example, when a roundup issue is closed we normally write
something like "fixed in r25901" or whatever.  So when we switch to git,
would we write "fixed in 70c8ffb0d70c40ab5e716294a607289f5a8a0669" or
what?  What do other projects do that use git as their primary source
repository?

-Justin


More information about the FFmpeg-soc mailing list