[git-users] what is manifest file?

2014-11-10 Thread Naveen Shreevatsa
Hi GIT community, What is manifest file? what does it contain? what is it use? is it same as .plf file in perforce? Thanks, GIT -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails f

[git-users] Git to FTP Location

2014-11-10 Thread Johan Lijffijt
Hello, Is it possible to use a ftp location as a git repository? What are the commands to do this? Thanks! Johan -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send a

[git-users] Re: unpacker error on push

2014-11-10 Thread john
> Just seen that this might be down to SELinux. > http://stackoverflow.com/questions/7042783/insufficient-permission-pushing-to-git-shared-repo-over-smart-http -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this

[git-users] Re: unpacker error on push

2014-11-10 Thread john
> > Just to add in the error log for apache I have > insufficient permission for adding an object to repository database ./objects. Looking at the git repository, it is actually 777 which may not be secure but, again, that is another problem. It certainly should be able to write to that - w

[git-users] unpacker error on push

2014-11-10 Thread john
Hi, I have authenticated http access setup for both pull and push. The next step is to get SSL working but that is later. For now the problem I am having is that when I do a push from the local repository, I get an unpack error. C:\GitWork\http_csg2\csg2\install_win>git push Username for 'http:/

Re: [git-users] Tracking Remote Branch Scenario

2014-11-10 Thread Baus
Thank you for the insight, it is much appreciated! I will read the config manual page as suggested. On Sunday, November 9, 2014 9:33:30 AM UTC-8, Konstantin Khomoutov wrote: > > On Fri, 7 Nov 2014 14:30:05 -0800 (PST) > Baus > wrote: > > [...] > > *Then I run the command* > > $ git branch -u

[git-users] Re: Clean all commits before a merge.

2014-11-10 Thread Pierre-François CLEMENT
On Sunday, 9 November 2014 15:54:45 UTC+1, Guirec Corbel wrote: > > Hello, > > I contribute to [this project](https://github.com/GCorbel/smart_listing). > I did a first pull request and I want to continue but now, when I submit my > changes, it want to replay all commits from the beginning, inclu