On Sat, Aug 15, 2009 at 01:43:44PM +1200, Nigel McNie wrote: > ni...@sivlex:~/work/tks$ git push > Segmentation fault > ni...@sivlex:~/work/tks$ cat .git/config > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > url = git+ssh://git.catalyst.net.nz/git/public/tks.git > fetch = +refs/heads/*:refs/remotes/origin/* > [branch "master"] > remote = origin > merge = refs/heads/master > [branch "tks2"] > remote = origin > merge = refs/heads/tks2 > [push] > default = tracking > [branch "reporting"] > merge = refs/heads/reporting > > I got to this point after I created the 'reporting' branch. I pushed it with > git push origin reporting, then the next attempt at git push told me I needed > to set push.default to something. I set it to tracking, after which git push > would fail with fatal: The current branch reporting is not tracking anything. > Then I went into .git/config, and added just the merge line you see above for > the branch, and git pushed -- segmentation fault.
Hi, can you please check whether this is fixed with the current version in Debian/unstable? Thanks, Gerrit. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

