]> git.ipfire.org Git - thirdparty/git.git/commit
t7700: move keywords onto their own line
authorDenton Liu <liu.denton@gmail.com>
Wed, 27 Nov 2019 19:53:49 +0000 (11:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Nov 2019 21:20:15 +0000 (13:20 -0800)
commitd2eee32a8980c12be05c96e3ca84084a6234be32
tree9114af52c7a432078d214da1731faf0c836dd359
parent7a1c8c2346d43b4e5e5a59997288ae805a2a5019
t7700: move keywords onto their own line

The code style for tests is to have statements on their own line if
possible. Move keywords onto their own line so that they conform with
the test style.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh