mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
git/serve: we don't do thin packs -- advertise it.
This commit is contained in:
parent
0636bfc774
commit
e2fa84d6cd
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ showrefs(Conn *c)
|
|||
|
||||
s = gethead(&head, buf, sizeof(buf));
|
||||
if(s != nil)
|
||||
r = fmtpkt(c, "%H HEAD%csymref=HEAD:%s\n", head, 0, s);
|
||||
r = fmtpkt(c, "%H HEAD%csymref=HEAD:%s no-thin\n", head, 0, s);
|
||||
else
|
||||
r = fmtpkt(c, "%H HEAD\n", head);
|
||||
r = fmtpkt(c, "%H HEAD%cno-thin\n", head, 0);
|
||||
if(r == -1)
|
||||
goto error;
|
||||
|
||||
|
|
Loading…
Reference in a new issue