author | Jeff King <peff@peff.net> | |
Tue, 18 Sep 2007 08:15:34 +0000 (04:15 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Sep 2007 21:00:20 +0000 (14:00 -0700) | ||
commit | 5c633a4cbeb95fc86c9b3e6126749cf34a2691b5 | |
tree | 3029bdd14f39d6a825ac60124d19e7e83c9b51a4 | tree | snapshot |
parent | bf1ee636780f3fcaf358827168fa8a0e26c598e2 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-send-pack.txt | diff | blob | history | |
t/t5400-send-pack.sh | diff | blob | history |