All of lore.kernel.org
 help / color / mirror / Atom feed
* error: * Ignoring funny ref 'refs/heads/' locally
@ 2009-06-17 12:08 Jon Seymour
  2009-06-17 13:38 ` [PATCH] fetch: do not create ref from empty name Clemens Buchacher
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Seymour @ 2009-06-17 12:08 UTC (permalink / raw)
  To: Git Mailing List

Can someone tell me why this happens?

    error: * Ignoring funny ref 'refs/heads/' locally

It also happens with 1.6.3.1

$ mkdir root
$ cd root
$ git init
Initialized empty Git repository in /tmp/root/.git/
$ :> .gitignore
$ git add .gitignore
$ git commit -m "initial"
Created initial commit 6a7c768: initial
 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
$ cd ..
$ git clone root clone
Initialized empty Git repository in /tmp/clone/.git/
$ cd clone
$ git fetch origin :
error: * Ignoring funny ref 'refs/heads/' locally
$ git --version
git version 1.6.0.4
$ exit

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

end of thread, other threads:[~2009-06-17 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 12:08 error: * Ignoring funny ref 'refs/heads/' locally Jon Seymour
2009-06-17 13:38 ` [PATCH] fetch: do not create ref from empty name Clemens Buchacher

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.