Re: Feature request on git log --oneline -- ...

2019-02-13 Thread Junio C Hamano
Æ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

Re: Feature request on git log --oneline -- ...

2019-02-13 Thread Duy Nguyen
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 ..

Re: Feature request on git log --oneline -- ...

2019-02-13 Thread Ævar Arnfjörð Bjarmason
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

Feature request on git log --oneline -- ...

2019-02-12 Thread Petri Gynther
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