]> git.ipfire.org Git - thirdparty/git.git/commit
Add git-push --thin.
authorJunio C Hamano <junkio@cox.net>
Mon, 20 Feb 2006 08:09:41 +0000 (00:09 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 20 Feb 2006 08:09:41 +0000 (00:09 -0800)
commita79a27636098be2b9652f59bd447ac074f741e26
treec17d0bf03e895f66db0529f585fb65846117c28d
parent2245be3e7a5a2999ebf7d38e569c98994b0cda31
Add git-push --thin.

Maybe we would want to make this default before it graduates to
the master branch, but in the meantime to help testing things,
this allows you to say "git push --thin destination".

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-push.sh