git-push: documentation and tests for pushing only branches
commit5c633a4cbeb95fc86c9b3e6126749cf34a2691b5
authorJeff King <peff@peff.net>
Tue, 18 Sep 2007 08:15:34 +0000 (18 04:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 21:00:20 +0000 (18 14:00 -0700)
tree3029bdd14f39d6a825ac60124d19e7e83c9b51a4
parentbf1ee636780f3fcaf358827168fa8a0e26c598e2
git-push: documentation and tests for pushing only branches

Commit 098e711e caused git-push to match only branches when
considering which refs to push. This patch updates the
documentation accordingly and adds a test for this behavior.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt
Documentation/git-send-pack.txt
t/t5400-send-pack.sh