Re: Bug Report: notes disassociated after history edits

2019-08-23 Thread Junio C Hamano
Jeff King writes: > ... > --commit-filter ' > commit=$(git commit-tree "$@") > git notes copy $GIT_COMMIT $commit > echo $commit > ' Thanks. I was writing the same "git notes copy $this $that" based response, but TIL we had --stdin to fe

Re: Bug Report: notes disassociated after history edits

2019-08-22 Thread Jeff King
On Thu, Aug 22, 2019 at 04:44:37PM -0400, Christopher Sean Morrison wrote: > We’re migrating a very large old repository to Git (the oldest in > continuous development!) and using the notes feature to preserve Svn > data like revision IDs and branch information. We’ve run into what > seems like a

Bug Report: notes disassociated after history edits

2019-08-22 Thread Christopher Sean Morrison
Hi, We’re migrating a very large old repository to Git (the oldest in continuous development!) and using the notes feature to preserve Svn data like revision IDs and branch information. We’ve run into what seems like an incomplete feature or bug in that notes get orphaned/disassociated if an o