]> git.ipfire.org Git - thirdparty/git.git/commit - shallow.c
allow deepening of a shallow repository
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 30 Oct 2006 19:09:53 +0000 (20:09 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 23:42:49 +0000 (15:42 -0800)
commitf53514bc2d82f2f5cc7b447575e74aa266ed46f0
tree66550c439e27a793cce8d1cee474620d54e81bc1
parent016e6ccbe03438454777e43dd73d67844296a3fd
allow deepening of a shallow repository

Now, by saying "git fetch -depth <n> <repo>" you can deepen
a shallow repository.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
commit.h
fetch-pack.c
git-fetch.sh
shallow.c
upload-pack.c