summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-02-03 18:17:51 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2014-02-03 18:17:51 +0100
commit28d50fc0c03fb0f2c417324cc2f34c76cd7499c2 (patch)
tree76cabe2841aba2fdd0a8c66947b0e03afe5ac56c
parent0488f454dddaf2721174a8f1fd92640269b93941 (diff)
Fix NEWS format, fix typo
* The NEWS format was off: bullets must be preceded by two spaces. * The word 'committing' was misspelled; hats off to debbuild's linter for catching this.
-rw-r--r--NEWS.md.in54
-rw-r--r--man/rcm.72
2 files changed, 29 insertions, 27 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index 0b7824f..27b6194 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,43 +1,45 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
- * Transfer ownership to thoughtbot.
- * BUGFIX: Run hooks by default. Thanks to Patrick Brisbin.
- * BUGFIX: Unset CDPATH when starting. Thanks to Geoff Harcourt.
- * Override .rcrc location using RCRC environment variable. Thanks to
- Patrick Brisbin.
- * Upgrade to automake 1.14.
- * Improve mkrc verbose mode. Thanks to Pablo Olmos de Aguilera
- Corradini.
- * Use the thoughtbot/formulae Homebrew tap. Thanks to George
- Brocklehurst.
- * Manpage fixes thanks to Dan Croak and Roberto Pedroso.
+ * Transfer ownership to thoughtbot.
+ * BUGFIX: Run hooks by default. Thanks to Patrick Brisbin.
+ * BUGFIX: Unset CDPATH when starting. Thanks to Geoff Harcourt.
+ * Override .rcrc location using RCRC environment variable. Thanks to
+ Patrick Brisbin.
+ * Upgrade to automake 1.14.
+ * Improve mkrc verbose mode. Thanks to Pablo Olmos de Aguilera
+ Corradini.
+ * Use the thoughtbot/formulae Homebrew tap. Thanks to George
+ Brocklehurst.
+ * Manpage fixes thanks to Dan Croak and Roberto Pedroso.
+
+ -- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
rcm (1.1.0) unstable; urgency=low
- * BUGFIX: use a consistent method for computing hostname everywhere.
- Thanks to George Brocklehurst.
- * Exclusion and inclusion with -x and -I.
- * Copy instead of symlink with -C.
- * Always copy the files listed in COPY_ALWAYS.
- * Show whether the file is a copy or symlink using lsrc -F.
- * Add hooks for pre-up, post-up, pre-down, and post-down.
- * rcup -K and rcdn -K to ignore these hooks.
+ * BUGFIX: use a consistent method for computing hostname everywhere.
+ Thanks to George Brocklehurst.
+ * Exclusion and inclusion with -x and -I.
+ * Copy instead of symlink with -C.
+ * Always copy the files listed in COPY_ALWAYS.
+ * Show whether the file is a copy or symlink using lsrc -F.
+ * Add hooks for pre-up, post-up, pre-down, and post-down.
+ * rcup -K and rcdn -K to ignore these hooks.
-- Mike Burns <mburns@thoughtbot.com> Mon, 05 Aug 2013 16:43:33 +0200
rcm (1.0.0) unstable; urgency=low
- * Improved Debian handling.
- * Introduce mkrc -o to install host-specific dotfiles.
- * Add rcdn(1) to remove rc files.
- * Add rcup -f and -i to force overwrites/prompt for overwrites.
+ * Improved Debian handling.
+ * Introduce mkrc -o to install host-specific dotfiles.
+ * Add rcdn(1) to remove rc files.
+ * Add rcup -f and -i to force overwrites/prompt for overwrites.
-- Mike Burns <mburns@thoughtbot.com> Tue, 01 Aug 2013 16:43:33 +0200
rcm (0.0.2) unstable; urgency=low
- * Tutorial in rcm(7).
- * mkrc supports -d .
- * -d supports relative dotfile dirs.
+ * Tutorial in rcm(7).
+ * mkrc supports -d .
+ * -d supports relative dotfile dirs.
-- Mike Burns <mburns@thoughtbot.com> Tue, 23 Jul 2013 16:43:33 +0200
diff --git a/man/rcm.7 b/man/rcm.7
index 578c46f..fa5a939 100644
--- a/man/rcm.7
+++ b/man/rcm.7
@@ -34,7 +34,7 @@ dotfiles
.Dc
because they begin with a period.
.Pp
-This suite is useful for commiting your rc files to a central repository
+This suite is useful for committing your rc files to a central repository
to share, but it also scales to a more complex situation such as
multiple source directories shared between computers with some
host-specific or task-specific files.