Re: git-replay/git-history lose notes
erik88 <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <anWpt6rzws0yYdFH@vader> |
On 06/08/26 23:53, Elijah Newren wrote: > git filter-repo (and implicitly fast-export/fast-import) too, though > that one's a slightly bigger can of worms. (Trying to treat notes as > the underlying commits they are represented as is a really poor way to > export and import them; any filtering on the underlying commits will > cause the notes that attach to them to just be lost since they will > instead attach to the original commit.) There are some workarounds for filter-repo, IIRC they work _okay_. https://github.com/newren/git-filter-repo/issues/22#issuecomment-1834041470