[git-users] Re: Submitting into SVN using Git commit entries

2011-05-26 Thread Thomas Ferris Nicolaisen
Oh, I almost forgot: If you are committing other people's commits back to SVN, a typical workaround is to use the the --add-author-from parameter in git-svn - this adds the original author as part of the commit message: --add-author

[git-users] Re: How can i know who deleted git branch?

2011-05-26 Thread Thomas Ferris Nicolaisen
Hi, It's a bit hard to give an answer without being more concrete.. Have a look at this blog post, it goes through a lot of examples on how to recover a lost branch (or commit): http://programblings.com/2008/06/07/the-illustrated-guide-to-recovering-lost-commits-with-git/ -- You received this

[git-users] R: Re: how merge a branch in an empty head

2011-05-26 Thread geppo12
I red in that suggested method to combine more repositories is move every commit of a repository into a subdir with git branch-filter --index-filter command. And then init a new repository (destination one) and make a pull into destination repository for every repository that you would merge (se

Re: [git-users] How can i know who deleted git branch?

2011-05-26 Thread Konstantin Khomoutov
On Wed, 25 May 2011 23:32:42 -0700 (PDT) paymaster wrote: > I want to know history of branch.. > > if someone deleted branch... or made branch... This is a somewhat complicated topic. First, there's a question about what precisely do you count as creation and deletion of branches: branches can

[git-users] Cloning repository via FTP. Server denied to change to the given directory

2011-05-26 Thread zainka
Hi I have a git repository, bare that is, stored on a local NAS server. It has a FTP server and this server is accessible through a dyndns address. I use the ftp server for other backups and there is no problem accessing it from anywhere At home i usually access it as a network disk z:\ Problem i