Ævar Arnfjörð Bjarmason writes:
> What do you think such an option should do when it finds negative path
> specs, e.g. this on git.git:
>
> git log --oneline --stat -- ':!/Makefile' '*Makefile*'
>
> Should it only render positive matches, or distinguish between
> matched/blacklisted/not-match
On Wed, Feb 13, 2019 at 4:27 PM Petri Gynther wrote:
>
> git developers:
>
> Small feature request on:
> git log --oneline -- ...
>
> Could we add an option to:
> 1) display all commits in unconditionally
> 2) use a special marker (e.g. star) for commits that touch ..
On Wed, Feb 13 2019, Petri Gynther wrote:
> git developers:
>
> Small feature request on:
> git log --oneline -- ...
>
> Could we add an option to:
> 1) display all commits in unconditionally
> 2) use a special marker (e.g. star) for commits that touch ...
> and l
git developers:
Small feature request on:
git log --oneline -- ...
Could we add an option to:
1) display all commits in unconditionally
2) use a special marker (e.g. star) for commits that touch ...
and list the files from ... that this commit modified
Sample output:
git log --oneline
4 matches
Mail list logo