Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > --- > The funny thing is, even with --depth=0, I still have two commit grafts > in $GIT_DIR/shallow, which are grafts of tags. I think there is a bug somewhere.. > > builtin/fetch-pack.c | 2 +- > shallow.c | 2 +- > upload-pack.c | 8 ++++---- > 3 files changed, 6 insertions(+), 6 deletions(-) > Fist, it lacks documentation update that --depth=0 means infinite depth (making repository not-shallow). Second, it would be nice (though probably not easy with parseopt, as it would require hacks/extensions) to be able to use --depth=inf (like wget supports '-l inf') to mean infinite depth... -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html