From da446109ff75120a9836d21653e12154e58f8c46 Mon Sep 17 00:00:00 2001 From: Andreas Heiduk Date: Wed, 14 Jun 2017 11:31:38 +0200 Subject: 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 Signed-off-by: Eric Wong --- Documentation/git-svn.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Documentation/git-svn.txt') diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index fba0b4eec..aa2aeabb6 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/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 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 ;; +--message=;; + Use the given `msg` as the commit message. This option + disables the `--edit` option. + +-F ;; +--file=;; + 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 -- cgit v1.2.1