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

Rafał Miłecki zajec5 at gmail.com
Mon Jul 5 16:37:19 CEST 2010


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

-- 
Rafał


More information about the MPlayer-dev-eng mailing list