]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
transport-helper: clarify pushing without refspecs
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 18 Apr 2013 04:14:30 +0000 (23:14 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 06:27:03 +0000 (23:27 -0700)
commit21610d820b97583a8f4e3e7f4a48716c8e32fd92
treeff5afc835ea273a105a2ed0b7514b2fc5c30ff0e
parentbb0a5cc9dc574e1dda4ee6bcb1e0f166d29dcd65
transport-helper: clarify pushing without refspecs

This has never worked, since it's inception the code simply skips all
the refs, essentially telling fast-export to do nothing.

Let's at least tell the user what's going on.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt
t/t5801-remote-helpers.sh
transport-helper.c