Implement bisectingalpha1
commitfc4446b4416bb92b422fffc08c4c244c9dea1139
authorJames Liggett <jrliggett@cox.net>
Wed, 18 Jun 2008 07:58:15 +0000 (18 00:58 -0700)
committerJames Liggett <jrliggett@cox.net>
Wed, 18 Jun 2008 07:58:15 +0000 (18 00:58 -0700)
tree786d41b184c9103e417c8b545754d5b97c5b80c9
parentad93432fbd3c99ab74658d576d0069b883b259b8
Implement bisecting
14 files changed:
TODO.tasks
plugins/git/Makefile.am
plugins/git/anjuta-git.glade
plugins/git/anjuta-git.ui
plugins/git/git-bisect-dialog.c [new file with mode: 0644]
plugins/git/git-bisect-dialog.h [new file with mode: 0644]
plugins/git/git-bisect-reset-command.c [new file with mode: 0644]
plugins/git/git-bisect-reset-command.h [new file with mode: 0644]
plugins/git/git-bisect-start-command.c [new file with mode: 0644]
plugins/git/git-bisect-start-command.h [new file with mode: 0644]
plugins/git/git-bisect-state-command.c [new file with mode: 0644]
plugins/git/git-bisect-state-command.h [new file with mode: 0644]
plugins/git/plugin.c
plugins/git/plugin.h