summaryrefslogtreecommitdiff
path: root/src/bin/pre-push.rs
blob: e34586b01f247f9c3c2d4cb308615e2b84763b8f (plain)
1
2
3
4
5
6
7
8
9
extern crate rust_git_hooks;
use rust_git_hooks::*;

use std::env;
use std::io::{stdin, BufRead};

fn main() {
    log();
}