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: Stash Date: Wed, 08 Apr 2015 21:33:33 +0300 Message-ID: <83r3rufp1e.fsf@gnu.org> References: <86sice77h0.fsf@dod.no> <83iod9lnp0.fsf@gnu.org> <83a8yjj348.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1428518030 17230 80.91.229.3 (8 Apr 2015 18:33:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2015 18:33:50 +0000 (UTC) Cc: sb@dod.no, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 08 20:33:45 2015 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 1YfunH-0006MO-RZ for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 20:33:43 +0200 Original-Received: from localhost ([::1]:54325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfunG-0007gv-S1 for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 14:33:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfun1-0007gp-66 for emacs-devel@gnu.org; Wed, 08 Apr 2015 14:33:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfumx-0002eA-V5 for emacs-devel@gnu.org; Wed, 08 Apr 2015 14:33:27 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfumx-0002dv-Nh; Wed, 08 Apr 2015 14:33:23 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NMI00F003E7NF00@a-mtaout20.012.net.il>; Wed, 08 Apr 2015 21:33:22 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMI00FA63JMIS70@a-mtaout20.012.net.il>; Wed, 08 Apr 2015 21:33:22 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:185169 Archived-At: > Date: Wed, 08 Apr 2015 14:21:36 -0400 > From: Richard Stallman > CC: sb@dod.no, emacs-devel@gnu.org > > > As I said, you need to use "git status" for that. It will show the > > same output if invoked repeatedly. > > One more hassle of using Git. That hassle is common to all modern VCSes, including Bazaar, Mercurial, and AFAIR also Subversion. (CVS also has the status command, btw.) > The point is that the output from pull is long and mostly meaningless, > so I didn't look at it at all. > > > Not sure what you allude to here. Is that the diffstat display of the > > amount of changes in each file? > > That, and all the rest of the output. It is verbose and doesn't tell > me anything useful, so I don't look at it. As I said, please try "pull --no-stat", maybe that is what you want. You can customize Git to do that by default, if you want.