aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-02-19 00:19:27 +0100
committerMichael Muré <batolettre@gmail.com>2019-03-01 22:40:27 +0100
commit71f9290fdae7551f3d3ada2179ece4084304d734 (patch)
tree3494e4d4491012899ace256f534f5faea1ba2a88 /commands
parentffe35fece1b1526949107f154abc21a1a02fc74d (diff)
downloadgit-bug-71f9290fdae7551f3d3ada2179ece4084304d734.tar.gz
identity: store the times properly
Diffstat (limited to 'commands')
-rw-r--r--commands/user.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/user.go b/commands/user.go
index e7a1da63..64482555 100644
--- a/commands/user.go
+++ b/commands/user.go
@@ -23,8 +23,6 @@ func runUser(cmd *cobra.Command, args []string) error {
var id *cache.IdentityCache
if len(args) == 1 {
- // TODO
- return errors.New("this is not working yet, cache need to be hacked on")
id, err = backend.ResolveIdentityPrefix(args[0])
} else {
id, err = backend.GetUserIdentity()