diff options
Diffstat (limited to 'pkg/handler')
| -rw-r--r-- | pkg/handler/git/handler.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/handler/git/handler.go b/pkg/handler/git/handler.go index 33adc8d..b825ea4 100644 --- a/pkg/handler/git/handler.go +++ b/pkg/handler/git/handler.go @@ -384,7 +384,7 @@ func (g *GitHandler) Commit(w http.ResponseWriter, r *http.Request) error {  		Name: name,  		Ref:  ref,  		GitItemBase: &templates.GitItemCommitPage{ -			Commit: commit.Commit(), +			Commit: commit,  			Diff:   code.Bytes(),  		},  	}  | 
