diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-17 20:23:14 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-17 20:23:14 +0200 |
commit | 1332a6ec0a00b2475bc2b7b35b4c61425361d6b6 (patch) | |
tree | ff9ee93ea4a3bafc99d049d4f0c7b9f199ff0fec /bug | |
parent | 9e6c687fca71103fd7550e25c471b9f805337b09 (diff) | |
download | git-bug-1332a6ec0a00b2475bc2b7b35b4c61425361d6b6.tar.gz |
ls: add some colors
Diffstat (limited to 'bug')
-rw-r--r-- | bug/snapshot.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/snapshot.go b/bug/snapshot.go index 53a010bb..41d96aa2 100644 --- a/bug/snapshot.go +++ b/bug/snapshot.go @@ -25,7 +25,7 @@ func (snap Snapshot) HumanId() string { } func (snap Snapshot) Summary() string { - return fmt.Sprintf("c:%d l:%d %s", + return fmt.Sprintf("C:%d L:%d %s", len(snap.Comments)-1, len(snap.Labels), snap.LastEdit().Format(time.RFC822), |