Implement rebasing
commit26f30e9626a4e254a9bee331d5debfe49f541907
authorJames Liggett <jrliggett@cox.net>
Mon, 2 Jun 2008 02:58:00 +0000 (1 19:58 -0700)
committerJames Liggett <jrliggett@cox.net>
Mon, 2 Jun 2008 02:58:00 +0000 (1 19:58 -0700)
treecd63703293441e4ec71091c702c2341c60010706
parent7a37ff53e6450fbe9b9dc25961e868aae8cda3b8
Implement rebasing
TODO.tasks
plugins/git/Makefile.am
plugins/git/anjuta-git.glade
plugins/git/anjuta-git.ui
plugins/git/git-rebase-continue-command.c [new file with mode: 0644]
plugins/git/git-rebase-continue-command.h [new file with mode: 0644]
plugins/git/git-rebase-dialog.c [new file with mode: 0644]
plugins/git/git-rebase-dialog.h [new file with mode: 0644]
plugins/git/git-rebase-start-command.c [new file with mode: 0644]
plugins/git/git-rebase-start-command.h [new file with mode: 0644]
plugins/git/plugin.c