From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12343 invoked by alias); 14 Nov 2014 17:40:27 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19391 Received: (qmail 14804 invoked from network); 14 Nov 2014 17:40:13 -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 autolearn=ham version=3.3.2 Message-ID: <54663C89.9000105@bernd-steinhauser.de> Date: Fri, 14 Nov 2014 18:31:53 +0100 From: Bernd Steinhauser User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Re: git along References: <546501D1.3050608@eastlink.ca> <20141113200144.7510d6a8@pws-pc.ntlworld.com> In-Reply-To: <20141113200144.7510d6a8@pws-pc.ntlworld.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 13/11/14 21:01, Peter Stephenson wrote: >> Can we: >> >> git just-show-me-whats-changed ... ? >> >> ... or is life just not meant to be so painless? > Do you mean what you just imported in the last pull? > > git log ORIG_HEAD.. > > Add the option -p if you want to see changes within files as a patch. > I'd recommend using tig [1] for this, which is very nice for digging through git logs. I guess that just about every distro has it. [1] http://jonas.nitro.dk/tig/