pub fn load_gitmessage_template() -> StringExpand description
Load .gitmessage template from various locations Search order:
- ~/.gitmessage (user custom) - highest priority
- ./.gitmessage (project root)
- Embedded default template (from docs/.gitmessage at build time)