Let\'s say I\'ve got a setup that look something like
phd/code/
phd/figures/
phd/thesis/
For historical reasons, these all have their own g
git-stitch-repo will process the output of
git-fast-export --all --date-order
on the git repositories given on the command-line, and create a stream suitable forgit-fast-import
that will create a new repository containing all the commits in a new commit tree that respects the history of all the source repositories.