Merge branch 'svn-doc' of git://bogomips.org/git-svn
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jun 2017 21:15:03 +0000 (14:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jun 2017 21:15:03 +0000 (14:15 -0700)
* 'svn-doc' of git://bogomips.org/git-svn:
git-svn: document special options for commit-diff

Documentation/git-svn.txt
index fba0b4eece46eb56aa926e2957658352e3ba1f10..aa2aeabb60209fabd772907a91c2812b2a305d7d 100644 (file)
@@ -459,6 +459,21 @@ Any other arguments are passed directly to 'git log'
        (URL) may be omitted if you are working from a 'git svn'-aware
        repository (that has been `init`-ed with 'git svn').
        The -r<revision> option is required for this.
++
+The commit message is supplied either directly with the `-m` or `-F`
+option, or indirectly from the tag or commit when the second tree-ish
+denotes such an object, or it is requested by invoking an editor (see
+`--edit` option below).
+
+-m <msg>;;
+--message=<msg>;;
+       Use the given `msg` as the commit message. This option
+       disables the `--edit` option.
+
+-F <filename>;;
+--file=<filename>;;
+       Take the commit message from the given file. This option
+       disables the `--edit` option.
 
 'info'::
        Shows information about a file or directory similar to what