mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 04:32:12 -04:00
builder: Make git patch apply verbose by default
Git is prone to ignoring patches in some cases, lets at least print the details.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user