diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-12-11 18:10:12 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-12-11 18:10:12 +0100 |
commit | 3784181e4fad3c947dfa95081d8a0b34f5be12d4 (patch) | |
tree | 48263aa693149f997cdd7ac0c51bf0f994743748 /templates/commit.qtpl.go | |
parent | 57efc8d2173fdff1ef99157a2633d3f1d366a290 (diff) | |
download | cerrado-3784181e4fad3c947dfa95081d8a0b34f5be12d4.tar.gz cerrado-3784181e4fad3c947dfa95081d8a0b34f5be12d4.tar.bz2 cerrado-3784181e4fad3c947dfa95081d8a0b34f5be12d4.zip |
feat: Disable auth if passphrase is empty
Disable all auth mechanism when passphrase is empty. That will allow for
a simpler setup.
Diffstat (limited to 'templates/commit.qtpl.go')
-rw-r--r-- | templates/commit.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.qtpl.go b/templates/commit.qtpl.go index fac2e88..ea8f020 100644 --- a/templates/commit.qtpl.go +++ b/templates/commit.qtpl.go @@ -39,7 +39,7 @@ func StreamCommit(qw422016 *qt422016.Writer, name string, c *object.Commit, show //line templates/commit.qtpl:7 qw422016.E().S(c.Hash.String()) //line templates/commit.qtpl:7 - qw422016.N().S(`">`) + qw422016.N().S(`/">`) //line templates/commit.qtpl:7 qw422016.E().S(c.Hash.String()[0:8]) //line templates/commit.qtpl:7 |