diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-01-11 16:05:47 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-11 09:10:57 -0800 |
commit | 682c7d2f1a2d1a5443777237450505738af2ff1a (patch) | |
tree | 785facb77381b9324babbb32438295369f531456 /url.c | |
parent | fetch: add --unshallow for turning shallow repo into complete one (diff) | |
download | tgif-682c7d2f1a2d1a5443777237450505738af2ff1a.tar.xz |
upload-pack: fix off-by-one depth calculation in shallow clone
get_shallow_commits() is used to determine the cut points at a given
depth (i.e. the number of commits in a chain that the user likes to
get). However we count current depth up to the commit "commit" but we
do the cutting at its parents (i.e. current depth + 1). This makes
upload-pack always return one commit more than requested. This patch
fixes it.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'url.c')
0 files changed, 0 insertions, 0 deletions