sn_routing 0.48.1

A secured storage DHT
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

output=$(git log --oneline origin/master.. | grep -iE 'fixup|wip')
if [[ $? != 1 ]]; then
    echo "Found fixup or WIP commit(s):"
    echo "$output"
    exit 1
fi