From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: BuGit Date: Tue, 02 Feb 2016 14:40:33 -0500 Message-ID: References: <20160202183713.GA28586@bytheb.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454442071 20736 80.91.229.3 (2 Feb 2016 19:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2016 19:41:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Aaron Conole Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 20:41:03 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQgos-00088V-1T for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 20:40:58 +0100 Original-Received: from localhost ([::1]:59166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQgor-0003HB-Ey for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 14:40:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQgoe-0003Fh-9X for emacs-devel@gnu.org; Tue, 02 Feb 2016 14:40:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQgoa-0003Zk-9Q for emacs-devel@gnu.org; Tue, 02 Feb 2016 14:40:44 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:32861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQgoa-0003ZX-4I for emacs-devel@gnu.org; Tue, 02 Feb 2016 14:40:40 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id u12JeYFM019785; Tue, 2 Feb 2016 14:40:34 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id F15AD661C6; Tue, 2 Feb 2016 14:40:33 -0500 (EST) In-Reply-To: <20160202183713.GA28586@bytheb.org> (Aaron Conole's message of "Tue, 2 Feb 2016 21:37:13 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.4 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.2, TRK_NCM1=0.2, RV5569=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5569> : inlines <4260> : streams <1581169> : uri <2131707> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199189 Archived-At: >> For those curious about what I've been upto lately, one of the things >> I've been working on is a new distributed issue tracking system which >> I call BuGit: >> https://gitlab.com/monnier/bugit >> It's still primitive (only the command-line UI and the email >> notification system are more or less complete: the web UI is still >> read-only, and there is no email UI at all). > This looks great! Is there an intent to integrate this as another set of > "git branch metadata" on existing repositories? IE: can I take a repo like > emacs, and just use bugit on top of it? Is that ever intended as a workflow? You can indeed store the bug database in the same repository as the project's source code. Not in the same branch, OTOH. Stefan