Create a base class for commands that just pass raw output
commit52d16f9669726e029859412c9ec2f9352b3a5edb
authorJames Liggett <jrliggett@cox.net>
Wed, 14 May 2008 23:44:42 +0000 (14 16:44 -0700)
committerJames Liggett <jrliggett@cox.net>
Wed, 14 May 2008 23:44:42 +0000 (14 16:44 -0700)
treefaa406a7261d649edca32c42dff20bea4a15d1cf
parent9cba077b967761e5b319e49d8995b3b34e6607b6
Create a base class for commands that just pass raw output

This is usually used for commands that just pass their raw output into a queue for an editor,
like diff, ditt-tree, and cat.
plugins/git/Makefile.am
plugins/git/git-diff-command.c
plugins/git/git-diff-command.h
plugins/git/git-diff-dialog.c
plugins/git/git-raw-output-command.c [copied from plugins/git/git-diff-command.c with 56% similarity]
plugins/git/git-raw-output-command.h [new file with mode: 0644]
plugins/git/git-ui-utils.c
plugins/git/git-ui-utils.h