Re: [bug #2] Re: [PATCH 00/35] cpumask: Replace cpumask_t with structcpumask

From: Mike Travis
Date: Thu Oct 23 2008 - 13:05:39 EST


Ingo Molnar wrote:
> * Mike Travis <travis@xxxxxxx> wrote:
>
>> git-checkout -b cpus4096-v2 tip/cpus4096-v2
>> git checkout: updating paths is incompatible with switching branches/forcing
>> Did you intend to checkout 'tip/cpus4906-v2' which can not be resolved as commit?
>
> see the typo in the error message?
>
>> or:
>>
>> git-checkout tip/cpus4906-v2
>> error: pathspec 'tip/cpus4906-v2' did not match any file(s) known to git.
>> Did you forget to 'git add'?
>
> the 4906/4096 typo in shown in this error message as well.
>
> Ingo

Sorry, that was a cut and paste error in this example. I've tried both these
.git/config's and both hang during bootup:


[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "linus"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
fetch = +refs/heads/*:refs/remotes/linus/*
[remote "tip"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git
fetch = +refs/heads/*:refs/remotes/tip/*
[branch "cpus4096-v2"]
remote = tip
merge = refs/heads/cpus4096-v2


[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "linus"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
fetch = +refs/heads/*:refs/remotes/linus/*
[remote "tip"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git
fetch = +refs/heads/*:refs/remotes/tip/*
[branch "tip-latest"]
remote = tip
merge = refs/heads/master
[branch "cpus4096-v2"]
remote = tip
merge = refs/heads/cpus4096-v2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/