Searched refs:trailers (Results 1 – 2 of 2) sorted by relevance
8 # Save any commit message trailers generated by Git.11 trailers=$(git interpret-trailers --parse "$file")20 # Restore any trailers that Commitizen might have overwritten.26 git interpret-trailers --in-place --trailer "$trailer" "$file"27 done <<< "$trailers"
181 * Fix up commit trailers, which for some reason are not correctly recognized and186 const trailers = execa.sync("git", ["interpret-trailers", "--parse"], {190 note.text = note.text.replace(trailers, "").trim();