Implement commit support.
commit0071ad8ed694b6208798084ef912f7ebc9424fd4
authorJames Liggett <jrliggett@cox.net>
Tue, 22 Apr 2008 00:09:31 +0000 (21 17:09 -0700)
committerJames Liggett <jrliggett@cox.net>
Tue, 22 Apr 2008 00:09:31 +0000 (21 17:09 -0700)
treeab5d9670ed2f2dd36450e1c9f8086dfd34dda0ee
parent6bcaa7b259cf78b502338ce34229491c238fa14d
Implement commit support.

Also add a glade file. We have a UI now... ;)
13 files changed:
TODO.tasks
plugins/git/Makefile.am
plugins/git/anjuta-git.glade [new file with mode: 0644]
plugins/git/anjuta-git.ui
plugins/git/git-command.c
plugins/git/git-command.h
plugins/git/git-commit-command.c [new file with mode: 0644]
plugins/git/git-commit-command.h [new file with mode: 0644]
plugins/git/git-commit-dialog.c [new file with mode: 0644]
plugins/git/git-commit-dialog.h [new file with mode: 0644]
plugins/git/git-ui-utils.c
plugins/git/git-ui-utils.h
plugins/git/plugin.c