From 00f3284ea4d859bb317c207b049169e8dce027bc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 11 Jun 2012 12:16:16 +0000 Subject: [PATCH] 2012-06-11 14:14 UTC+0200 Viktor Szakats (harbour syenar.net) * bin/hbcommit.hb + To configure your own name and e-mail address used in ChangeLog entries, create a file called ".hbcommit" in the root of Harbour SVN sandbox, and fill it with this: 'Firstname Lastname (my domain.net)' (in single line. no EOLs and padding is necessary) --- harbour/ChangeLog | 8 ++++++++ harbour/bin/hbcommit.hb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1e471c3dfb..c8af9f7906 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-11 14:14 UTC+0200 Viktor Szakats (harbour syenar.net) + * bin/hbcommit.hb + + To configure your own name and e-mail address used + in ChangeLog entries, create a file called ".hbcommit" + in the root of Harbour SVN sandbox, and fill it with this: + 'Firstname Lastname (my domain.net)' + (in single line. no EOLs and padding is necessary) + 2012-06-11 13:20 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbrun/hbrun.prg + use .hb as default extension for Harbour sources. diff --git a/harbour/bin/hbcommit.hb b/harbour/bin/hbcommit.hb index 451f4614de..ec28133da6 100644 --- a/harbour/bin/hbcommit.hb +++ b/harbour/bin/hbcommit.hb @@ -27,7 +27,7 @@ */ #define _MY_NAME_ "Firstname Lastname (me domain.net)" -#define _PCOMMIT_ ".pcommit" +#define _PCOMMIT_ ".hbcommit" #pragma warninglevel=3 #pragma -km+