File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ mod options {
30
30
/// Verify the integrity of a pack or index file
31
31
#[ structopt( setting = AppSettings :: ColoredHelp ) ]
32
32
PackExplode {
33
- #[ structopt( long, requires ( "object_path" ) ) ]
33
+ #[ structopt( long) ]
34
34
/// Read written objects back and assert they match their source. Fail the operation otherwise.
35
35
///
36
36
/// Only relevant if an object directory is set.
@@ -54,7 +54,7 @@ mod options {
54
54
/// This helps to determine overhead related to compression. If unset, the sink will
55
55
/// only create hashes from bytes, which is usually limited by the speed at which input
56
56
/// can be obtained.
57
- #[ structopt( long, conflicts_with ( "object_path" ) ) ]
57
+ #[ structopt( long) ]
58
58
sink_compress : bool ,
59
59
60
60
/// Display verbose messages and progress information
Original file line number Diff line number Diff line change 41
41
* [x] progress
42
42
* [x] option to compress sink input too
43
43
* [x] unrelated: see if delta-decode buffer optimization can work easily
44
- * [ ] --verify
44
+ * [x ] --verify
45
45
* [ ] can the pack object also gain 'verify' capabilities, like the loose object? Reduce complexity in the pack-verify impl
46
46
* [ ] statistics
47
47
You can’t perform that action at this time.
0 commit comments