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 03aa2e3 commit 9806cb0Copy full SHA for 9806cb0
gix/src/submodule/mod.rs
@@ -314,11 +314,7 @@ pub mod status {
314
/// ordered from cheap to expensive shows that the submodule is dirty.
315
/// Thus, submodules that are clean will still impose the complete set of computation, as given.
316
#[doc(alias = "submodule_status", alias = "git2")]
317
- pub fn status(
318
- &self,
319
- ignore: config::Ignore,
320
- check_dirty: bool,
321
- ) -> Result<crate::submodule::status::types::Status, Error> {
+ pub fn status(&self, ignore: config::Ignore, check_dirty: bool) -> Result<Status, Error> {
322
self.status_opts(ignore, check_dirty, &mut |s| s)
323
}
324
/// Return the status of the submodule, just like [`status`](Self::status), but allows to adjust options
0 commit comments