gitnu 0.4.8

gitnu indexes your git status so you can use numbers instead of filenames.
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
mod macros;
use macros::assert;
use macros::status;

mod data;
mod integration;
mod read;
mod test;