Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Juliusz Chroboczek <jch@irif.fr>
To: galene@lists.galene.org
Subject: [Galene] Re: ANNOUNCE: galene-0.5.2
Date: Wed, 27 Apr 2022 14:41:47 +0200	[thread overview]
Message-ID: <87pml2k8ac.wl-jch@irif.fr> (raw)
In-Reply-To: <87tuaekahk.wl-jch@irif.fr>

>> Also FWIW: with Go 1.18 you can theoretically use a `go.work` file in a
>> parent directory

> Either that, or a post-commit hook that checks I'm not committing any
> replace directives.  (If you're good at scripting git, I'd be grateful for
> help.)

I've just added the following to my pre-commit hook:

    if (git diff-index -U0 "$against" go.mod | grep -q 'replace'); then
        echo 'Replace directive found'
        exit 1
    fi

-- Juliusz


      reply	other threads:[~2022-04-27 12:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 18:01 [Galene] " Juliusz Chroboczek
2022-04-25  7:16 ` [Galene] " Fabrice Rouillier
2022-04-25  8:51   ` Toke Høiland-Jørgensen
2022-04-25  9:40     ` Fabrice Rouillier
2022-04-25 11:07   ` Juliusz Chroboczek
2022-04-26 23:33     ` Phil Pennock
2022-04-27 11:54       ` Juliusz Chroboczek
2022-04-27 12:41         ` Juliusz Chroboczek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pml2k8ac.wl-jch@irif.fr \
    --to=jch@irif.fr \
    --cc=galene@lists.galene.org \
    --subject='[Galene] Re: ANNOUNCE: galene-0.5.2' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox