Re: [git-users] How to monitor a git repository for changes

2018-06-28 Thread Philip Oakley
Hi Daryl, You may need a slight change of mind set. Git does not do things the way other (older) SCMs do/did. Git status, in general, is all about your local repository, so if you haven't done anything, it won't say anything. The other "remote" repository must be explicitly queried to find

Re: [git-users] hash collision in git

2018-06-28 Thread Konstantin Khomoutov
On Thu, Jun 28, 2018 at 05:48:01AM -0700, 1141185...@qq.com wrote: > Thanks for reply. I know it is not a common scenario in real world, but > when we put our valued code and docs in git, we hope git will be robust > enough to take good care of our docs, and wont fall because of some >

Re: [git-users] hash collision in git

2018-06-28 Thread 1141185821
Thanks for reply. I know it is not a common scenario in real world, but when we put our valued code and docs in git, we hope git will be robust enough to take good care of our docs, and wont fall because of some unconscious behavior. 在 2018年6月27日星期三 UTC+8下午4:00:21,Konstantin Khomoutov写道: