summaryrefslogtreecommitdiffstats
path: root/routes
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 22:35:48 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 22:35:48 +0530
commit3e6a720154b70a9882af14399548e494b1d0089f (patch)
tree6926af0c380ce3eb303af05d664a78962083d546 /routes
parent5091695e75b2db30b8926d8aa17164c84031bc77 (diff)
downloadlegit-3e6a720154b70a9882af14399548e494b1d0089f.tar.gz
legit-3e6a720154b70a9882af14399548e494b1d0089f.tar.bz2
legit-3e6a720154b70a9882af14399548e494b1d0089f.zip
git, templates: diff view
Diffstat (limited to 'routes')
-rw-r--r--routes/routes.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/routes.go b/routes/routes.go
index f52e86a..7e2e897 100644
--- a/routes/routes.go
+++ b/routes/routes.go
@@ -188,6 +188,7 @@ func (d *deps) Log(w http.ResponseWriter, r *http.Request) {
}
commits, err := gr.Commits()
+ log.Println(len(commits))
if err != nil {
d.Write500(w)
log.Println(err)