git-historian 0.3.2

Git Historian allows you to collect arbitrary data about a file at each point in its Git history. Think of it as git log --follow for every file in a repo, all at once.
Documentation
Build #344882016-11-13T05:41:01.449285+00:00
# rustc version
rustc 1.14.0-nightly (cae6ab1c4 2016-11-05)# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading git-historian v0.3.2
Compiling winapi v0.2.8
Compiling libc v0.2.17
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.17/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=ad32fde1bd850538 -C extra-filename=-ad32fde1bd850538 --out-dir /home/cratesfyi/git-historian-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/git-historian-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/git-historian-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --cap-lints allow`
Compiling kernel32-sys v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs --crate-name build_script_build --crate-type bin -g -C metadata=d6afa5bd3d7cfaef --out-dir /home/cratesfyi/git-historian-0.3.2/debug/build/kernel32-sys-d6afa5bd3d7cfaef --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --extern build=/home/cratesfyi/git-historian-0.3.2/debug/deps/libbuild-493a7b0628804707.rlib --cap-lints allow`
Running `/home/cratesfyi/git-historian-0.3.2/debug/build/kernel32-sys-d6afa5bd3d7cfaef/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs --crate-name kernel32 --crate-type lib -g -C metadata=df86a08647459244 -C extra-filename=-df86a08647459244 --out-dir /home/cratesfyi/git-historian-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --extern winapi=/home/cratesfyi/git-historian-0.3.2/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow`
Compiling time v0.1.35
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.35/src/lib.rs --crate-name time --crate-type lib -g -C metadata=750bfdd52feafcb7 -C extra-filename=-750bfdd52feafcb7 --out-dir /home/cratesfyi/git-historian-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --extern libc=/home/cratesfyi/git-historian-0.3.2/debug/deps/liblibc-ad32fde1bd850538.rlib --extern winapi=/home/cratesfyi/git-historian-0.3.2/debug/deps/libwinapi-0889532d327ff4e2.rlib --extern kernel32=/home/cratesfyi/git-historian-0.3.2/debug/deps/libkernel32-df86a08647459244.rlib --cap-lints allow`
Documenting git-historian v0.3.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/git-historian-0.3.2/src/lib.rs --crate-name git_historian -o /home/cratesfyi/git-historian-0.3.2/doc -L dependency=/home/cratesfyi/git-historian-0.3.2/debug/deps --extern time=/home/cratesfyi/git-historian-0.3.2/debug/deps/libtime-750bfdd52feafcb7.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 2.35 secs