]> git.ipfire.org Git - thirdparty/git.git/commit
upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 24 Nov 2006 14:58:25 +0000 (15:58 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 23:42:50 +0000 (15:42 -0800)
commit1f2de769812f0adea598269d788c9c75d23e80b8
tree133c070d69b41eb3f2adc654265098708d39a7af
parentd6491e3a214541aeb016b0688d0920845b03932d
upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.

A commit may have been put on the shallow list, and then reached from
another branch and marked NOT_SHALLOW without being removed from the
list.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
upload-pack.c