diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-26 00:00:53 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-11-13 14:12:51 +0100 |
commit | e80a5aba3db8e81173fa443991e08ef4a300ea5c (patch) | |
tree | 7befebb71a5c4c8e85ce922e10736734785b66ef /script/ctdb-import.txt | |
parent | 6142bce0cdb8744bedf9b8a67cb58a165fb99b0c (diff) | |
download | samba-e80a5aba3db8e81173fa443991e08ef4a300ea5c.tar.gz |
script: add ctdb-import.* scripts
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'script/ctdb-import.txt')
-rw-r--r-- | script/ctdb-import.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/ctdb-import.txt b/script/ctdb-import.txt new file mode 100644 index 00000000000..621b24ef904 --- /dev/null +++ b/script/ctdb-import.txt @@ -0,0 +1,5 @@ +ctdb-import.git$ git filter-branch \ + --tree-filter /path/to/ctdb-import.tree-filter.sh \ + --msg-filter /path/to/ctdb-import.msg-filter.sh \ + HEAD + |