From: Michael J Gruber <git@drmicha.warpmail.net>
To: git@vger.kernel.org
Subject: [RFC/PATCH 0/2] Make git branch -f forceful
Date: Thu, 4 Dec 2014 14:26:43 +0100 [thread overview]
Message-ID: <cover.1417699299.git.git@drmicha.warpmail.net> (raw)
For many git commands, '-f/--force' is a way to force actions which
would otherwise error out. Way more than once, I've been trying this
with 'git branch -d' and 'git branch -m'...
I've had these two patches sitting in my tree for 3 years now it seems.
Here's a rebase.
Before applying these for food I should probably rename force_create to force.
Michael J Gruber (2):
t3200-branch: test -M
branch: allow -f with -m and -d
builtin/branch.c | 9 +++++++--
t/t3200-branch.sh | 14 ++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
--
2.2.0.rc3.286.g888a711
next reply other threads:[~2014-12-04 13:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-04 13:26 Michael J Gruber [this message]
2014-12-04 13:26 ` [RFC/PATCH 1/2] t3200-branch: test -M Michael J Gruber
2014-12-04 13:26 ` [RFC/PATCH 2/2] branch: allow -f with -m and -d Michael J Gruber
2014-12-04 19:13 ` Junio C Hamano
2014-12-05 10:57 ` Michael J Gruber
2014-12-05 18:02 ` Junio C Hamano
2014-12-08 16:28 ` [PATCHv2 0/2] Make git branch -f forceful Michael J Gruber
2014-12-08 16:28 ` [PATCHv2 1/2] t3200-branch: test -M Michael J Gruber
2014-12-08 16:28 ` [PATCHv2 2/2] branch: allow -f with -m and -d Michael J Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1417699299.git.git@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.