Re: [git-users] git GUI Create Branch Options

2015-08-28 Thread Gergely Polonkai
Say you tell git-gui to create branch mybranch, but it already exists. If update existing branch is turned off, it will be considered an error. If you say fastforward or force, it will move your branch to HEAD (or the commit iou specify). FF means it will move your branch only if it can be done

Re: [git-users] Why git doesn't track file's read/write permission?

2015-08-28 Thread Gergely Polonkai
Yes, they are called deployment tools, which Git is not. One of the is git-deploy[1], but there are more out there. Also, I sense a design problem in your application if this is the case, although it's hard to tell from this much information. Best, Gergely [1]

[git-users] SSL3 error on git clone under windows with git 2.5

2015-08-28 Thread Marco De Mori
Hi, i use git on windows 10, behind a SSL company proxy with self-signed certificate bypassed with cntlm with certificate added to custom curl-ca-bundle.crt file starting with Git 2.5 when i do a git clone 'https://**@bitbucket.org//.git/' i receive below error: *fatal: unable

[git-users] Folding submodules into parent repo with subtree?

2015-08-28 Thread Magnus Therning
I'm planning on getting rid of the submodules my predecessor set up and I've tried to find a nice way of doing it. I'd like to keep the history from the submodules intact. My experimentation with `git subtree` suggests that'll work well, but maybe I'm missing something, is there a better way of

[git-users] Re: Exceptions when cloning a perforce repository string index out of range (git-p4 v.2.5.0)

2015-08-28 Thread Luke Diamand
On Monday, August 17, 2015 at 1:39:42 PM UTC+1, Damien GERARD wrote: I am trying to import a full perforce repository, and I've got the following exception: File /home/dgerard/libexec/git-core/git-p4, line 3287, in module main() File /home/dgerard/libexec/git-core/git-p4, line