File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -euo pipefail
3
+ # //////////////////////////////////////////////////////////////
4
+ # // ____ //
5
+ # // | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
6
+ # // | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
7
+ # // | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
8
+ # // |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
9
+ # // |_| |_| //
10
+ # //////////////////////////////////////////////////////////////
11
+ # // //
12
+ # // Script, 2021 //
13
+ # // Created: 21, June, 2021 //
14
+ # // Modified: 21, June, 2021 //
15
+ # // file: - //
16
+ # // - //
17
+ # // Source: //
18
+ # // OS: ALL //
19
+ # // CPU: ALL //
20
+ # // //
21
+ # //////////////////////////////////////////////////////////////
22
+ git apply --stat $1
23
+ git apply --check $1
24
+ git am --signoff < $1
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -euo pipefail
3
+ # //////////////////////////////////////////////////////////////
4
+ # // ____ //
5
+ # // | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
6
+ # // | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
7
+ # // | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
8
+ # // |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
9
+ # // |_| |_| //
10
+ # //////////////////////////////////////////////////////////////
11
+ # // //
12
+ # // Script, 2021 //
13
+ # // Created: 21, June, 2021 //
14
+ # // Modified: 21, June, 2021 //
15
+ # // file: - //
16
+ # // - //
17
+ # // Source: //
18
+ # // OS: ALL //
19
+ # // CPU: ALL //
20
+ # // //
21
+ # //////////////////////////////////////////////////////////////
22
+ git format-patch -n HEAD^
23
+ # git format-patch cc1dde0dd^..6de6d4b06 --stdout > foo.patch
You can’t perform that action at this time.
0 commit comments