[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
- Re: git log question, (continued)
- Re: git log question, Stephen Berman, 2017/11/30
- Re: git log question, Yuri Khan, 2017/11/30
- Re: git log question, Stephen Berman, 2017/11/30
- Re: git log question, Noam Postavsky, 2017/11/30
- Re: git log question, Yuri Khan, 2017/11/30
- Re: git log question, Andreas Schwab, 2017/11/30
- Re: git log question, Kaushal Modi, 2017/11/30
- Re: git log question, Andreas Schwab, 2017/11/30
- Re: git log question, Noam Postavsky, 2017/11/30
- Re: git log question, Davis Herring, 2017/11/30
Re: git log question,
Herring, Davis <=
Re: git log question, Eli Zaretskii, 2017/11/30