Rename text.text sink CC to text.pretty
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 4 Apr 2017 22:04:44 +0000 (18:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:40 +0000 (12:57 -0400)
commit3228cc1db0ba3ff2b9007de3872fe61b66502493
tree936a32adc88fac6380e86fdb6c64b017ccf8c9d8
parentc5504f7322f93b32b4bcc65a950ed61efadd694a
Rename text.text sink CC to text.pretty

The `text` plugin is expected to contain more than the `text` sink: it
could eventually read and write many plain text formats.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
plugins/text/Makefile.am
plugins/text/plugin.c [new file with mode: 0644]
plugins/text/pretty/Makefile.am [new file with mode: 0644]
plugins/text/pretty/pretty.c [new file with mode: 0644]
plugins/text/pretty/pretty.h [new file with mode: 0644]
plugins/text/pretty/print.c [new file with mode: 0644]
plugins/text/print.c [deleted file]
plugins/text/text.c [deleted file]
plugins/text/text.h [deleted file]
This page took 0.025811 seconds and 4 git commands to generate.