[libdvdnav-devel] [PATCH] Set all freed pointers to NULL; for ifofiles, set pointers to NULL instead of zero

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Tue Jan 6 08:11:15 CET 2015


On Sun, 4 Jan 2015 16:24:59 -0700, Steve Dibb wrote:

> I'm having a hard time figuring out git, though.  I had my own branch
> that I created, did that commit to it, but I don't understand how to
> make changes to that commit so I only have one patch to create.

Assuming your branch is called “mybranch” and upstream is called
“master”, the following

    git diff ^master mybranch

will show, as a single diff, every commit on mybranch that is not
reachable from master.


More information about the libdvdnav-devel mailing list