From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vc-git-log-incoming Date: Thu, 03 Jun 2010 19:41:11 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275608486 9086 80.91.229.12 (3 Jun 2010 23:41:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 23:41:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 01:41:25 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OKK2N-0005yv-4F for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 01:41:23 +0200 Original-Received: from localhost ([127.0.0.1]:33048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKK2M-00039A-55 for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 19:41:22 -0400 Original-Received: from [199.232.76.173] (port=40606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKK2C-00038g-Of for emacs-devel@gnu.org; Thu, 03 Jun 2010 19:41:12 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OKK2B-0006no-Oq for emacs-devel@gnu.org; Thu, 03 Jun 2010 19:41:12 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40137) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OKK2B-0006nk-J7 for emacs-devel@gnu.org; Thu, 03 Jun 2010 19:41:11 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKK2B-0003FA-6N; Thu, 03 Jun 2010 19:41:11 -0400 In-Reply-To: (Miles Bader's message of "Wed\, 02 Jun 2010 19\:38\:44 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125491 Archived-At: Miles Bader writes: > Dan Nicolaescu writes: >> This is the main problem... maybe vc-git-log-incoming can look for an >> empty "git log" output, and offer to run "git fetch", and then rerun log... > > I think the most natural way would be to define vc-log-incoming so that > it's allowed to have some "reasonable" side-effect, and then just always > use "git fetch" first for git. This probably mirrors what users > generally do anyway. Something with that effect is now checked in. Thanks!