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 4989cda commit 646f146Copy full SHA for 646f146
gix-status/src/lib.rs
@@ -2,10 +2,14 @@
2
//! of the repository state, like comparisons between…
3
//!
4
//! * index and working tree
5
-//! * index and tree
6
-//! * find untracked files
+//! * tree and index
7
8
-//! While also being able to check check if the working tree is dirty, quickly.
+//! While also being able to check if the working tree is dirty, quickly.
+//!
9
+//! ### Difference to `gix-diff`
10
11
+//! Technically, `status` is just another form of diff between different kind of sides, i.e. an index and a working tree.
12
+//! This is the difference to `gix-diff`, which compares only similar items.
13
14
//! ### Feature Flags
15
#![cfg_attr(
0 commit comments