MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / full_message

Method full_message

atomic-cli/src/commands/git/parallel.rs:157–162  ·  view source on GitHub ↗

Full commit message (subject + body), for trailer-aware classification of merges and squashes.

(&self)

Source from the content-addressed store, hash-verified

155 /// Full commit message (subject + body), for trailer-aware
156 /// classification of merges and squashes.
157 fn full_message(&self) -> String {
158 match &self.metadata.description {
159 Some(desc) => format!("{}\n\n{}", self.metadata.message, desc),
160 None => self.metadata.message.clone(),
161 }
162 }
163}
164
165/// Whether to skip importing this commit because `atomic git push` created

Callers 3

try_squash_insertMethod · 0.80
write_commitMethod · 0.80
write_empty_commitMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected