El 8/11/2007, a las 0:03, Jon Smirl escribió:
On 11/7/07, Johannes Schindelin [off-list ref] wrote:
quoted
We also tend to take the approach of viewing the history as that of
the whole project.
But if you type 'git log' while cd'd into a subdirectory the whole log
is almost never what you want. It's this kind of thing that makes git
harder to use.
At least in my case, that's completely untrue. Whole-project history
is basically *always* what I want even if I am cd'd into a
subdirectory. If I wanted to path-limit the project history I'd do
"git log ."
Cheers,
Wincent