gitpatcher

Crates.iogitpatcher
lib.rsgitpatcher
version0.2.3
sourcesrc
created_at2020-06-06 03:15:02.662735
updated_at2023-10-11 06:32:15.506918
descriptionA library that uses git to maintain a set of patches around a submodule
homepage
repositoryhttps://github.com/Techcable/gitpatcher
max_upload_size
id250534
size66,302
(Techcable)

documentation

README

gitpatcher

A rust library that uses git to maintain a set of patch files against a submodule.

Features

  • Uses libgit2 internally
  • The patcher creates a single patch file per commit
  • It automatically adds patch files to the parent repository
    • Internally filters out redundant changes in patches, to avoid committing unnecessary changes

See also

Commit count: 80

cargo fmt