Added possibility to change tracked branch using current branch dialog. Added non...
commitd3092d7732276a54b848f21262f8ce655a945ba7
authorConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Tue, 12 May 2009 14:01:03 +0000 (12 18:01 +0400)
committerConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Tue, 12 May 2009 14:01:03 +0000 (12 18:01 +0400)
treedb4edc569266ca2851d17cbbef21748fcd43f01b
parent1fbe7eb3e63d6dd40bbe64c8681bdfe09a4a53c0
Added possibility to change tracked branch using current branch dialog. Added non-caching CommitedChangeListProvider for Git in disabled form.
18 files changed:
plugins/git4idea/git4idea.iml
plugins/git4idea/src/git4idea/GitBranch.java
plugins/git4idea/src/git4idea/GitRemote.java
plugins/git4idea/src/git4idea/GitUtil.java
plugins/git4idea/src/git4idea/GitVcs.java
plugins/git4idea/src/git4idea/actions/GitCurrentBranch.java
plugins/git4idea/src/git4idea/changes/ChangeCollector.java
plugins/git4idea/src/git4idea/changes/GitChangeUtils.java
plugins/git4idea/src/git4idea/changes/GitCommittedChangeListProvider.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/changes/GitRepositoryLocation.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/changes/GitVersionFilterComponent.java [new file with mode: 0644]
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/ui/CurrentBranchDialog.form
plugins/git4idea/src/git4idea/ui/CurrentBranchDialog.java
plugins/git4idea/src/git4idea/ui/GitUIUtil.java
plugins/git4idea/tests/git4idea/tests/GitUtilsTest.java [new file with mode: 0644]