From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Urlichs Subject: git-ls-files --unmerged implies --stages: ? Date: Thu, 09 Mar 2006 16:19:03 +0100 Organization: {M:U} IT Consulting Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-From: git-owner@vger.kernel.org Thu Mar 09 16:35:02 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHN9j-0005is-Nj for gcvg-git@gmane.org; Thu, 09 Mar 2006 16:34:25 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbWCIPeV (ORCPT ); Thu, 9 Mar 2006 10:34:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751928AbWCIPeV (ORCPT ); Thu, 9 Mar 2006 10:34:21 -0500 Received: from main.gmane.org ([80.91.229.2]:52883 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S1751995AbWCIPeU (ORCPT ); Thu, 9 Mar 2006 10:34:20 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FHN7A-0004q7-Jl for git@vger.kernel.org; Thu, 09 Mar 2006 16:31:45 +0100 Received: from run.smurf.noris.de ([192.109.102.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Mar 2006 16:31:44 +0100 Received: from smurf by run.smurf.noris.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Mar 2006 16:31:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: git@vger.kernel.org X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: run.smurf.noris.de X-Face: '&-&kxR\8+Pqalw@VzN\p?]]eIYwRDxvrwEM Hi, I wonder why git-ls-files --unmerged implies --stages. One nice use case for this command is to edit all the conflicting files after a failed merge, i.e. $ vi $(git-ls-files --unmerged) except I need a pipe to throw out all the cruft in there. Does anybody depend on that implication, or do I need to add a "no-stages" option, or am I blind and there's a better way to do this? -- Matthias Urlichs