All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] git-maintenance quality-of-life improvements
@ 2022-11-09 19:07 Ronan Pigott
  2022-11-09 19:07 ` [PATCH v3 1/2] for-each-repo: interpolate repo path arguments Ronan Pigott
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ronan Pigott @ 2022-11-09 19:07 UTC (permalink / raw)
  To: git; +Cc: me, derrickstolee

This is a pair of quality-of-life patches for git-maintenance that have
helped me in my workflow. PTAL.

Changes in v2:
 - Added a test case for path interpolation in for-each-repo
 - Changed [--config <file>] to [--config-file <path>] in
   register/unregister
 - Dropped the short-name option, -c
 - Avoid finding the global config when the user has supplied the config
   on the command line

Changes in v3:
 - Report an error in unregister when the user specifies a config where
   the repo is not already registered
 - Add a test case for the above
 - Correct option description in the docs

Ronan Pigott (2):
  for-each-repo: interpolate repo path arguments
  maintenance: add option to register in a specific config

 Documentation/git-maintenance.txt | 14 +++++-----
 builtin/for-each-repo.c           |  5 +++-
 builtin/gc.c                      | 45 ++++++++++++++++++++++---------
 t/t0068-for-each-repo.sh          |  6 +++++
 t/t7900-maintenance.sh            | 21 ++++++++++++++-
 5 files changed, 69 insertions(+), 22 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-09 21:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 19:07 [PATCH v3 0/2] git-maintenance quality-of-life improvements Ronan Pigott
2022-11-09 19:07 ` [PATCH v3 1/2] for-each-repo: interpolate repo path arguments Ronan Pigott
2022-11-09 19:07 ` [PATCH v3 2/2] maintenance: add option to register in a specific config Ronan Pigott
2022-11-09 21:25 ` [PATCH v3 0/2] git-maintenance quality-of-life improvements Taylor Blau

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.