[webkit-qt] Problem generating diff
Kalle Vahlman
kalle.vahlman at gmail.com
Thu Aug 11 23:44:33 PDT 2011
2011/8/12 Lindsay Mathieson <lindsay.mathieson at gmail.com>
> I havea unpushed commit on a webkit master (for inline spelling) and
> I can't seem to generate a patch for it. Have tried "git format-patch
> --stdout master ", "git diff master" and "git diff". None of them
> produce any out put.
>
> git status
> # On branch master
> # Your branch is ahead of 'origin/master' by 1 commit.
> #
> nothing to commit (working directory clean)
>
>
> What to do?
Try:
git format-patch HEAD^
("make a patch of the changes introduced by commit preceding current top
commit").
'git diff' only shows unstaged/uncommitted changes, that's why it has no
output.
--
Kalle Vahlman, zuh at iki.fi
Powered by http://movial.com
Interesting stuff at http://sandbox.movial.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20110812/f3e79212/attachment.html>
More information about the webkit-qt
mailing list