Is it possible to "graft" a series of commits into/onto an existing repository?
From: Patrick Doyle <hidden> Date: 2016-06-15 22:43:18
I have an empty directory, managed by git and I want to graft another
(git) repository onto it, such that that history is maintained. Is
this possible?
--wpd