[Bash-completion-devel] git issue...

Ville Skyttä ville.skytta at iki.fi
Sun Jan 3 19:16:25 UTC 2010


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://guillomovitch-guest@git.debian.org/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://scop-guest@git.debian.org/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



More information about the Bash-completion-devel mailing list