[MPlayer-dev-eng] [PATCH] Bluray support through libbluray

Ergzay ergzay at gmail.com
Mon Jul 5 18:11:01 CEST 2010


On Jul 5, 2010, at 10:37 AM, Rafał Miłecki wrote:

> 2010/7/5 Ergzay <ergzay at gmail.com>:
>> Except I discovered I can't figure out how to make git put out a patch that is usable. So if anyone could give some pointers that would be helpful. I've tried git show > file.diff (produces information about other things than what I've changed) and I've tried 'git format-patch --stdout > file.patch' (produces nothing). So I'm at a loss.
> 
> Simply use:
> git format-patch -1
> to generate patch for your last commit.
> 
> If your work is split into bigger amount of commits to local tree
> (like for ex. 3) just use:
> git format-patch -1
> 
> To generate patches into some directory you can use:
> git format-patch -1 -o blu-ray-patches

Yea that does the same as the 'git show' thing I did. It generates like a patch with 2 changed lines, both of which aren't mine. The issue may be that I did a shallow init initially and I also am not doing anything like doing a local fork. It's just a git pull with some modified files. I have to say I like SVN so much better especially as a user.

Matthew Lindner


More information about the MPlayer-dev-eng mailing list