Skip to content

Commit 59b95c9

Browse files
committed
fix journey tests after gix restructuring (#331)
1 parent c19d9fd commit 59b95c9

File tree

82 files changed

+447
-1005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+447
-1005
lines changed

src/plumbing/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ pub mod revision {
189189
///
190190
pub mod free {
191191
#[derive(Debug, clap::Subcommand)]
192+
#[clap(visible_alias = "no-repo")]
192193
pub enum Subcommands {
193194
/// Subcommands for interacting with git remote server.
194195
#[clap(subcommand)]

tests/journey/gix.sh

Lines changed: 446 additions & 443 deletions
Large diffs are not rendered by default.

tests/snapshots/plumbing/commit-graph/verify/statistics-json-success renamed to tests/snapshots/plumbing/no-repo/commit-graph/verify/statistics-json-success

File renamed without changes.

tests/snapshots/plumbing/commit-graph/verify/statistics-success renamed to tests/snapshots/plumbing/no-repo/commit-graph/verify/statistics-success

File renamed without changes.

tests/snapshots/plumbing/pack/explode/broken-delete-pack-to-sink-failure renamed to tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-failure

File renamed without changes.

tests/snapshots/plumbing/pack/explode/broken-delete-pack-to-sink-skip-checks-success renamed to tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-skip-checks-success

File renamed without changes.

tests/snapshots/plumbing/pack/explode/broken-with-objects-dir-skip-checks-success-tree-zlib-ng renamed to tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-zlib-ng

File renamed without changes.

tests/snapshots/plumbing/pack/explode/missing-objects-dir-fail renamed to tests/snapshots/plumbing/no-repo/pack/explode/missing-objects-dir-fail

File renamed without changes.

tests/snapshots/plumbing/pack/explode/to-sink-delete-pack-success renamed to tests/snapshots/plumbing/no-repo/pack/explode/to-sink-delete-pack-success

File renamed without changes.

tests/snapshots/plumbing/pack/explode/to-sink-success renamed to tests/snapshots/plumbing/no-repo/pack/explode/to-sink-success

File renamed without changes.

0 commit comments

Comments
 (0)