Skip to content

Commit

Permalink
'pack' with its own sub-commands (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 1, 2022
1 parent 8677f7e commit fb64af4
Show file tree
Hide file tree
Showing 38 changed files with 754 additions and 721 deletions.
388 changes: 196 additions & 192 deletions src/plumbing/main.rs

Large diffs are not rendered by default.

394 changes: 207 additions & 187 deletions src/plumbing/options.rs

Large diffs are not rendered by default.

671 changes: 339 additions & 332 deletions tests/journey/gix.sh

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
error: Found argument 'receive' which wasn't expected, or isn't valid in this context

USAGE:
gix pack <SUBCOMMAND>

For more information try --help
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
error: Found argument 'remote' which wasn't expected, or isn't valid in this context

USAGE:
gix [OPTIONS] <SUBCOMMAND>

For more information try --help

0 comments on commit fb64af4

Please sign in to comment.