ui-patch.c: Add additional newline after each patch
For consistency with git-format-patch(1). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
This commit is contained in:

committed by
Jason A. Donenfeld

부모
334aed8ab4
커밋
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
|
||||
|
Reference in New Issue
Block a user