From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: merging emacs-24 Date: Fri, 28 Nov 2014 16:59:29 +0200 Message-ID: <834mtjmkvi.fsf@gnu.org> References: <87a93eavwt.fsf@lifelogs.com> <87wq6hap7v.fsf@lifelogs.com> <87k32hrdj5.fsf@engster.org> <87vbm0a6zv.fsf@engster.org> <8361e0o7ee.fsf@gnu.org> <87fvd4trzx.fsf@igel.home> <831tooo576.fsf@gnu.org> <87k32ga3dh.fsf@engster.org> <877fyg9t8y.fsf@engster.org> <87r3wo5ftl.fsf@lifelogs.com> <83r3wnn3bq.fsf@gnu.org> <87bnnrflu1.fsf@maru2.md5i.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417186794 29565 80.91.229.3 (28 Nov 2014 14:59:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2014 14:59:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Welsh Duggan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 28 15:59:47 2014 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 1XuN1N-000097-NI for ged-emacs-devel@m.gmane.org; Fri, 28 Nov 2014 15:59:45 +0100 Original-Received: from localhost ([::1]:44801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN1M-00084F-MY for ged-emacs-devel@m.gmane.org; Fri, 28 Nov 2014 09:59:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN1D-0007zF-Ad for emacs-devel@gnu.org; Fri, 28 Nov 2014 09:59:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuN17-0004cx-QK for emacs-devel@gnu.org; Fri, 28 Nov 2014 09:59:35 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:43226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN17-0004cp-HZ for emacs-devel@gnu.org; Fri, 28 Nov 2014 09:59:29 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NFR00300803QW00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 28 Nov 2014 16:59:28 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFR003S88B44B70@a-mtaout22.012.net.il>; Fri, 28 Nov 2014 16:59:28 +0200 (IST) In-reply-to: <87bnnrflu1.fsf@maru2.md5i.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:178422 Archived-At: > From: Michael Welsh Duggan > Cc: emacs-devel@gnu.org > Date: Fri, 28 Nov 2014 09:20:38 -0500 > > I experimented with setting the GIT_TRACE and GIT_TRACE_SETUP > environment variables to ~/.git.log. On the upside, you get a log of > what was done. On the downside, you get a log of just about > _everything_ that was done. It is difficult to tell at a glance what > command you typed in versus what commands your command is running under > the hood. (Though git is usually fast enough that looking at the > timestamps can give you a very good indication of what was manual versus > automated.) > > It's definitely not as nice as .bzr.log, and the output is more tuned to > debugging git than remembering what you did. But you should probably > try it and see if its output is useful for you. Thanks, will do.