We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c6914 commit cb4ea6eCopy full SHA for cb4ea6e
src/repo.rs
@@ -456,6 +456,8 @@ impl Repository {
456
}
457
458
459
+ /// Returns the path of the shared common directory for this repository.
460
+ ///
461
/// If the repository is bare, it is the root directory for the repository.
462
/// If the repository is a worktree, it is the parent repo's gitdir.
463
/// Otherwise, it is the gitdir.
0 commit comments