diff options
author | Behdad Esfahbod <behdad@home.(none)> | 2006-03-15 11:25:02 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@home.(none)> | 2006-03-15 15:24:45 -0500 |
commit | 46e5ed66d3329f1608950d817e7248c91087893a (patch) | |
tree | cb3d44f7687f47c8efe2388cbd30a9170110c04c /RELEASING | |
parent | f00a1833341699135e792e3a77e19dca0d1dba86 (diff) |
Note using "git diff" instead of "git status" as the latter is a bit tricky when it says nothing to commit...
(cherry picked from a1621eadb655806de8bb47c2e701de6eaa9d2090 commit)
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 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 status" says so. + It's probably good enough if "git diff" doesn't output anything. 2) Verify that the code passes "make distcheck" |