From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Omar Polo Newsgroups: gmane.emacs.devel Subject: [elpa] New package: vc-got Date: Tue, 31 Aug 2021 12:17:26 +0200 Message-ID: <87zgsx7v08.fsf@omarpolo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37937"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.5; emacs 28.0.50 Cc: Timo =?utf-8?Q?Myyr=C3=A4?= To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 31 12:46:38 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mL1Hq-0009eD-Hh for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 12:46:38 +0200 Original-Received: from localhost ([::1]:54524 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL1Ho-00029D-Ln for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 06:46:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL1Gv-0001Sd-AN for emacs-devel@gnu.org; Tue, 31 Aug 2021 06:45:41 -0400 Original-Received: from mail.omarpolo.com ([144.91.116.244]:59873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL1Gr-0007ty-S8 for emacs-devel@gnu.org; Tue, 31 Aug 2021 06:45:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omarpolo.com; s=20200327; t=1630406730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=0xKyGSd9wkJIk1z5A0BBJ8qF2pHXAWm0X/1nDYOWGbA=; b=YW7V5CA0w5CTCC8u7cqnP+4sQ2LXRGOUac0wUaD2EosLV3CEqjmMGf1rYqZpoLKfZ9h/5l yZJUstvnJhuy4lnq3ez54S8mD7IDnsBJDtaL8urYtv1FiwtR1Ik3P3G0njfB5vdK90lb/R nJUHJ/mOhx8JRaAe8CG5iDoa07DIsMU= Original-Received: from localhost (host-79-50-237-28.retail.telecomitalia.it [79.50.237.28]) by mail.omarpolo.com (OpenSMTPD) with ESMTPSA id a509bbb1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 31 Aug 2021 12:45:29 +0200 (CEST) Original-Received: from venera (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id bccc6ac5; Tue, 31 Aug 2021 12:45:28 +0200 (CEST) Received-SPF: pass client-ip=144.91.116.244; envelope-from=op@omarpolo.com; helo=mail.omarpolo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273572 Archived-At: Hello, I'd like to add vc-got to GNU ELPA. It's a small package that implements a VC backend for the Game of Trees[0] VCS. I've been using it on a daily basis for quite a while and I think it's "ready" for a first public version. It's also the first package I'm publishing :) The code can be found here: https://git.omarpolo.com/vc-got or here as a mirror: https://github.com/omar-polo/vc-got and I've just tagged the 1.0 release. All the code was written by me and Timo (cc'd), and we both have a copyright assignment AFAIK. Regarding the code: I've discovered vc-do-command too late and rolled my own vc-got--call in the meantime. I do intend to make more use of the existing vc interface in future versions. Talking about updates, one thing that I'm not sure is how to handle them: if tomorrow I'll release a v1.1 I do have to ping emacs-devel, right? Thanks, Omar Polo [0]: https://gameoftrees.org/