Re: git gc error - cannot lock ref 'RENAMED-REF..1'

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Friday, April 2, 2010 - 9:22 pm

On Fri, Apr 02, 2010 at 11:38:03PM -0400, Eugene Sajine wrote:


If you look in the .git directory, is there a file named RENAMED-REF..1?
I have no idea how you would create such a ref, nor why it would fail to
lock (perhaps because of the funny name?), but removing it should
probably clear up your problem at least.

The name "RENAMED-REF" is only used by git during ref renames, and those
only happen when renaming branches (via "git branch -m") or remotes (via
"git remote rename"). So presumably the source of the problem is related
to one of those operations.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git gc error - cannot lock ref 'RENAMED-REF..1', Eugene Sajine, (Thu Apr 1, 10:37 am)
git gc error - cannot lock ref 'RENAMED-REF..1', Eugene Sajine, (Thu Apr 1, 7:08 pm)
Re: git gc error - cannot lock ref 'RENAMED-REF..1', Eugene Sajine, (Fri Apr 2, 8:38 pm)
Re: git gc error - cannot lock ref 'RENAMED-REF..1', Jeff King, (Fri Apr 2, 9:22 pm)
Re: git gc error - cannot lock ref 'RENAMED-REF..1', Eugene Sajine, (Sat Apr 3, 8:52 pm)
Re: git gc error - cannot lock ref 'RENAMED-REF..1', Eugene Sajine, (Mon Apr 5, 6:42 am)