Re: [git-users] Where is this submodule --tip option introduced in 1.8.2

2013-04-27 Thread childno͡ . de
Hi Konstantin, Thank you. So the new remote option seems to be helpful to update both submodule and master repository at once but as far as i can see it doesn't "integrate" anything nor will it really reference the "tip" but still an sha1 id?! You're still not able to just say s.th. Like Git

[git-users] non-standard usage of git on windows shared folder

2013-04-27 Thread Alex
Hi everyone! I like git very much as version control system form code development and I'm using it for a while. But now I've got a different task and I want to use git for it. I've got a windows share folder, located on a server I don't have access to. There are few people working with this fold

Re: [git-users] non-standard usage of git on windows shared folder

2013-04-27 Thread Gergely Polonkai
As Excel files are binary (from git's point of view), merging will be kind of pain I think. Otherwise it's not a bad idea. There is even a tool called SparkleShare for such tasks. On 27 Apr 2013 20:40, "Alex" wrote: > Hi everyone! > I like git very much as version control system form code develop

Re: [git-users] non-standard usage of git on windows shared folder

2013-04-27 Thread Alex
Gergely, thanks for an answer! I understand I'll need a special utility for comparision, moreover, I'll need to write it myself to do special comparisions for my files. But that's quite a solvable task, I think. Merging won't be a problem as I don't need merging :) Really, version tree will be

[git-users] All commits are 'unpushed'

2013-04-27 Thread Alexey Ganzha
Hi guys. In my local repo i see list of ALL commits as response to git log master ^origin/master and git log origin/master..HEAD But all commits are pushed allready and they are present in remote repo. Everything works fine, except i always see long list of unpushed commits in my magit status