From a351d1402dde775bc646f418cb339db2fe7ad3ac Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Instead of naming each ref to push, specifies that all - refs under $GIT_DIR/refs/heads/ and $GIT_DIR/refs/tags/ + refs under $GIT_DIR/refs/ (which includes but is not + limited to refs/heads/, refs/remotes/, and refs/tags/) be mirrored to the remote repository. Newly created local refs will be pushed to the remote end, locally updated refs will be force updated on the remote end, and deleted refs @@ -768,7 +769,7 @@ by Linus Torvalds <torvalds@osdl.org>