From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Feedback, ideas, discussion: tracking patches, discussions, bugs. Date: Sat, 13 Aug 2016 13:11:11 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYWqW-0006YO-81 for guix-devel@gnu.org; Sat, 13 Aug 2016 07:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYWqR-00027o-7f for guix-devel@gnu.org; Sat, 13 Aug 2016 07:11:20 -0400 Received: from mail-yb0-x22b.google.com ([2607:f8b0:4002:c09::22b]:35090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYWqQ-00027J-0W for guix-devel@gnu.org; Sat, 13 Aug 2016 07:11:15 -0400 Received: by mail-yb0-x22b.google.com with SMTP id z96so2974549ybh.2 for ; Sat, 13 Aug 2016 04:11:12 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0@we.make.ritual.n0.is Cc: guix-devel > The only thing I don't like about github/gogs from an UI perspective is the > merge button. The merge button creates unnecessary merge commits > which I don't like, and many projects agree to not use the merge button. > There is no way to disable it, but I think that disabling it in gogs would be > trivial. If people are open to trying gogs (which I haven't yet) we could also make the merge button add a Signed-off-by: field to the commit message and use git merge --ff-only. (I'd be willing to look into this)