Junio C Hamano wrote:
> Sidhant Sharma writes:
>
> > Recently while playing around with git log, I realized that it is possible
> > to
> > pass incomplete (pre-defined) format names. For example, it is possible to
> > use
> > `git log --pretty=one` instead of oneline and it would still output
On Wed, Apr 6, 2016 at 2:03 PM, Eric Wong wrote:
>> which was slightly tightend by aacd404e (Fix some
>> documentation typos and grammar, 2007-02-02).
>
> Huh?
Huh indeed.
b6936205 (Disallow invalid --pretty= abbreviations, 2007-02-02)
was what I meant to name.
--
To unsubscribe from this list:
Sidhant Sharma writes:
> Recently while playing around with git log, I realized that it is possible to
> pass incomplete (pre-defined) format names. For example, it is possible to use
> `git log --pretty=one` instead of oneline and it would still output the logs
> in
> oneline formatting. Same g
Hi,
Recently while playing around with git log, I realized that it is possible to
pass incomplete (pre-defined) format names. For example, it is possible to use
`git log --pretty=one` instead of oneline and it would still output the logs in
oneline formatting. Same goes for other formats such as '
4 matches
Mail list logo