git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-svn: document special options for commit-diff
@ 2017-06-14  9:31 Andreas Heiduk
  2017-06-15  1:21 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Heiduk @ 2017-06-14  9:31 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Eric Wong, Andreas Heiduk

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

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
---
 Documentation/git-svn.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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<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
-- 
2.13.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] git-svn: document special options for commit-diff
  2017-06-14  9:31 [PATCH] git-svn: document special options for commit-diff Andreas Heiduk
@ 2017-06-15  1:21 ` Eric Wong
  2017-06-15 21:15   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2017-06-15  1:21 UTC (permalink / raw)
  To: Andreas Heiduk, Junio C Hamano; +Cc: git

Andreas Heiduk <asheiduk@gmail.com> wrote:
> Some options specific for `git svn commit-diff` where not documented
> so far.
> 
> Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>

Thanks again.  It's been a while since "commit-diff" :)

Signed-off and pushed for Junio:

  The following changes since commit 02a2850ad58eff6de70eb2dc5f96345c463857ac:

    Sync with maint (2017-06-13 13:52:53 -0700)

  are available in the git repository at:

    git://bogomips.org/git-svn.git svn-doc

  for you to fetch changes up to da446109ff75120a9836d21653e12154e58f8c46:

    git-svn: document special options for commit-diff (2017-06-15 01:09:31 +0000)

  ----------------------------------------------------------------
  Andreas Heiduk (1):
        git-svn: document special options for commit-diff

   Documentation/git-svn.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] git-svn: document special options for commit-diff
  2017-06-15  1:21 ` Eric Wong
@ 2017-06-15 21:15   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2017-06-15 21:15 UTC (permalink / raw)
  To: Eric Wong; +Cc: Andreas Heiduk, git

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-15 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14  9:31 [PATCH] git-svn: document special options for commit-diff Andreas Heiduk
2017-06-15  1:21 ` Eric Wong
2017-06-15 21:15   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).