Gitlab experiment status

Alexandre Julliard julliard at winehq.org
Thu May 26 09:17:08 CDT 2022


Rémi Bernon <rbernon at codeweavers.com> writes:

> Though beware that if you're already using `git notes` locally, this
> will cause some conflicts and you need to decide which notes branch to
> use.
>
> And if you don't use git notes locally, you can safely a '+' in front
> of the fetch refspec to make sure git fetch will force update it from
> origin.

If you want to also use notes locally, you should be able to do
something like:

   git config remote.origin.fetch "+refs/notes/commits:refs/notes/gitlab"
   git config notes.displayRef "refs/notes/gitlab"

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list