You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/06/04 22:19:10 UTC

svn commit: r1346145 - /incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext

Author: marcus
Date: Mon Jun  4 20:19:10 2012
New Revision: 1346145

URL: http://svn.apache.org/viewvc?rev=1346145&view=rev
Log:
Added an alternative way to apply multi-line commit messages

Modified:
    incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext

Modified: incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext?rev=1346145&r1=1346144&r2=1346145&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/svn-basics.mdtext Mon Jun  4 20:19:10 2012
@@ -254,6 +254,11 @@ Example similar to one on Committer FAQ:
 
 <!-- Using the `-m (--message)` option only allows a single line log message. To commit a multi-line message use the `-F (--file)` option (with a previously created file) or use neither -m or -F and an editor will be started. -->
 
+An alternative way is the following command. It adds a new line with "\n":
+
+    $ svn commit -m $'Issue #43835:\nAdded some cool new feature.\nSubmitted /
+      by: John Doe <john.doe.at.null.org>' test-file.txt
+
 ## <a id="creating_and_submitting_patches"></a>Creating and Submitting Patches
 
 See the [Sending in Patches][10] section on the Contributors Tech Guide page.