git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] warn when unreachable commits are left behind
@ 2023-04-22 22:10 Rubén Justo
  2023-04-22 22:19 ` [PATCH 1/3] checkout: move orphaned_commit_warning() Rubén Justo
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Rubén Justo @ 2023-04-22 22:10 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

Warn the user when unreachable commits are being left behind.

Rubén Justo (3):
  checkout: move orphaned_commit_warning()
  worktree: warn when removing a worktree with orphan commits
  checkout: warn when unreachable commits after using --orphan

 builtin/checkout.c         | 132 ++-----------------------------------
 builtin/worktree.c         |   8 +++
 checkout.c                 | 132 +++++++++++++++++++++++++++++++++++++
 checkout.h                 |  10 +++
 t/t2020-checkout-detach.sh |   9 +++
 t/t2403-worktree-move.sh   |  10 +++
 6 files changed, 175 insertions(+), 126 deletions(-)


base-commit: b28a910c4c1e6d7cbdc0663e75c2f5bc6b11eb20
-- 
2.39.2

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

end of thread, other threads:[~2023-04-28  0:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-22 22:10 [PATCH 0/3] warn when unreachable commits are left behind Rubén Justo
2023-04-22 22:19 ` [PATCH 1/3] checkout: move orphaned_commit_warning() Rubén Justo
2023-04-22 22:19 ` [PATCH 2/3] worktree: warn when removing a worktree with orphan commits Rubén Justo
2023-04-24 20:28   ` Junio C Hamano
2023-04-26 22:29     ` Rubén Justo
2023-04-27  5:46       ` Junio C Hamano
2023-04-27  6:16         ` Eric Sunshine
2023-04-28  0:49           ` Junio C Hamano
2023-04-27 23:08         ` Rubén Justo
2023-04-22 22:19 ` [PATCH 3/3] checkout: warn when unreachable commits after using --orphan Rubén Justo
2023-04-27  0:28   ` Andrei Rybak
2023-04-27 23:09     ` Rubén Justo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).