builder: Make git patch apply verbose by default

Git is prone to ignoring patches in some cases, lets
at least print the details.
tingping/wmclass
Alexander Larsson 2017-04-24 10:29:57 +02:00
parent c053c49ead
commit 69123b564e
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ patch (GFile *dir,
if (use_git) {
g_ptr_array_add (args, "git");
g_ptr_array_add (args, "apply");
g_ptr_array_add (args, "-v");
} else {
g_ptr_array_add (args, "patch");
}