git-subset 0.1.0

Super fast Git tree filtering.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "git-subset"
version = "0.1.0"
authors = ["Jason White"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/jasonwhite/git-subset"
documentation = "https://github.com/jasonwhite/git-subset"
homepage = "https://github.com/jasonwhite/git-subset"
description = """
Super fast Git tree filtering.
"""
keywords = ["git", "filter-branch", "tree"]
categories = ["command-line-utilities"]

[dependencies]
git2 = "0.6"
clap = "2.0"