RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Resending as plain text From: Cliff Schomburg Sent: Thursday, May 30, 2019 6:29 PM To: git@vger.kernel.org Subject: Simple shortcut for "git push --set-upstream origin newBranchName" Hi all, This is more of a suggestion than a bug report. I create new topic branches quite frequentl

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Friday, May 31, 2019 10:51 AM To: Cliff Schomburg ; git@vger.kernel.org Subject: Re: Simple shortcut for "git push --set-upstream origin newBranchName" On 31/05/2019 16:45, Cliff Schomburg wrote: > I'm proposing a shortcut for this command. What's wrong with "$ git push -u origin branch"? -- Patryk Obara

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Thanks, Patryk. It's always nice to see the feature I want is already implemented! 😊 -Original Message- From: Patryk Obara Sent: Friday, May 31, 2019 11:05 AM To: Cliff Schomburg ; git@vger.kernel.org Subject: Re: Simple shortcut for "git push --set-upstream origin new

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-06-03 Thread Cliff Schomburg
dows CMD prompt, if that matters at all. Thanks,m Cliff -Original Message- From: Cliff Schomburg Sent: Friday, May 31, 2019 11:13 AM To: Patryk Obara ; git@vger.kernel.org Subject: RE: Simple shortcut for "git push --set-upstream origin newBranchName" Thanks, Patryk. It&#x

"git log" does not display refs info when executed via C# Process class on Windows

2019-08-09 Thread Cliff Schomburg
Hello, 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, the refs are missing. Is anyone familiar with this issue? Any ide

RE: "git log" does not display refs info when executed via C# Process class on Windows

2019-08-09 Thread Cliff Schomburg
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

RE: "git log" does not display refs info when executed via C# Process class on Windows

2019-08-09 Thread Cliff Schomburg
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

RE: "git log" does not display refs info when executed via C# Process class on Windows

2019-08-09 Thread Cliff Schomburg
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