Docs.rs
git-lfs-git-0.2.0
git-lfs-git 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
xfbs
Dependencies
bstr ^1
normal
git-lfs-pointer ^0.2.0
normal
gix-attributes ^0.32
normal
gix-glob ^0.25
normal
thiserror ^2
normal
sha2 ^0.10
dev
tempfile ^3
dev
Versions
73.15%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module path
git_
lfs_
git
0.2.0
Module path
Module Items
Functions
In crate git_
lfs_
git
git_lfs_git
Module
path
Copy item path
Source
Expand description
Repository path discovery.
Functions
§
git_dir
Path to the
.git
directory of the repository containing
cwd
. Always returns an absolute path. Errors if
cwd
isn’t inside a git repository.
lfs_dir
Path to the LFS storage directory for the repository (
<git-dir>/lfs
). The directory is not created.