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: BuGit Date: Tue, 02 Feb 2016 10:09:00 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454425783 29087 80.91.229.3 (2 Feb 2016 15:09:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2016 15:09:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 16:09:32 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 1aQca6-0005nU-6r for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 16:09:26 +0100 Original-Received: from localhost ([::1]:57670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQca0-0002Dz-Jh for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 10:09:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQcZm-0002Cv-H5 for emacs-devel@gnu.org; Tue, 02 Feb 2016 10:09:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQcZi-0000NP-GU for emacs-devel@gnu.org; Tue, 02 Feb 2016 10:09:06 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:24387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQcZi-0000NB-C5 for emacs-devel@gnu.org; Tue, 02 Feb 2016 10:09:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BqEwA731xV/5KmxEVcgxABU4MuhVW7NwmBSwuFdQSBQDkUAQEBAQEBAYEKQQWEOXImGA2IY5svtBwEj1wRAW6EFwWMMIpxh3aGaY0/gUUjhBYggT2BOwEBAQ X-IPAS-Result: A0BqEwA731xV/5KmxEVcgxABU4MuhVW7NwmBSwuFdQSBQDkUAQEBAQEBAYEKQQWEOXImGA2IY5svtBwEj1wRAW6EFwWMMIpxh3aGaY0/gUUjhBYggT2BOwEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="192202721" Original-Received: from 69-196-166-146.dsl.teksavvy.com (HELO ceviche.home) ([69.196.166.146]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2016 10:09:01 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id DB5376609B; Tue, 2 Feb 2016 10:09:00 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:199164 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). Stefan