Skip to main content

Crate strgci

Crate strgci 

Source
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 max characters of s, appending โ€ฆ when the string is longer.