> On Sun, 6 May 2018 22:03:10 +0200
> Martin Ågren wrote:
> > On 6 May 2018 at 21:03, Shulhan wrote:
> > > [alias]
> > > tree = --no-pager log --graph \
> > > -n 20 \
> > > [user]
> > > name = Shulhan
> > >
> > > (2) Run `git config -f git.config -l`
> > >
> > > T
On Sun, 6 May 2018 22:03:10 +0200
Martin Ågren wrote:
> Hi Shulhan
>
> Thank you for your report. I'm abbreviating a bit:
>
> On 6 May 2018 at 21:03, Shulhan wrote:
> > [alias]
> > tree = --no-pager log --graph \
> > -n 20 \
> > [user]
> > name = Shulhan
> >
> >
On Sun, May 06, 2018 at 10:03:10PM +0200, Martin Ågren wrote:
> This behavior looks correct to me, though. It seems very hard to me to
> second-guess what the user meant. For example, what if that third line
> contained a "="? Like:
>
> [alias]
> huh = !dd \
> bs=1024 ...
>
Hi Shulhan
Thank you for your report. I'm abbreviating a bit:
On 6 May 2018 at 21:03, Shulhan wrote:
> [alias]
> tree = --no-pager log --graph \
> -n 20 \
> [user]
> name = Shulhan
>
> (2) Run `git config -f git.config -l`
>
> The command print the following outpu
## Environment
OS: Arch Linux
Git version: git@next d54016d9e
## Reproduction Steps
(1) Create the following `git.config`,
```
[alias]
tree = --no-pager log --graph \
--date=format:'%Y-%m-%d' \
--pretty=format:'%C(auto,dim)%ad %<(7,trunc) %an %Creset%m %h
5 matches
Mail list logo