Re: [git-users] Git server silently drops updates on push

2014-09-20 Thread Gergely Polonkai
First I'd check if I'm pushing to the right remote. What command did you use to push? Does it include the remote's name? If not, what is the remote tracking branch of your local branch? Does that point to the remote you are checking? Did git push have *any* output? When you cloned to the temp

[git-users] Git server silently drops updates on push

2014-09-19 Thread Bruce Perens
Hi, No doubt this is stupid RTFM stuff but I'm not finding it. I have a git server at http://git.algoram.com/dvs/ This is updated via SSH push. I created it with git --bare init. I populated it with git push from my development system. All good so far. Now, I create an update and push it. If