On 29/03/2010, Yang Tse <[email protected]> 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

Reply via email to