All of lore.kernel.org
 help / color / mirror / Atom feed
* [Feature request] Give non-unique names to commits for grouping
@ 2020-03-10 23:16 Christos Pappas
  2020-03-10 23:21 ` Konstantin Tokarev
  2020-03-11 16:00 ` Martin Fick
  0 siblings, 2 replies; 7+ messages in thread
From: Christos Pappas @ 2020-03-10 23:16 UTC (permalink / raw)
  To: git

Dear Git users,

I suggest that we should have the option to mark each commit with a
category name, that is not necessarily unique (like 'tags') so we
could have commit groups.
For example we could:
git mark {commit_id} {name}

Then we could give special functionality to some commands based on
those "marks".
For example if we had marked a few commits with the name 'fix_typo'
git log --mark fix_typo. Show all the commits marked with 'fix_typo'
git blame --mark fix_typo Run git blame but ignore commits with 'fix_typo'


Christos

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-11 20:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 23:16 [Feature request] Give non-unique names to commits for grouping Christos Pappas
2020-03-10 23:21 ` Konstantin Tokarev
2020-03-11 16:00 ` Martin Fick
2020-03-11 18:56   ` Christos Pappas
2020-03-11 19:31     ` Martin Fick
2020-03-11 20:47       ` Christos Pappas
2020-03-11 20:04     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.