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: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 18:17:28 +0200 Message-ID: <83fvozsr53.fsf@gnu.org> References: <52CB2AB0.4080505@alice.it> <877gachfza.fsf@igel.home> <52CBD5CC.4020804@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1389111511 16359 80.91.229.3 (7 Jan 2014 16:18:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 16:18:31 +0000 (UTC) Cc: emacs-devel@gnu.org, schwab@linux-m68k.org, angelo.graziosi@alice.it To: Sven Axelsson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 17:18:37 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 1W0ZMT-0004AZ-EH for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 17:18:37 +0100 Original-Received: from localhost ([::1]:41528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZMS-0007s4-Vw for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 11:18:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZMI-0007jO-Mc for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:18:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0ZMD-0004pH-DB for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:18:26 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:55419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZMD-0004p7-4r for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:18:21 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MZ100A00GVXA700@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 07 Jan 2014 18:17:37 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZ100A19H9D6360@a-mtaout22.012.net.il>; Tue, 07 Jan 2014 18:17:37 +0200 (IST) 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.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:167616 Archived-At: > Date: Tue, 7 Jan 2014 13:27:22 +0100 > From: Sven Axelsson > Cc: Andreas Schwab , emacs > > Depth 1 truncates all history except for the most recent > commit. I think it keeps the 2 last commits, try "git log" in such a clone. > From `man git clone`: > > A shallow repository has a number of limitations (you cannot clone or > fetch from it, nor push from nor into it), but is adequate if you are > only interested in the recent history of a large project with a long > history, and would want to send in fixes as patches. For these reasons, this kind of repository is not recommended for "Emacs devs".