.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "GIT-CRECORD" 1 "2022-03-20" "20230226.0" "Git" .SH NAME git-crecord \- interactively select changes to commit or stage .SH SYNOPSIS .sp \fBgit crecord\fP [\-h] .sp \fBgit crecord\fP [\-v] [\-\-author=\fIAUTHOR\fP] [\-\-date=\fIDATE\fP] [\-m \fIMESSAGE\fP] [\-\-amend] [\-s] .SH DESCRIPTION .sp \fBgit\-crecord\fP is a Git subcommand which allows users to interactively select changes to commit or stage using a ncurses\-based text user interface. It is a port of the Mercurial crecord extension originally written by Mark Edgington. .sp git\-crecord allows you to interactively choose among the changes you have made (with line\-level granularity), and commit, stage or unstage only those changes you select. After committing or staging the selected changes, the unselected changes are still present in your working copy, so you can use crecord multiple times to split large changes into several smaller changesets. .SH OPTIONS .sp \fB\-\-author=\fP\fIAUTHOR\fP .INDENT 0.0 .INDENT 3.5 Override the commit author. Specify an explicit author using the standard \fBA U Thor \fP format. Otherwise \fIAUTHOR\fP is assumed to be a pattern and is used to search for an existing commit by that author (i.e. \fBrev\-list \-\-all \-i \-\-author=AUTHOR\fP); the commit author is then copied from the first such commit found. .UNINDENT .UNINDENT .sp \fB\-\-date=\fP\fIDATE\fP .INDENT 0.0 .INDENT 3.5 Override the author date used in the commit. .UNINDENT .UNINDENT .sp \fB\-m\fP \fIMESSAGE\fP, \fB\-\-message=\fP\fIMESSAGE\fP .INDENT 0.0 .INDENT 3.5 Use the given \fIMESSAGE\fP as the commit message. If multiple \fB\-m\fP options are given, their values are concatenated as separate paragraphs. .UNINDENT .UNINDENT .sp \fB\-C\fP \fICOMMIT\fP, \fB\-\-reuse\-message=\fP\fICOMMIT\fP .INDENT 0.0 .INDENT 3.5 Reuse the commit message and the authorship information (including the timestamp) of the given commit. .UNINDENT .UNINDENT .sp \fB\-c\fP \fICOMMIT\fP, \fB\-\-reedit\-message=\fP\fICOMMIT\fP .INDENT 0.0 .INDENT 3.5 Like \fB\-C\fP, but invoke an editor to allow the user to edit the commit message. .UNINDENT .UNINDENT .sp \fB\-\-fixup=\fP\fICOMMIT\fP .INDENT 0.0 .INDENT 3.5 Automatically create the commit message by prepending \(dqfixup!\(dq to the commit message of the given commit. .UNINDENT .UNINDENT .sp \fB\-\-reset\-author\fP .INDENT 0.0 .INDENT 3.5 When used with \fB\-C\fP/\fB\-c\fP/\fB\-\-amend\fP options, or when committing after a conflicting cherry\-pick, declare that the authorship of the resulting commit now belongs to the committer. This also renews the author timestamp. .UNINDENT .UNINDENT .sp \fB\-s\fP, \fB\-\-signoff\fP .INDENT 0.0 .INDENT 3.5 Add \fBSigned\-off\-by\fP line by the committer at the end of the commit log message. .UNINDENT .UNINDENT .sp \fB\-\-amend\fP .INDENT 0.0 .INDENT 3.5 Amend previous commit. Replace the tip of the current branch by creating a new commit. The message from the original commit is used as the starting point, instead of an empty message, when no other message is specified from the command line via \fB\-m\fP option. The new commit has the same parents and author as the current one. .UNINDENT .UNINDENT .sp \fB\-S\fP \fIKEY\-ID\fP, \fB\-\-gpg\-sign\fP \fIKEY\-ID\fP .INDENT 0.0 .INDENT 3.5 GPG\-sign commits. The \fIKEY\-ID\fP argument is optional and defaults to the committer identity. .UNINDENT .UNINDENT .sp \fB\-\-no\-gpg\-sign\fP .INDENT 0.0 .INDENT 3.5 Don’t sign this commit even if \fIcommit.gpgSign\fP is set. .UNINDENT .UNINDENT .sp \fB\-v\fP, \fB\-\-verbose\fP .INDENT 0.0 .INDENT 3.5 Be more verbose. .UNINDENT .UNINDENT .sp \fB\-\-debug\fP .INDENT 0.0 .INDENT 3.5 Show all sorts of debugging information. Implies \fB\-\-verbose\fP\&. .UNINDENT .UNINDENT .sp \fB\-h\fP .INDENT 0.0 .INDENT 3.5 Show this help message and exit. .UNINDENT .UNINDENT .SH SEE ALSO .sp \fBgit\-commit\fP(1) .SH AUTHOR Andrej Shadura .\" Generated by docutils manpage writer. .