Returning error message from custom smart http server

2014-05-13 Thread Ákos, Tajti
unexpectedly fatal: The remote end hung up unexpectedly The server message is completely missing. Is there a solution for this? Thanks, Ákos Tajti --- A levél vírus, és rosszindulatú kód mentes, mert az avast! Antivirus védelme ellenőrizte azt. http://www.avast.com -- To unsubscribe from this list: send

git init doesn't create master branch

2013-05-29 Thread Ákos, Tajti
Dear List, the manual of git init says: An initial HEAD file that references the HEAD of the master branch is also created. However, after creating the repository using git init there's no master branch. How can make sure that master is created? Thanks in advance, Ákos Tajti

Re: git init doesn't create master branch

2013-05-29 Thread Ákos, Tajti
Thanks for clarifying this thing for me! I don't really insist on having a master branch it's just that I tried to pull from a repository bundle and I got this error message: Cannot merge multiple branches into empty head The command was: git pull ../dump.dmp refs/heads/*:refs/heads/* Is

Re: git init doesn't create master branch

2013-05-29 Thread Ákos, Tajti
Thanks! I ill try using fetch. Ákos 2013.05.29. 15:08 keltezéssel, Matthieu Moy írta: Ákos, Tajti akos.ta...@intland.com writes: The command was: git pull ../dump.dmp refs/heads/*:refs/heads/* git pull does internally a git fetch followed by a git merge. If you try to pull several

restoring all branches from a bundle

2013-05-24 Thread Ákos, Tajti
that the branches are also restored? Thanks in advance, Ákos Tajti -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html