Code

http-push: add back underscore separator before lock token
authorTay Ray Chuan <rctay89@gmail.com>
Tue, 3 Feb 2009 13:07:26 +0000 (21:07 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 06:16:24 +0000 (22:16 -0800)
commit223bd9317643f8ccef3447583944e58c13c10db9
tree1577f0f1a1862795b30885401dc62cf329231a4a
parentdcdb3335c13c018cbc75b49c170080817c123834
http-push: add back underscore separator before lock token

817d14a (http-push: refactor request url creation, 2009-01-31) removed the
underscore separator between the object path and the appended lock token.

This patch adds it back.

This would be keeping in line with the aforementioned patch's objective
of refactoring, without changing the behaviour and effect, of the code.

This would also be useful for testing if the lock token has been
indeed appended to the object url.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c