diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-01-10 12:43:47 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-01-11 16:05:54 -0500 |
commit | b94db01fffe21e64f594e0235fabaa00903fdd93 (patch) | |
tree | e3ae771f22957c26456f1fce6d249bd94890edbb /makediff.sh | |
parent | 4d823ad7890db979ef176684dff3352cd3bc673e (diff) | |
download | virtio-spec-b94db01fffe21e64f594e0235fabaa00903fdd93.tar.gz |
edit: pick up a cleanup commit for diff
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'makediff.sh')
-rwxr-xr-x | makediff.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makediff.sh b/makediff.sh index 679e2b6..4d48519 100755 --- a/makediff.sh +++ b/makediff.sh @@ -20,6 +20,7 @@ while read -r rev; do git cherry-pick --keep-redundant-commits --allow-empty `git rev-list -1 -F --grep "$rev" $newrev` || exit 1 done << 'EOF' headerfile: rename virtio_ring to virtio queue +edit: drop obsolete commands related to cs02 EOF #mv specvars.tex specvars-orig.tex |