Commit 0e4a1fd
Print git-am output
This commit changes the {series,patch,bundle} apply command
to print the git-am output, thus showing the same result as the
use of git-am would produce.
This is specially useful when applying series.
Before this commit, git-pw would show nothing:
$ git-pw --project linux-input series apply 87107
$ (nothing printed)
After this commit:
$ git-pw --project linux-input series apply 87107
Applying: HID: intel-ish-hid: Add match callback to ishtp bus type
Applying: HID: intel-ish-hid: Hide members of struct ishtp_cl_device
Applying: HID: intel-ish-hid: Simplify ishtp_cl_link()
Applying: HID: intel-ish-hid: Move driver registry functions
Applying: HID: intel-ish-hid: Store ishtp_cl_device instance in device
Applying: HID: intel-ish-hid: Move the common functions from client.h
Applying: HID: intel-ish-hid: Add interface functions for struct ishtp_cl
Applying: HID: intel-ish-hid: Move functions related to bus and device
Applying: HID: intel-ish-hid: Use the new interface functions in HID ish client
$
If a patch in a series does not apply cleanly, it's useful
to get some output of those that did apply. Also, having a git-am-like
output improves the user experience, by providing a more familiar
feeling.
Signed-off-by: Ezequiel Garcia <[email protected]>1 parent 789e2aa commit 0e4a1fd
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
0 commit comments