git4idea: Fixed some compatibility problem with Git 1.6.4
commit5830d902ff3d7f9b281303fe09a1a4ecf3757178
authorConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Fri, 21 Aug 2009 15:31:55 +0000 (21 19:31 +0400)
committerConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Fri, 21 Aug 2009 15:31:55 +0000 (21 19:31 +0400)
tree2cf20a10de2430d9593fe376a5fa4cba5b7fda74
parentf35487dc6a25dbd42f9befb69115f1ab3d39a489
git4idea: Fixed some compatibility problem with Git 1.6.4
plugins/git4idea/src/git4idea/GitBranch.java
plugins/git4idea/src/git4idea/GitRemote.java
plugins/git4idea/src/git4idea/checkin/GitPushDialog.java
plugins/git4idea/src/git4idea/merge/GitPullDialog.java
plugins/git4idea/src/git4idea/ui/GitFetchDialog.java
plugins/git4idea/src/git4idea/ui/GitUIUtil.java
plugins/git4idea/tests/git4idea/tests/GitRemoteTest.java [new file with mode: 0644]
plugins/git4idea/tests/git4idea/tests/data/git-remote-list-1_6_1.txt [new file with mode: 0644]
plugins/git4idea/tests/git4idea/tests/data/git-remote-list-1_6_4.txt [new file with mode: 0644]
plugins/git4idea/tests/git4idea/tests/data/git-remote-show-1_6_1.txt [new file with mode: 0644]
plugins/git4idea/tests/git4idea/tests/data/git-remote-show-1_6_4.txt [new file with mode: 0644]