]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: README-hacking clarifications
authorKarl Berry <karl@gnu.org>
Mon, 23 May 2011 16:45:39 +0000 (09:45 -0700)
committerJim Meyering <meyering@redhat.com>
Mon, 23 May 2011 17:07:25 +0000 (19:07 +0200)
* README-hacking: Small getting-started clarifications.

README-hacking

index 6755598dd16986b561cba0b753375b8924f76596..cadb33ed03295210a5225bbf82d25f9e44238422 100644 (file)
@@ -78,11 +78,14 @@ each program.  One way to do this is to use vc-dwim
   "git-changelog-symlink-init" function into your shell, and then run
   this function at the top-level directory of the package.
 
-  Edit the ChangeLog file that this command creates, creating a
+  Edit the (empty) ChangeLog file that this command creates, creating a
   properly-formatted entry according to the GNU coding standards
   <http://www.gnu.org/prep/standards/html_node/Change-Logs.html>.
 
-  Run the command "vc-dwim" and make sure its output looks good.
+  Make your changes.
+
+  Run the command "vc-dwim" and make sure its output (the diff of all
+  your changes) looks good.
 
   Run "vc-dwim --commit".