git-commitgraph 0.0.0

A WIP crate of the gitoxide project dedicated implementing the git commitgraph file format and its maintenance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project dedicated implementing the git commitgraph file format and its maintenance"
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
edition = "2018"
license = "MIT/Apache-2.0"
name = "git-commitgraph"
repository = "https://github.com/Byron/git-oxide"
version = "0.0.0"