From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5207 invoked by alias); 23 Jan 2015 20:26:03 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34361 Received: (qmail 5250 invoked from network); 23 Jan 2015 20:26:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 Date: Fri, 23 Jan 2015 15:16:55 -0500 From: Aaron Schrab To: zsh-workers@zsh.org Subject: Re: Anyone want to help make zsh/db/gdbm work? Message-ID: <20150123201655.GA4063@pug.qqx.org> Mail-Followup-To: zsh-workers@zsh.org References: <150122211942.ZM28918@torch.brasslantern.com> <4302591421991433@web9g.yandex.ru> <150122215955.ZM29120@torch.brasslantern.com> <1300561422028154@web18g.yandex.ru> <20150123194719.229de1fb@ntlworld.com> <7849891422043248@web3g.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <7849891422043248@web3g.yandex.ru> User-Agent: Mutt/1.5.22+134 (g0e6849e) (2014-03-12) At 23:00 +0300 23 Jan 2015, ZyX wrote: >To diff committed files you need to use `git diff 'revspec^..revspec'` Or you can do `git show revspec`. This will include the commit message and metadata as well as the diff, but I generally don't find that to be a problem; generally I consider that to be a bonus. You could add `--pretty=format:` to get just the diff.