Re: git-fetch does not work from .git subdirectory

2012-11-26 Thread Timur Tabi
Patrik Gornicz wrote: > Just a hunch but your remote's location uses a relative path > '../linux-2.6.git', perhaps git is messing up what the path is relative > to. That makes sense. Git is looking at the URL and not realizing that it's relative to the home directory. [remote "upstream"]

Re: git-fetch does not work from .git subdirectory

2012-11-22 Thread Patrik Gornicz
Just a hunch but your remote's location uses a relative path '../linux-2.6.git', perhaps git is messing up what the path is relative to. I assume this repo is beside the linux.cq-test repo? ie. perhaps they're located at /home/user/git/linux.cq-test and /home/user/git/linux-2.6.git. Then, f

git-fetch does not work from .git subdirectory

2012-11-20 Thread Timur Tabi
I was under the impression that git commands which affect repository (as opposed to the local file system) work from any subdirectory inside the repository. For example: [b04825@efes linux.cq-test]$ git log -1 commit f35d179fde24be5e1675b1df9f7a49b8d95561b2 Author: Timur Tabi Date: Wed Oct 31