File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,6 @@ fn make_app() -> clap::Command {
4545 . help ( "Produce a history that contains only commits listed in the given file" )
4646 . long ( "squash-file" )
4747 )
48- . arg (
49- clap:: Arg :: new ( "author" )
50- . help ( "Author to use for commits with rewritten message" )
51- . long ( "author" )
52- )
53- . arg (
54- clap:: Arg :: new ( "email" )
55- . help ( "Author email to use for commits with rewritten message" )
56- . long ( "email" )
57- )
5848 . arg (
5949 clap:: Arg :: new ( "single" )
6050 . action ( clap:: ArgAction :: SetTrue )
Original file line number Diff line number Diff line change 2828
2929 $ git merge -q branch2 -- no-ff
3030
31- $ josh-filter -s -- squash-pattern " refs/tags/*" -- author " New Author " -- email " new @ e .mail " -- update refs/ heads/ filtered
31+ $ josh-filter -s -- squash-pattern " refs/tags/*" -- update refs/ heads/ filtered
3232 Warning: reference refs/ heads/ filtered wasn't updated
3333 [1 ] : squash(
3434
You can’t perform that action at this time.
0 commit comments