.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH git-branchless-reword 1 "reword " .SH NAME reword \- Reword commits .SH SYNOPSIS \fBreword\fR [\fB\-\-hidden\fR] [\fB\-f\fR|\fB\-\-force\-rewrite\fR] [\fB\-m\fR|\fB\-\-message\fR] [\fB\-d\fR|\fB\-\-discard\fR] [\fB\-\-fixup\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIREVSETS\fR] .SH DESCRIPTION Reword commits .SH OPTIONS .TP \fB\-\-hidden\fR Include hidden commits in the results of evaluating revset expressions .TP \fB\-f\fR, \fB\-\-force\-rewrite\fR Force rewording public commits, even though other people may have access to those commits .TP \fB\-m\fR, \fB\-\-message\fR=\fIMESSAGES\fR Message to apply to commits. Multiple messages will be combined as separate paragraphs, similar to `git commit` .TP \fB\-d\fR, \fB\-\-discard\fR Throw away the original commit messages. If `commit.template` is set, then the editor is pre\-populated with that; otherwise, the editor starts empty. .TP \fB\-\-fixup\fR=\fICOMMIT_TO_FIXUP\fR A commit to "fix up". The reworded commits will become `fixup!` commits (suitable for use with `git rebase \-\-autosquash`) targeting the supplied commit .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .TP [\fIREVSETS\fR] [default: stack() | @] Zero or more commits to reword