Re: how to track changes of a file

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Sixt
Date: Monday, June 16, 2008 - 3:56 am

bill lam schrieb:

All you neede here probably was just

$ git rev-list -3 -- glinvc03.ijs


$ git show {23335c,31e4f2,b515f0}:glinvc03.ijs


$ git log -p -2 -- glinvc03.ijs


You have set PAGER=vim in your .profile? Then put

GIT_PAGER=less; export GIT_PAGER

there, too.

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
how to track changes of a file, bill lam, (Mon Jun 16, 3:46 am)
Re: how to track changes of a file, Johannes Sixt, (Mon Jun 16, 3:56 am)
Re: how to track changes of a file, bill lam, (Mon Jun 16, 8:49 am)
Re: how to track changes of a file, Johannes Sixt, (Mon Jun 16, 9:08 am)