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.
pub fn run() -> Result<()>Serves git’s filter protocol until the stream closes.
crate::Error::Config when the repository or .git-xcrypt cannot be read,
crate::Error::Io on a broken pipe.