From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Config variables and scripting // was Re: [RFC/PATCH] log: add log.firstparent option Date: Wed, 22 Jul 2015 23:53:11 -0700 Message-ID: <20150723065310.GA7542@peff.net> References: <20150723012343.GA21000@peff.net> <20150723044007.GA3651@gmail.com> <20150723051445.GA24029@peff.net> <20150723054816.GA1917@peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: David Aguilar , git@vger.kernel.org, Josh Bleecher Snyder To: Jacob Keller X-From: git-owner@vger.kernel.org Thu Jul 23 08:53:23 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZIANb-0000AT-Ea for gcvg-git-2@plane.gmane.org; Thu, 23 Jul 2015 08:53:19 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751366AbbGWGxQ (ORCPT ); Thu, 23 Jul 2015 02:53:16 -0400 Received: from cloud.peff.net ([50.56.180.127]:33952 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750896AbbGWGxP (ORCPT ); Thu, 23 Jul 2015 02:53:15 -0400 Received: (qmail 14551 invoked by uid 102); 23 Jul 2015 06:53:14 -0000 Received: from Unknown (HELO peff.net) (10.0.1.1) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Thu, 23 Jul 2015 01:53:14 -0500 Received: (qmail 10281 invoked by uid 107); 23 Jul 2015 06:53:18 -0000 Received: from Unknown (HELO sigill.intra.peff.net) (10.0.1.2) by peff.net (qpsmtpd/0.84) with SMTP; Thu, 23 Jul 2015 02:53:18 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 22 Jul 2015 23:53:11 -0700 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Jul 22, 2015 at 11:32:49PM -0700, Jacob Keller wrote: > Agreed. Fix the plumbing instead and document how/why to use it > instead of the porcelain. We might do better to help clearly document > which commands are porcelain and which are plumbing maybe by > referencing which plumbings to use in place of various porcelain > commands. I know, for example, that git status already does this. "man git" already has such a list (which is generated from the annotations in command-list.txt). But I agree that it would probably be helpful to point people directly from "git log" to "git rev-list" and vice versa. -Peff