]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
bash: update 'git svn' options
authorSZEDER Gábor <szeder@ira.uka.de>
Sat, 14 Feb 2009 16:21:53 +0000 (17:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Feb 2009 22:53:06 +0000 (14:53 -0800)
commit4a5856cb249579845e24713225bc1749a9b20482
tree561b89e0053279f269bd959ed4f7b44bc45498c4
parentd532ebd5a799fe2c991a96004bf739434e6ecaf4
bash: update 'git svn' options

'git svn' got some new subcommands and otions in the last couple of
months.  This patch adds completion support for them.

In particular:

  * 'fetch', 'clone', etc.: '--ignore-paths='
  * 'init' and 'clone': '--prefix=', '--use-log-author',
                        '--add-author-from'
  * 'dcommit': '--commit-url', '--revision'
  * 'log': '--color'
  * 'rebase': '--dry-run'
  * 'branch', 'tag', 'blame', 'migrate' subcommands and their options

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash