On Tue, 27 Nov 2007, gapon wrote: > hi all, > first of all i don't know if there's a bugzilla or something similar for git - > i have found just this email (on http://git.or.cz/ webpage). > > i have discovered "weird" behaviour of git in this scenario*: > - user A is working in repo A > - user B clones repo A > - user B makes some changes, commits, pushes > - user A makes some changes, git status (no info about new commit in his repo > from user B but it's probably ok i'd say - but some of my files are marked as > changed and already added to index but i haven't changed them - that's > confusing, isn't it?) > - user A can commit his changes => shouldn't be there any info/message/warning > displayed? it would be helpful to have here some info about "foreign commit" > in the repo or something like this This is kind of a fundamentally crazy thing to do; it's like a CVS user committing to somebody else's working directory instead of to the central repository. As you might expect, the system is confused because the info of what version is checked out is changed without the checked-out files getting changed. This should probably be kept from happening in some fashion, not reported to the user after the fact. -Daniel *This .sig left intentionally blank* - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html