]> gitweb.ps.run Git - ps-cgit/commit
ui-patch.c: Fix formatting for merge commits
authorLukas Fleischer <cgit@cryptocrack.de>
Thu, 22 Aug 2013 12:48:47 +0000 (14:48 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 22 Aug 2013 12:55:11 +0000 (14:55 +0200)
commit735c7f0734aa0df49a7a899979f1eeef8dede863
tree00594a309acb170f815e08bdbf5966bc9f9fa805
parent4e00d338b07245829adf2446a05fe4925b691092
ui-patch.c: Fix formatting for merge commits

Add max_parents = 1 to the revision walk in order to make sure we do not
include the footer signature twice for merge commits.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
ui-patch.c