Re: [git-users] Putting an entire drive under version control?

2015-07-30 Thread Sean
I think you're looking at the wrong solution for those requirements. Instead, look at filesystem snapshots. That can be accomplished in a few different ways. Windows, which is the OS I assume you're referring to, has a Volume Shadow Copy facility that is similar in functionality to filesystem

Re: [git-users] Visually show file history

2015-07-30 Thread Konstantin Khomoutov
On Wed, 29 Jul 2015 16:57:30 -0700 Ying Huang huangyi...@gmail.com wrote: [...] So... Could you just freaking try the suggested git difftool commit2 commit2^1 $1 I have changed to git difftool $name^1 $name $1 But some commits are still skipped. approach