From 5b2c84549f72d449d5c44034e15babbd29d290e8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 8 Aug 2006 14:30:20 -0700 Subject: [PATCH] RELEASING: Add --stat option to recommended git-log command --- RELEASING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING b/RELEASING index ffc76ad83..b46a64a97 100644 --- a/RELEASING +++ b/RELEASING @@ -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.