Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Serves git’s filter protocol until the stream closes.

§Errors

crate::Error::Config when the repository or .git-xcrypt cannot be read, crate::Error::Io on a broken pipe.