]> git.ipfire.org Git - thirdparty/git.git/commit - send-pack.c
receive/send-pack: support pushing from a shallow clone
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 5 Dec 2013 13:02:44 +0000 (20:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Dec 2013 00:14:17 +0000 (16:14 -0800)
commit5dbd767601812209273ae007a97b7c9305dc6cfd
treee17d9738c8084dc2ba7e47f58e8d6eb5e99ee623
parent31c42bff35ffc0a99ca77947389749d1397e1079
receive/send-pack: support pushing from a shallow clone

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt
builtin/receive-pack.c
builtin/send-pack.c
send-pack.c
t/t5538-push-shallow.sh [new file with mode: 0755]