On Tue, Jul 31, 2018 at 03:08:13PM +0300, Alin Gabriel Serdean wrote:
> Until now we only had optind defined in the header.
> 
> Since we are using the BSD getopt variant add opterr and optopt.
> 
> Fixes: current Windows build failures.

Usually Fixes is used like this:

    CC: Jakub Sitnicki <[email protected]>
    Fixes: 3ec06ea9c668 ("ovn-nbctl: Initial support for daemon mode.")

I use the following script, installed under the name git-fixes, to
generate it:

#! /bin/sh
git --no-pager log -1 --pretty=format:"CC: %an <%ae>%nFixes: %h (\"%s\")%n" 
--abbrev=12 "$@"

> Signed-off-by: Alin Gabriel Serdean <[email protected]>

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to