ui-patch.c: Add additional newline after each patch
For consistency with git-format-patch(1). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Jason A. Donenfeld

vecāks
334aed8ab4
revīzija
840858594e
@ -20,7 +20,7 @@ test_expect_success 'find `Subject:` line' '
|
||||
'
|
||||
|
||||
test_expect_success 'find `cgit` signature' '
|
||||
tail -1 tmp | grep "^cgit"
|
||||
tail -2 tmp | head -1 | grep "^cgit"
|
||||
'
|
||||
|
||||
test_expect_success 'find initial commit' '
|
||||
@ -32,7 +32,7 @@ test_expect_success 'generate patch for initial commit' '
|
||||
'
|
||||
|
||||
test_expect_success 'find `cgit` signature' '
|
||||
tail -1 tmp | grep "^cgit"
|
||||
tail -2 tmp | head -1 | grep "^cgit"
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user