Lines Matching refs:commit
64 makes a change to SHA1's commit log text or metadata.
65 --append-dot append a dot to the first line of each commit message if
67 --no-cluster never cluster commit messages under the same date/author
68 header; the default is to cluster adjacent commit messages
69 if their headers are the same and neither commit message
75 --format=FMT set format string for commit subject and body;
78 --strip-tab remove one additional leading TAB from commit message lines.
80 this includes the "cherry picked from commit ..." line,
107 a line) referring to a commit in the current project, and CODE refers to one
150 # (alone on a line) referring to a commit in the current project, and
248 # that makes a correction in the log or attribution of that commit.
282 # If this commit's log requires any transformation, do it now.
306 $rest =~ s/^\s*\(cherry picked from commit [\da-f]+\)\n//m;
354 # If clustering of commit messages has been disabled, if this header
377 warn "$ME: warning: empty commit message:\n $date_line\n";