From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Han-Wen Nienhuys Subject: Re: Cleaning up git user-interface warts Date: Fri, 24 Nov 2006 13:26:58 +0100 Message-ID: <4566E512.4010405@xs4all.nl> References: <87k61yt1x2.wl%cworth@cworth.org> <455A1137.8030301@shadowen.org> <87hcx1u934.wl%cworth@cworth.org> <87bqn9u43s.wl%cworth@cworth.org> <7vbqn9y6w6.fsf@assigned-by-dhcp.cox.net> <7v3b8ltq7r.fsf@assigned-by-dhcp.cox.net> <455BBCE9.4050503@xs4all.nl> <455C412D.1030408@xs4all.nl> <7v7ixvbq80.fsf@assigned-by-dhcp.cox.net> <455C618A.7080309@xs4all.nl> Reply-To: hanwen@xs4all.nl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit NNTP-Posting-Date: Fri, 24 Nov 2006 12:27:34 +0000 (UTC) Return-path: Envelope-to: gcvg-git@gmane.org X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl User-Agent: Thunderbird 1.5.0.8 (X11/20061107) In-Reply-To: Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gna9M-0004ku-OF for gcvg-git@gmane.org; Fri, 24 Nov 2006 13:27:25 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934473AbWKXM1S (ORCPT ); Fri, 24 Nov 2006 07:27:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934479AbWKXM1S (ORCPT ); Fri, 24 Nov 2006 07:27:18 -0500 Received: from main.gmane.org ([80.91.229.2]:18891 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S934473AbWKXM1R (ORCPT ); Fri, 24 Nov 2006 07:27:17 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gna91-0004ew-6M for git@vger.kernel.org; Fri, 24 Nov 2006 13:27:03 +0100 Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Nov 2006 13:27:03 +0100 Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Nov 2006 13:27:03 +0100 To: git@vger.kernel.org Sender: git-owner@vger.kernel.org Jakub Narebski escreveu: >> - --pretty option with wholly uninformative options full, medium, >> short, raw. It's not even documented what each option does. > > And 'oneline' and undocumented 'email'. True, git lacks documentation (and > this one of main complaints in git survey). The recently posted patch documenting is an improvement, but why not add an option so you can do --format 'committer %c\nauthor %a\n' this catches all combinations, and is easier for scripting. Right now, I have some scripts that have to munge log output with regular expressions to strip out the "author:" prefixes. -- Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen