"brian m. carlson" writes:
> ... It also happens to fix the issue where the help
> text is improperly quoted. With your suggested fix, it is now quoted
> (ugly, but quoted):
I do not see anything ugly about the output below. Of course you
could do -S'brian ...', but both look sensible.
> S
On Mon, Jan 27, 2014 at 03:31:36PM -0800, Junio C Hamano wrote:
>
> ... but here it is used as if it is properly quoted so that later
> "eval $eval" will take it as a single argument.
>
> git pull --gpg-sign='foo bar'
>
> will probably ask the command to use 'foo' as the signer key id,
> w
"brian m. carlson" writes:
> git merge already allows us to sign commits, and git rebase has recently
> learned how to do so as well. Teach git pull to parse the -S/--gpg-sign
> option and pass this along to merge or rebase, as appropriate.
>
> Signed-off-by: brian m. carlson
> ---
> git-pull.
git merge already allows us to sign commits, and git rebase has recently
learned how to do so as well. Teach git pull to parse the -S/--gpg-sign
option and pass this along to merge or rebase, as appropriate.
Signed-off-by: brian m. carlson
---
git-pull.sh | 13 -
1 file changed, 12
4 matches
Mail list logo