Jamil Djadala schrieb: > i have 2 repos with history, assuming initial commit in both repos are > same: > > 1: > a-b-c-d-e-f > 2: > a-B-C-D-E-F > > > i want repository with this history: > > a-b-c-d-e-f > \B-C-D-E-F $ git fetch ../other master:otherMaster $ echo $B $a > .git/info/grafts $ git filter-branch -- --all The man page of git-filter-branch mentions the grafts trick. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html