git4idea: initial version of git rebase
commit8713e98d912ac62ea5b1a811a9e598b510b3f032
authorConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Wed, 3 Dec 2008 12:29:48 +0000 (3 15:29 +0300)
committerConstantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Wed, 3 Dec 2008 12:29:48 +0000 (3 15:29 +0300)
tree227eb52e1beb5859447a9cec02798d2604ae7764
parent2938eb549f9215a0c5a4614f04ef224d23b29075
git4idea: initial version of git rebase
32 files changed:
plugins/git4idea/src/META-INF/plugin.xml
plugins/git4idea/src/git4idea/GitBranch.java
plugins/git4idea/src/git4idea/GitReference.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/GitTag.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/actions/GitAbstractRebaseAction.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/actions/GitRebase.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/actions/GitRebaseAbort.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/actions/GitRebaseContinue.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/actions/GitRebaseSkip.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/checkin/GitPushDialog.java
plugins/git4idea/src/git4idea/checkout/GitCheckoutDialog.java
plugins/git4idea/src/git4idea/commands/GitHandler.java
plugins/git4idea/src/git4idea/commands/GitHandlerUtil.java
plugins/git4idea/src/git4idea/commands/ScriptGenerator.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/i18n/GitBundle.properties
plugins/git4idea/src/git4idea/merge/GitMergeUtil.java
plugins/git4idea/src/git4idea/rebase/GitRebaseActionDialog.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseActionDialog.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseDialog.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseDialog.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEditor.form [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEditor.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEditorHandler.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEditorMain.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEditorService.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseEntry.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/rebase/GitRebaseUtils.java [new file with mode: 0644]
plugins/git4idea/src/git4idea/ui/GitRefspecAddRefsDialog.java
plugins/git4idea/src/git4idea/ui/GitRefspecPanel.java
plugins/git4idea/src/git4idea/ui/GitUIUtil.java
plugins/git4idea/src/git4idea/ui/GitUnstashDialog.java
plugins/git4idea/src/org/jetbrains/git4idea/ssh/GitSSHService.java