cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: git and full change history

From: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 29 Mar 2010 11:49:10 +0200

On 29/03/2010, Yang Tse <yangsita_at_gmail.com> wrote:
> Given current git master how does one see full change history for a given
> file ?

git log <filename>

> For example with
> http://github.com/bagder/curl/commits/master/configure.ac I can see
> change history for configure.ac back to 2009-06-20. But how do I view
> previous, full, history for same file?

git log configure.ac
(Unlike the github link it shows the commit hash only, not the other
two, but otherwise it's about the same).

-Tor
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-03-29