[cairo-commit] [cairo-www] src/cairomm.mdwn

Carl Worth cworth at freedesktop.org
Sun Mar 23 03:38:22 PDT 2008


 src/cairomm.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73abd716e5388f9affbc191c40894546b1cd53e0
Author: Carl Worth <cworth at freedesktop.org>
Date:   Sun Mar 23 03:38:22 2008 -0700

    web commit by murrayc: Add link when mentioning submitting bugs for patches.

diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index 5d5aebf..6dd039f 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -95,7 +95,7 @@ If you don't have a developer account (and thus can't push directly to the centr
     # 0001-description-of-first-commit.txt
     # 0002-description-of-second-commit.txt
 
-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:
+You can then [open a bug][bugs] and attach your patches so that someone with a developer account can apply it. If you want to generate one big patch between your local repository and the central repository, even if you have made multiple local commits, you can do so as follows:
 
     git pull origin   # make sure your repository is up-to-date
     git diff origin HEAD > my-changes.patch


More information about the cairo-commit mailing list