git4idea: minor refactoring, fixed formatting, removed unused methods that has been...
commit37994ee10f8feed935e2770969ebc970a50d8d04
authorConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Tue, 28 Oct 2008 13:11:48 +0000 (28 16:11 +0300)
committerConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Tue, 28 Oct 2008 13:11:48 +0000 (28 16:11 +0300)
treebdbde2b4440b7e82ed43468c3c13333a93a25c10
parentf44ec3f8781406e72c7af1efd60e0e6072d63c62
git4idea: minor refactoring, fixed formatting, removed unused methods that has been replaced by OS process handler.
12 files changed:
plugins/git4idea/src/git4idea/GitRemote.java
plugins/git4idea/src/git4idea/actions/GitCurrentBranch.java
plugins/git4idea/src/git4idea/actions/GitMerge.java
plugins/git4idea/src/git4idea/actions/GitPull.java
plugins/git4idea/src/git4idea/commands/GitHandler.java
plugins/git4idea/src/git4idea/commands/GitHandlerUtil.java
plugins/git4idea/src/git4idea/config/GitConfigUtil.java
plugins/git4idea/src/git4idea/i18n/GitBundle.properties
plugins/git4idea/src/git4idea/merge/GitMergeDialog.java
plugins/git4idea/src/git4idea/merge/GitMergeUtil.java
plugins/git4idea/src/git4idea/merge/GitPullDialog.java
plugins/git4idea/src/git4idea/ui/GitUIUtil.java