Added GitFileCommand base class
commitf2ee26a8ced7d4cad73955f2bb9586c1d4e8898a
authorJames Liggett <jrliggett@cox.net>
Thu, 26 Jun 2008 07:34:06 +0000 (26 00:34 -0700)
committerJames Liggett <jrliggett@cox.net>
Thu, 26 Jun 2008 07:34:06 +0000 (26 00:34 -0700)
tree84516c5f18febf7b2f49b6f169f5f2cb369b470a
parent40fe093a3e435bb7c1bed25ef59974bca1a2dccf
Added GitFileCommand base class

This base class is used for commands that don't call git, but instead do their work by editing
files.
plugins/git/Makefile.am
plugins/git/git-file-command.c [new file with mode: 0644]
plugins/git/git-file-command.h [new file with mode: 0644]