Support adding and removing remote branches
commit40711ab74f1336b61c38644ac0b3edd26a763ac0
authorJames Liggett <jrliggett@cox.net>
Thu, 10 Jul 2008 03:59:35 +0000 (9 20:59 -0700)
committerJames Liggett <jrliggett@cox.net>
Thu, 10 Jul 2008 03:59:35 +0000 (9 20:59 -0700)
tree53383fdf4b6c41662bfdae0fcbf6f8949df0035a
parent86eb95b90dc869b68d5249b7d106e20b28453a54
Support adding and removing remote branches
17 files changed:
TODO.tasks
plugins/git/Makefile.am
plugins/git/anjuta-git.glade
plugins/git/anjuta-git.ui
plugins/git/git-add-remote-dialog.c [new file with mode: 0644]
plugins/git/git-add-remote-dialog.h [copied from plugins/git/git-branch-combo-model.h with 50% similarity]
plugins/git/git-branch-combo-model.c
plugins/git/git-branch-combo-model.h
plugins/git/git-delete-remote-dialog.c [new file with mode: 0644]
plugins/git/git-delete-remote-dialog.h [copied from plugins/git/git-branch-combo-model.h with 50% similarity]
plugins/git/git-remote-add-command.c [new file with mode: 0644]
plugins/git/git-remote-add-command.h [new file with mode: 0644]
plugins/git/git-remote-delete-command.c [new file with mode: 0644]
plugins/git/git-remote-delete-command.h [new file with mode: 0644]
plugins/git/git-remote-list-command.c [new file with mode: 0644]
plugins/git/git-remote-list-command.h [new file with mode: 0644]
plugins/git/plugin.c