[Bps-public-commit] App-Changeloggr branch, master, updated. 28599d2202e849ac66cd4fbd253f030be0226e38
sartak at bestpractical.com
sartak at bestpractical.com
Mon Mar 30 13:58:14 EDT 2009
The branch, master has been updated
via 28599d2202e849ac66cd4fbd253f030be0226e38 (commit)
from dd8cd24f5d3e992317484c3398ffccb07f5c2d5d (commit)
Summary of changes:
lib/App/Changeloggr/Action/AddChanges.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 28599d2202e849ac66cd4fbd253f030be0226e38
Author: Shawn M Moore <sartak at gmail.com>
Date: Mon Mar 30 13:58:02 2009 -0400
Include the actual command that users run to get the log
diff --git a/lib/App/Changeloggr/Action/AddChanges.pm b/lib/App/Changeloggr/Action/AddChanges.pm
index ee444fb..4588229 100644
--- a/lib/App/Changeloggr/Action/AddChanges.pm
+++ b/lib/App/Changeloggr/Action/AddChanges.pm
@@ -13,7 +13,7 @@ use Jifty::Action schema {
type is 'text',
render as 'textarea',
is mandatory,
- hints is 'Currently we only accept the output of git log.';
+ hints is 'Currently we only accept the output of: git log --format=fuller --stat';
};
sub get_changelog {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list