1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 05:56:11 +02:00

git-svn: document special options for commit-diff

Some options specific for `git svn commit-diff` where not documented
so far.

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Eric Wong <e@80x24.org>
This commit is contained in:
Andreas Heiduk 2017-06-14 11:31:38 +02:00 committed by Eric Wong
parent 02a2850ad5
commit da446109ff

View 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