]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dev-tools: Simple tool which automates rebasing LZ4 compat library
authorDavid Sommerseth <davids@openvpn.net>
Wed, 25 Jan 2017 20:53:02 +0000 (21:53 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 21 Feb 2017 13:45:59 +0000 (14:45 +0100)
commitfce9d75b2c44c354457522643eddc914e41f2d84
tree96ff63573ada4fffceb7ed412265eadf15bb6566
parent2b7650e7ec9241745e4f66c932d6cffaece927d7
dev-tools: Simple tool which automates rebasing LZ4 compat library

This tool depends on a cloned upstream LZ4 git repository and a
checked out release tag.  Then run the script like this:

   $ ./dev-tools/lz4-rebaser.sh /path/to/lz4.git

To see the result before committing, use: git diff --cached

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170125205302.23069-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13962.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
dev-tools/lz4-rebaser.sh [new file with mode: 0755]