From: John Keeping Date: Mon, 14 Mar 2016 22:41:14 +0000 (+0000) Subject: patch: reapply path limit X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/5fe88a9c81517b1a8a93d930c738cbb6f71dec2a?hp=5fe88a9c81517b1a8a93d930c738cbb6f71dec2a patch: reapply path limit This was originally applied added in commit eac1b67 (ui-patch: Apply path limit to generated patch, 2010-06-10) but the ability to limit patches to particular paths was lost in commit 455b598 (ui-patch.c: Use log_tree_commit() to generate diffs, 2013-08-20). The new output is slightly different from the original because Git's diff infrastructure doesn't give us a way to insert an annotation immediately after the "---" separator, so the commit has moved below the diff stat. Signed-off-by: John Keeping ---