emacs-devel
[Top][All Lists]
Advanced

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

Re: git log question


From: Herring, Davis
Subject: Re: git log question
Date: Thu, 30 Nov 2017 14:28:51 +0000

> 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.

Davis


reply via email to

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