Joel Nothman writes:
> Git help --all had listed all git commands, but no configured aliases.
> This includes aliases as a separate listing, after commands in the main
> git directory and other $PATH directories.
>
> Signed-off-by: Joel Nothman gmail.com>
> ---
Thanks.
> diff --git a/help.c b/
From: "Joel Nothman"
On 26 February 2014 06:15, Junio C Hamano wrote:
Joel Nothman writes:
Git help --all had listed all git commands, but no configured
aliases.
This includes aliases as a separate listing, after commands in the
main
git directory and other $PATH directories.
... and wh
On 26 February 2014 08:51, Junio C Hamano wrote:
> Joel Nothman writes:
>
>> arguments to git help. They are also like commands in that it is
>> possible to forget their name, or whether they are defined on a
>> particular workstation, and to hence want a listing.
>
> I did envision that it would
Joel Nothman writes:
> arguments to git help. They are also like commands in that it is
> possible to forget their name, or whether they are defined on a
> particular workstation, and to hence want a listing.
I did envision that it would be useful for the last case, but then
the users would be h
On 26 February 2014 06:15, Junio C Hamano wrote:
> Joel Nothman writes:
>
>> Git help --all had listed all git commands, but no configured aliases.
>> This includes aliases as a separate listing, after commands in the main
>> git directory and other $PATH directories.
>
> ... and why is this a go
Joel Nothman writes:
> Git help --all had listed all git commands, but no configured aliases.
> This includes aliases as a separate listing, after commands in the main
> git directory and other $PATH directories.
... and why is this a good thing?
>
> Signed-off-by: Joel Nothman gmail.com>
> --
Git help --all had listed all git commands, but no configured aliases.
This includes aliases as a separate listing, after commands in the main
git directory and other $PATH directories.
Signed-off-by: Joel Nothman gmail.com>
---
Documentation/git-help.txt | 4 +--
builtin/help.c |
7 matches
Mail list logo