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

Method full_message

atomic-cli/src/commands/git/parallel.rs:151–156  ·  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

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

Callers 2

write_commitMethod · 0.80
write_empty_commitMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected