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: Mon, 06 Apr 2015 10:57:11 +0300 Message-ID: <83bnj1lmeg.fsf@gnu.org> References: <86sice77h0.fsf@dod.no> <83h9stlnf9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1428307054 9432 80.91.229.3 (6 Apr 2015 07:57:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2015 07:57:34 +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 Mon Apr 06 09:57:25 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 1Yf1uN-0000Sa-Ld for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 09:57:23 +0200 Original-Received: from localhost ([::1]:39096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1uN-0003qr-20 for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 03:57:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1uB-0003qY-1v for emacs-devel@gnu.org; Mon, 06 Apr 2015 03:57:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yf1u7-0005YL-Sx for emacs-devel@gnu.org; Mon, 06 Apr 2015 03:57:10 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:39691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1u7-0005Y8-L5; Mon, 06 Apr 2015 03:57:07 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NMD00H00KQO6Q00@mtaout26.012.net.il>; Mon, 06 Apr 2015 10:58:19 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMD00GPPKT7P700@mtaout26.012.net.il>; Mon, 06 Apr 2015 10:58:19 +0300 (IDT) In-reply-to: <83h9stlnf9.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:185013 Archived-At: > Date: Mon, 06 Apr 2015 10:35:06 +0300 > From: Eli Zaretskii > Cc: sb@dod.no, emacs-devel@gnu.org > > > Date: Mon, 06 Apr 2015 01:50:37 -0400 > > From: Richard Stallman > > Cc: emacs-devel@gnu.org > > > > > Hm... that may not have been enough? Did you stage lisp/ChangeLog before > > > before doing the commit? Ie. > > > > I do not know the term "stage". > > Git requires to use 2 commands to commit a change in a file: > > git add FILE > git commit FILE I failed to say that the 1st of these two is called "staging", since it prepares the file for being committed.