gitrevset 0.2.0

A domain-specific-language to select commits in a git repo. Similar to Mercurial's revset.
Documentation
1
2
3
4
5
6
with import <nixpkgs> {};
stdenv.mkDerivation {
  name = "gitrevset";
  # used by the git2 crate
  buildInputs = [ openssl pkg-config ];
}