Commit ce2bf7b7c9058374563c6db8608dbab9df2bba7d

Stefan Sperling 2022-05-29T17:51:33

fix a bug in findwixt() which caused pack files with missing parent commits The 'nskip' variable is supposed to reflect commits which are waiting on the queue and have the 'skip' color. Only increment 'nskip' when adding such commits to the queue. Problem observed with got send -T and a tag pointing to a deleted branch. Test to reproduce the bug written by op@.