| Crates.io | git-stree |
| lib.rs | git-stree |
| version | 0.2.4 |
| created_at | 2022-01-17 17:15:36.261684+00 |
| updated_at | 2022-10-09 11:58:00.409386+00 |
| description | Library for working with my improved git subtree schema |
| homepage | |
| repository | https://github.com/kalkin/rust-git-stree |
| max_upload_size | |
| id | 515689 |
| size | 39,204 |
Library for working with my improved git subtree schema.
The subtrees with their <prefix>, <repository> and a target to follow are
tracked in .gitsubtrees files. Each .gitsubtrees file contains information
about tracked subtrees in the same directory.
.gitsubtrees Format[example]
version = 1 ; opional normally, required if no other key specified
upstream = https://example.com/ORIGINAL/example
origin = https://example.com/FORKED/example
follow = master ; some ref or a semver range
pre-releases = false ; if allow pulling pre-releases