#483519 git svn -h requires a git repo

#483519#5
Date:
2008-05-29 07:00:57 UTC
From:
To:
The git-svn tool is not consistent with the rest of the git bunch as it
doesn't have any option to display a short summary of options or the
manual page. It would be nice to have at least -h/--help working as this
is usually expected from a command line tool.

#483519#10
Date:
2010-02-22 15:35:07 UTC
From:
To:
retitle 483519 git svn -h requires a git repo
severity 483519 minor
tags 483519 + upstream
thanks

Hi Josef,

Josef Spillner wrote:

Thanks for the report.

I assume you are talking about this behavior:

$ git svn -h
fatal: Not a git repository (or any of the parent directories): .git
Already at toplevel, but .git not found
 at /usr/lib/git-core/git-svn line 274
$

Within a git repository, git svn has supported -h and --help from the
beginning.