On Sunday 03 January 2010, Guillaume Rousse wrote:

> And my config doesn't says anything about 1.x:
> 
> [core]
>       repositoryformatversion = 0
>       filemode = true
>       bare = false
>       logallrefupdates = true
> [remote "origin"]
>       url =
> git+ssh://[email protected]/git/bash-completion/bash-compl
> etion.git fetch = +refs/heads/*:refs/remotes/origin/*
> [branch "master"]
>       remote = origin
>       merge = refs/heads/master

FWIW, mine does (and I don't have the problem you mentioned):

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = 
git+ssh://[email protected]/git/bash-completion/bash-completion.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[branch "1.x"]
        remote = origin
        merge = refs/heads/1.x

_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to