summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-19 13:10:12 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-19 13:10:12 -0700
commita275c1fc6c3b8415252c3d3ec814f0bdfb029ccf (patch)
tree48743ff3353d2b6a18f6015ddd2f22d2d5b88d4a /git-svn.txt
parent3a31ce59d3f4464f0cd0b66080878bd2f5530861 (diff)
downloadgit-htmldocs-a275c1fc6c3b8415252c3d3ec814f0bdfb029ccf.tar.gz
Autogenerated HTML docs for v2.13.1-516-g05ec6
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index fba0b4eec..aa2aeabb6 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -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