git-lfs/tasklog
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
..
list_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
list_task.go tasklog/log.go: print "done" messages with a trailing period 2019-08-23 17:04:37 -04:00
log_test.go tasklog/log.go: print "done" messages with a trailing period 2019-08-23 17:04:37 -04:00
log.go tasklog/log.go: print "done" messages with a trailing period 2019-08-23 17:04:37 -04:00
percentage_task_test.go tasklog: un-t.Skip() TestPercentageTaskCalculatesPercentWithoutTotal 2017-12-04 12:01:17 -08:00
percentage_task.go tasklog: note alignemnt issue in *PercentageTask 2018-02-26 17:06:10 -08:00
simple_task_test.go tasklog: update tests 2017-12-01 14:29:08 -08:00
simple_task.go tasklog/simple_task: wait for call to OnComplete 2017-12-01 14:23:47 -08:00
task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00