diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-08 14:30:20 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-08 14:30:20 -0700 |
commit | 5b2c84549f72d449d5c44034e15babbd29d290e8 (patch) | |
tree | feff5f1d40de5aa29f860912bb80121b02d31891 /RELEASING | |
parent | e3c7840d2283a8e30242c9749e991f02e93b878a (diff) |
RELEASING: Add --stat option to recommended git-log command
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Here are the steps to follow to create a new cairo release: Sift through the logs since the last release. This is most easily done with a comand such as: - git log X.Y.Z.. + git log --stat X.Y.Z.. where X.Y.Z is the previous release version. |