[cairo-commit] [cairo-www] src/cairomm.mdwn
Carl Worth
cworth at freedesktop.org
Thu Jul 12 11:50:27 PDT 2007
src/cairomm.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 84aeb71b3d4d85b5705a3f33172a0a61ce69f3f1
Author: murrayc <murrayc at murrayc.com>
Date: Thu Jul 12 11:50:25 2007 -0700
"origin HEAD" not "HEAD origin" because that would give a reverse patch.
diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index 8f800c4..184c562 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -88,7 +88,7 @@ If you don't have a developer account (and thus can't push directly to the centr
You can then open a bug and attach these patches so that someone with a developer account can apply them. If you want to generate a big patch between your local repository and the central repository, you can do so as follows:
git pull origin # make sure your repository is up-to-date
- git diff HEAD origin > my-patch.diff
+ git diff origin HEAD > my-changes.patch
## If you have write access
More information about the cairo-commit
mailing list