load_gitmessage_template

Function load_gitmessage_template 

Source
pub fn load_gitmessage_template() -> String
Expand description

Load .gitmessage template from various locations Search order:

  1. ~/.gitmessage (user custom) - highest priority
  2. ./.gitmessage (project root)
  3. Embedded default template (from docs/.gitmessage at build time)