[cairo-commit] RELEASING

Carl Worth cworth at kemper.freedesktop.org
Thu Mar 20 12:18:53 PDT 2008


 RELEASING |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 46bbead898186349094ae69d2b16f88b80cb820e
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Mar 20 12:18:39 2008 -0700

    RELEASING: Clarify steps for verifying no unpushed modifications

diff --git a/RELEASING b/RELEASING
index a568153..36e865e 100644
--- a/RELEASING
+++ b/RELEASING
@@ -1,9 +1,8 @@
 Here are the steps to follow to create a new cairo release:
 
-1) Ensure that there are no local, uncommitted modifications.
-   It's probably good enough if "git diff HEAD" doesn't output
-   anything and your "master" and "origin" branchs are at the current
-   revision.
+1) Ensure that there are no local, uncommitted/unspushed
+   modifications. You're probably in a good state if both "git diff
+   HEAD" and "git log master..origin/master" give no output.
 
 2) Verify that the code passes "make distcheck"
 


More information about the cairo-commit mailing list