-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 3.2.2
-
Component/s: Git
-
None
-
Severity 1 - Critical
When pressing the push button branches to push is empty.
![]()
Problem occurs when you using a config file under .git folder with the argument.
push = refs/heads/*:refs/for/*
Entire config filer:
[core] bare = false repositoryformatversion = 0 filemode = false symlinks = false ignorecase = true logallrefupdates = true autocrlf = true [remote "origin"] url = http://ctgit:8080/gerrit/wsp/utils fetch = +refs/heads/*:refs/remotes/origin/* push = refs/heads/*:refs/for/* [branch "master"] remote = origin merge = refs/heads/master