All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: git@vger.kernel.org
Subject: killing a branch
Date: Tue, 10 Jan 2006 11:22:07 +0100	[thread overview]
Message-ID: <20060110102207.GP3389@suse.de> (raw)

Hi,

When I need to delete a branch from my git tree, I'm currently using
this (slooow) approach:

$ rm .git/refs/heads/branch-name
$ git prune

to rid myself of the branch and associated objects. Is there a faster
approach?

(please cc me, not on the list)

-- 
Jens Axboe

             reply	other threads:[~2006-01-10 10:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-10 10:22 Jens Axboe [this message]
2006-01-10 10:25 ` killing a branch Junio C Hamano
2006-01-10 10:35   ` Jens Axboe
2006-01-10 10:52     ` Junio C Hamano
2006-01-10 11:26       ` Jens Axboe
2006-01-10 17:12         ` Linus Torvalds
2006-01-10 18:59           ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2006-01-12  9:57 linux

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=20060110102207.GP3389@suse.de \
    --to=axboe@suse.de \
    --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.