git4idea: rewritten fetch dialog to support more options (also fix for IDEADEV-31460...
commit358e3a68e16f00c7f5e3656fd73799a9759caa3d
authorConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Fri, 7 Nov 2008 18:09:29 +0000 (7 21:09 +0300)
committerConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Fri, 7 Nov 2008 18:09:29 +0000 (7 21:09 +0300)
tree23f1457bc5e81e49f6a8890551248523d8fa6194
parente808d6513b9a64724d53fd4048c8c792059c710c
git4idea: rewritten fetch dialog to support more options (also fix for IDEADEV-31460, IDEADEV-31464, IDEADEV-32078)
19 files changed:
plugins/git4idea/src/git4idea/GitFileRevision.java
plugins/git4idea/src/git4idea/GitRemote.java
plugins/git4idea/src/git4idea/actions/GitCurrentBranch.java
plugins/git4idea/src/git4idea/actions/GitFetch.java [copied from plugins/git4idea/src/git4idea/actions/GitCurrentBranch.java with 66% similarity]
plugins/git4idea/src/git4idea/checkout/GitCloneDialog.java
plugins/git4idea/src/git4idea/commands/StringScanner.java
plugins/git4idea/src/git4idea/config/GitConfigUtil.java
plugins/git4idea/src/git4idea/i18n/GitBundle.properties
plugins/git4idea/src/git4idea/merge/GitMergeUtil.java
plugins/git4idea/src/git4idea/merge/GitPullDialog.java
plugins/git4idea/src/git4idea/ui/CurrentBranchDialog.form [moved from plugins/git4idea/src/git4idea/actions/CurrentBranchDialog.form with 97% similarity]
plugins/git4idea/src/git4idea/ui/CurrentBranchDialog.java [moved from plugins/git4idea/src/git4idea/actions/CurrentBranchDialog.java with 91% similarity]
plugins/git4idea/src/git4idea/ui/GitFetchDialog.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitFetchDialog.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitRefspecAddRefsDialog.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitRefspecAddRefsDialog.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitRefspecPanel.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitRefspecPanel.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitUIUtil.java