Hi,
On Thu, 10 Aug 2006, Robert Shearman wrote:
- { "repo-config", cmd_repo_config },
+ { "repo-config", cmd_repo_config, NEEDS_PREFIX },
Doesn't this prevent
$ git-ls-remote kernel
from being run anywhere, when the relevant information is in
$HOME/.gitconfig?
I'd rather fix git-fetch to cd to the root of the repo, since it really
does not make sense to expect git-fetch to fetch just one subdirectory.
Ciao,
Dscho