diff options
author | Carl Worth <cworth@cworth.org> | 2008-03-20 12:18:39 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-03-20 12:18:39 -0700 |
commit | 46bbead898186349094ae69d2b16f88b80cb820e (patch) | |
tree | 44ec2b8c2634f89daf92d169f5e31845d7a0256f /RELEASING | |
parent | c91a2a2e80f2172a4174cfc3b5e821cb49633da5 (diff) |
RELEASING: Clarify steps for verifying no unpushed modifications
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |