aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-17 20:23:14 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-17 20:23:14 +0200
commit1332a6ec0a00b2475bc2b7b35b4c61425361d6b6 (patch)
treeff9ee93ea4a3bafc99d049d4f0c7b9f199ff0fec /bug/snapshot.go
parent9e6c687fca71103fd7550e25c471b9f805337b09 (diff)
downloadgit-bug-1332a6ec0a00b2475bc2b7b35b4c61425361d6b6.tar.gz
ls: add some colors
Diffstat (limited to 'bug/snapshot.go')
-rw-r--r--bug/snapshot.go2
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),