Skip to content

Commit 5b94885

Browse files
committed
Merge branch 'svn-doc' of git://bogomips.org/git-svn
* 'svn-doc' of git://bogomips.org/git-svn: git-svn: document special options for commit-diff
2 parents 02a2850 + da44610 commit 5b94885

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/git-svn.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,21 @@ Any other arguments are passed directly to 'git log'
459459
(URL) may be omitted if you are working from a 'git svn'-aware
460460
repository (that has been `init`-ed with 'git svn').
461461
The -r<revision> option is required for this.
462+
+
463+
The commit message is supplied either directly with the `-m` or `-F`
464+
option, or indirectly from the tag or commit when the second tree-ish
465+
denotes such an object, or it is requested by invoking an editor (see
466+
`--edit` option below).
467+
468+
-m <msg>;;
469+
--message=<msg>;;
470+
Use the given `msg` as the commit message. This option
471+
disables the `--edit` option.
472+
473+
-F <filename>;;
474+
--file=<filename>;;
475+
Take the commit message from the given file. This option
476+
disables the `--edit` option.
462477

463478
'info'::
464479
Shows information about a file or directory similar to what

0 commit comments

Comments
 (0)