From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Rewriting bzrmerge.el Date: Mon, 24 Nov 2014 01:42:39 +0900 Message-ID: <87ioi5swao.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20141027000718.F09B5382A66@snark.thyrsus.com> <87bno8y0rt.fsf_-_@engster.org> <871tp4xx4i.fsf@engster.org> <87tx20whtq.fsf@engster.org> <87lhn4rx0v.fsf@engster.org> <838uj3tztm.fsf@gnu.org> <87egsvrz6e.fsf@engster.org> <83mw7jrxt9.fsf@gnu.org> <87a93jrw83.fsf@engster.org> <83ioi7rn9o.fsf@gnu.org> <87oarysr3u.fsf@uwakimon.sk.tsukuba.ac.jp> <87siha5oru.fsf@fencepost.gnu.org> <83bnnxsxve.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1416761020 12273 80.91.229.3 (23 Nov 2014 16:43:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 16:43:40 +0000 (UTC) Cc: David Kastrup , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 17:43:33 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 1XsaG2-0000D8-Ut for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 17:43:31 +0100 Original-Received: from localhost ([::1]:49220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsaG2-0007Pd-Hk for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 11:43:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsaFh-0007Ju-Fh for emacs-devel@gnu.org; Sun, 23 Nov 2014 11:43:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsaFb-0008Tr-J9 for emacs-devel@gnu.org; Sun, 23 Nov 2014 11:43:09 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:50860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsaFM-0008NZ-Ex; Sun, 23 Nov 2014 11:42:48 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id EFEB01C3960; Mon, 24 Nov 2014 01:42:39 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id C95AB1A2892; Mon, 24 Nov 2014 01:42:39 +0900 (JST) In-Reply-To: <83bnnxsxve.fsf@gnu.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 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:178093 Archived-At: Eli Zaretskii writes: > > From: David Kastrup > > Date: Sun, 23 Nov 2014 09:01:25 +0100 > > > > "Download the repository twice" seems uncalled for. One can always use > > > > git clone --mirror > > > > to create the second clone. > > But I thought the discussion demonstrated that this command alone does > not guarantee the second clone will have all the branches. Did I > misunderstand? --mirror does mean it has all branches that are present in the first clone (including all tracking branches). What it doesn't have is a checked-out workspace (it's a bare repository).