From: Johan 't Hart <johanthart@gmail.com>
To: git@vger.kernel.org
Subject: Re: Delete a commit
Date: Mon, 21 Dec 2009 18:49:36 +0100 [thread overview]
Message-ID: <hgocfi$pge$1@ger.gmane.org> (raw)
In-Reply-To: <20091220004340.GA30440@marge.bs.l>
Bertram Scharpf schreef:
> Hi,
> % git fsck --lost-found
> dangling commit 6abc221327e896c850c56dafae92277bcfe68e2b
>
> It is still there. This is the one I want to delete.
It is not in the history of any head anymore, so you could consider it
deleted. ('git log' does not show this commit)
If you want to prune unreferenced objects, try:
git prune
('git help prune' for options)
> Bertram
>
>
next prev parent reply other threads:[~2009-12-21 17:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-19 23:39 Delete a commit Bertram Scharpf
2009-12-19 23:43 ` James P. Howard, II
2009-12-20 0:06 ` Johan 't Hart
2009-12-20 0:43 ` Bertram Scharpf
2009-12-20 8:37 ` Pascal Obry
2009-12-21 17:49 ` Johan 't Hart [this message]
2009-12-21 18:17 ` Andreas Schwab
2009-12-21 21:01 ` Bertram Scharpf
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='hgocfi$pge$1@ger.gmane.org' \
--to=johanthart@gmail.com \
--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.