lkml.org 
[lkml]   [2008]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [bug #2] Re: [PATCH 00/35] cpumask: Replace cpumask_t with struct cpumask
Ingo Molnar wrote:
> * Mike Travis <travis@sgi.com> 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


\
 
 \ /
  Last update: 2008-10-23 19:07    [W:2.979 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site