I want to merge history of two files in different branch.Two files’s content is different.
Example
Branch1 a.txt
History(rev)
1 make file
7 Modify file
15 add functions
Branch 2 b.txt
32 make file
45 Modify file
60 add functions
Expectation
a.txt
1 make file
7 Modify file
15 add functions
32 make file
45 Modify file
60 add functions
File name can be a.txt or b.txt