git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* infinite loop with git branch -D and packed-refs
@ 2007-01-02  6:44 Nicholas Miell
  2007-01-02  8:17 ` [PATCH] Fix infinite loop when deleting multiple packed refs Shawn O. Pearce
  0 siblings, 1 reply; 6+ messages in thread
From: Nicholas Miell @ 2007-01-02  6:44 UTC (permalink / raw)
  To: git

# this is with 1.4.4.2, spearce says master is also affected.
# (not subscribed, please Cc:)

mkdir test
cd test
git init-db
touch blah
git add blah
git commit -m "blah"
git checkout -b A
git checkout -b B
git checkout master
git pack-refs --all --prune
git branch -D A B # --> infinite loop in lockfile.c:remove_lock_file()

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

end of thread, other threads:[~2007-01-05  3:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-02  6:44 infinite loop with git branch -D and packed-refs Nicholas Miell
2007-01-02  8:17 ` [PATCH] Fix infinite loop when deleting multiple packed refs Shawn O. Pearce
2007-01-02  8:44   ` Junio C Hamano
2007-01-02  8:47     ` Shawn O. Pearce
2007-01-02 19:19   ` Junio C Hamano
2007-01-05  3:04     ` Shawn O. Pearce

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).