Commit Graph

2 Commits

Author SHA1 Message Date
Taylor Blau
7c244da198 tasklog/log.go: print "done" messages with a trailing period
We use package 'tasklog' to print progress messages to the command line
interface, as in the case of 'git-migrate-import(1)' or
'git-lfs-prune(1)'.

This package aims to mimic the style of upstream Git's progress log
lines, which are identical in every way, except for the trailing period
at the end of 'done'.

Git does print this period, but Git LFS does not. Let's make the two
more similar by having LFS print this period, too.
2019-08-23 17:04:37 -04:00
Taylor Blau
45c580e60a tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00