From: Lukas Fleischer Date: Tue, 20 Aug 2013 16:56:13 +0000 (+0200) Subject: ui-patch.c: Use log_tree_commit() to generate diffs X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/455b5987780f53ef55ebf6edd4543976763152da?ds=inline;hp=455b5987780f53ef55ebf6edd4543976763152da ui-patch.c: Use log_tree_commit() to generate diffs Instead of using our own formatting, use log_tree_commit() from Git to create patches. This removes unnecessary duplicate code and also fixes a bug with e-mail address formatting that existed in our own implementation. Signed-off-by: Lukas Fleischer ---