Re: [PATCH] git wrapper: add --git-path=<path> and --bare options
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:34
Johannes Schindelin [off-list ref] writes:
With this, you can say
git --bare repack -a -d
inside a bare repository, and it will actually work. While at it,
also move the --version, --help and --exec-path options to the
handle_options() function.
Thanks. Took a liberty cleaning up a few stuff, but will have
both alias-p and this patch in "next" shortly.