All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add mailmap support to ref-filter
@ 2023-09-20 19:05 Kousik Sanagavarapu
  2023-09-20 19:05 ` [PATCH 1/2] t/t6300: introduce test_bad_atom() Kousik Sanagavarapu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Kousik Sanagavarapu @ 2023-09-20 19:05 UTC (permalink / raw)
  To: git; +Cc: Kousik Sanagavarapu

Add mailmap support to ref-filter, making ref-filter and pretty closer, which
is a part of the effort made to unify both ref-filter and pretty.

PATCH 1/2 - Introduces the "test_bad_atom()" function which checks for if the
	    given error message (either due to "err_bad_arg()" or any other err)
	    is correct.

PATCH 2/2 - The actual mailmap support.

Kousik Sanagavarapu (2):
  t/t6300: introduce test_bad_atom()
  ref-filter: add mailmap support

 Documentation/git-for-each-ref.txt |   6 +-
 ref-filter.c                       | 152 ++++++++++++++++++++++-------
 t/t6300-for-each-ref.sh            | 103 +++++++++++++++++++
 3 files changed, 225 insertions(+), 36 deletions(-)

-- 
2.42.0.160.g6905eb16ce.dirty


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

end of thread, other threads:[~2023-09-25 17:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 19:05 [PATCH 0/2] Add mailmap support to ref-filter Kousik Sanagavarapu
2023-09-20 19:05 ` [PATCH 1/2] t/t6300: introduce test_bad_atom() Kousik Sanagavarapu
2023-09-20 22:56   ` Junio C Hamano
2023-09-20 23:09     ` Junio C Hamano
2023-09-20 23:21     ` Junio C Hamano
2023-09-21 18:57     ` Kousik Sanagavarapu
2023-09-20 19:05 ` [PATCH 2/2] ref-filter: add mailmap support Kousik Sanagavarapu
2023-09-25 17:43 ` [PATCH v2 0/3] Add mailmap support to ref-filter Kousik Sanagavarapu
2023-09-25 17:43   ` [PATCH v2 1/3] t/t6300: cleanup test_atom Kousik Sanagavarapu
2023-09-25 17:43   ` [PATCH v2 2/3] t/t6300: introduce test_bad_atom Kousik Sanagavarapu
2023-09-25 17:43   ` [PATCH v2 3/3] ref-filter: add mailmap support Kousik Sanagavarapu

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.