Thanks, I will try that as well. Strange it works on command line but not
STDOUT though.
-Original Message-
From: Junio C Hamano
Sent: Friday, August 9, 2019 5:50 PM
To: Cliff Schomburg
Cc: SZEDER Gábor ; git@vger.kernel.org
Subject: Re: "git log" does not display refs
Cliff Schomburg writes:
> Strangely, when I run this command:
>
> Git log origin/master --pretty=oneline --decorate -1
>
> I get the format I want from STDOUT. However, when I try to filter it to
> show only the tag refs:
>
> Git log origin/master --pretty=oneline --decorate --decorate-refs=^ta
standard output again. Only on the command line.
Does --decorate-refs not return to STDOUT?
Thanks,
Cliff
-Original Message-
From: SZEDER Gábor
Sent: Friday, August 9, 2019 3:51 PM
To: Cliff Schomburg
Cc: git@vger.kernel.org
Subject: Re: "git log" does not display refs info when ex
Adding --decorate gave me the desired result.
Thanks for your help!
-Original Message-
From: SZEDER Gábor
Sent: Friday, August 9, 2019 3:51 PM
To: Cliff Schomburg
Cc: git@vger.kernel.org
Subject: Re: "git log" does not display refs info when executed via C# Process
class
On Fri, Aug 09, 2019 at 07:36:19PM +, Cliff Schomburg wrote:
> I have an open Git for Windows issue here:
> https://github.com/git-for-windows/git/issues/2285
>
> "git log" works as expected from the command prompt. But when I execute it
> via C# Process class and read from Standard Output,
5 matches
Mail list logo