On Wed, May 16, 2007 at 01:54:35AM -0400, Jeff Garzik wrote: > Lars Hjemli wrote: > >On 5/16/07, Jeff Garzik <jeff@xxxxxxxxxx> wrote: > >>[jgarzik@pretzel libata-dev]$ git branch -m upstream-fixes tmp > >>error: Could not open config file! > >>fatal: Branch rename failed > > > >This should have been fixed in v1.5.1.1, what version do you run? > > [jgarzik@core ~]$ rpm -q git-core > git-core-1.5.0.6-1.fc6 > > > >>[jgarzik@pretzel libata-dev]$ git-branch -m upstream-fixes tmp > >>fatal: A branch named 'tmp' already exists. > >> > >>[jgarzik@pretzel libata-dev]$ git branch -D tmp > >>Deleted branch tmp. > > > >Could you try to run "git log -g" and see if it finds your lost branch? > > Doesn't seem to.. And does the .git/logs/refs/heads/upstream-fixes still exist? If it does, than revspec upstream-fixes@{1} would still work, so you can check it out, re-create the branch and update the ref (git update-ref). If it does not, as last resort you'd have to git fsck --unreachable (this gives you all things that are not reachable from any ref), filter out only commit objects and than remember which one should have been on that branch after reading it's log, date and changes. -------------------------------------------------------------------------------- - Jan Hudec `Bulb' <bulb@xxxxxx> - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html