t6050: add tests for listing with --format
commitbbbb4afc26cd3d711e07a345d1e5f9eedc68100f
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 11 Dec 2013 07:46:11 +0000 (11 08:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2013 19:53:49 +0000 (12 11:53 -0800)
treef90ba7b6aae6590b8aaf8616291f3208f70cac14
parent44f9f850e8ee6e2824ceb1855d836d484340edf7
t6050: add tests for listing with --format

This patch adds tests for "git replace -l --format=<fmt>".

'short', 'medium' and 'full' are the only allowed values
for <fmt>.

'short' is the same as with no --format option.
Tests for 'medium' and 'full' are the most needed.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6050-replace.sh