Implement support for checking out (reverting) files.
commit5c945d6de5029f6bbccc7ee4d5df2d4353938834
authorJames Liggett <jrliggett@cox.net>
Mon, 28 Apr 2008 08:08:15 +0000 (28 01:08 -0700)
committerJames Liggett <jrliggett@cox.net>
Mon, 28 Apr 2008 08:08:15 +0000 (28 01:08 -0700)
tree12447ab382b4f94b4e24709ba0cab0def46a8a52
parent3393526b0e19693c4b5bb508c08c5804e254a1ae
Implement support for checking out (reverting) files.
TODO.tasks
plugins/git/Makefile.am
plugins/git/anjuta-git.glade
plugins/git/anjuta-git.ui
plugins/git/git-checkout-files-command.c [new file with mode: 0644]
plugins/git/git-checkout-files-command.h [new file with mode: 0644]
plugins/git/git-checkout-files-dialog.c [new file with mode: 0644]
plugins/git/git-checkout-files-dialog.h [new file with mode: 0644]
plugins/git/plugin.c