Expand description
Print compact HEAD commit info for shell prompts.
ยงErrors
- Repository discovery or HEAD resolution fails.
Constantsยง
- MAX_
SUBJECT_ ๐LEN - Maximum number of characters shown for the commit subject before truncating with
โฆ. - SHORT_
HASH_ ๐LEN - Short hash length (standard Git abbreviation).
Functionsยง
- main ๐
- write_
commit_ ๐relative_ time - Writes a duration in seconds as the shortest human-readable unit directly to
out. - write_
commit_ ๐truncated_ msg - Writes up to
maxcharacters ofs, appendingโฆwhen the string is longer.