Skip to content

Commit 26a6637

Browse files
committed
[repository #190] put git-lock into ST1…
…just to use its lock mode.
1 parent 1e029b4 commit 26a6637

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

STABILITY.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,21 @@ The following schematic helps to visualize what follows.
5656
║ │ ┌─────────────┐ ┌─────────────┐ │ ║
5757
║ │ │ git-ref │ │ git-config │ │ ║ │
5858
║ │ └─────────────┘ └─────────────┘ │ ║
59-
║ │ ┌─────────────┐ │ ║ │
60-
║ │ │ git-object │ │ ║
61-
║ │ └─────────────┘ │ ║ │
59+
║ │ ┌─────────────┐ ┌─────────────┐ │ ║ │
60+
║ │ │ git-object │ │ git-lock │ ║
61+
║ │ └─────────────┘ └─────────────┘ │ ║ │
6262
║ └───────────────────────────────────┘ ║
6363
║ ║ │
6464
╚═════════════════════════════════════════════╝
65-
Stability Tier 2 ─────────────────────────────┐ │
66-
│ │
67-
│ Plumbing Crates─────────────────────┐ │ │
68-
│ │ ┌─────────────┐ ┌─────────────┐ │ │
69-
│ │ │ git-odb │ │ git-diff │ │ │ │
70-
│ │ └─────────────┘ └─────────────┘ │ │
65+
66+
Stability Tier 2 ─────────────────────────────┐
67+
│ │ │
68+
│ Plumbing Crates─────────────────────┐ │
7169
│ │ ┌─────────────┐ ┌─────────────┐ │ │ │
72-
│ │ │git-traverse │ │ git-pack │ │◀ ─ ┼ ─
70+
│ │ │ git-odb │ │ git-diff │ │ │
71+
│ │ └─────────────┘ └─────────────┘ │ │ │
72+
│ │ ┌─────────────┐ ┌─────────────┐ │ │
73+
│ │ │git-traverse │ │ git-pack │ │◀─ ─│─ ┘
7374
│ │ └─────────────┘ └─────────────┘ │ │
7475
│ │ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │
7576
│ │ …many more… │ │

etc/crate-structure.monopic

119 Bytes
Binary file not shown.

git-repository/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ pub use git_diff as diff;
9494
#[cfg(feature = "unstable")]
9595
pub use git_features::{parallel, progress, progress::Progress};
9696
pub use git_hash as hash;
97-
#[cfg(feature = "unstable")]
9897
pub use git_lock as lock;
9998
pub use git_object as objs;
10099
#[cfg(feature = "unstable")]

0 commit comments

Comments
 (0)