[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

Crate git2_ext

Source
Expand description

Extensions for git2

Goals:

  • Provide “good enough” implementations of essential or higher-level git2 logic, like cherry-pick, squash, hooks, authentication (not implemented yet), etc
  • The above serves as examples for people needing to write their own implementations

Modules§

hooks
ops
Higher-level git operations
tree
Lower-level Tree operations
utils