emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git log question


From: Stephen Berman
Subject: Re: git log question
Date: Thu, 30 Nov 2017 15:37:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Thu, 30 Nov 2017 14:28:51 +0000 "Herring, Davis" <address@hidden> wrote:

>> The same thing with `git log --branches=master <commit> -1'
>> and `git log --branches="master" <commit> -1' (I couldn't tell
>> from the doc if the branch name should be quoted, but it
>> made no difference).
>
> Quoting is handled by the shell (except perhaps on Windows).  Since branch
> names never have characters in them that are special to the shell (by design
> of Git), the quoting does nothing.

Thanks for clarifying (I should have thought of that myself, oh well).

Steve Berman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]