Merge driver not called for locally modified files?

2016-04-02 Thread Gioele Barabucci
les? Regards, [1] https://github.com/gioele/pw/blob/master/bin/git-pw-merge -- Gioele Barabucci -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Request: git stash create --include-untracked

2015-11-12 Thread Gioele Barabucci
nd such as git push -f origin $(git stash create -u):refs/heads/emergency/$USER-$(date +%s) (Derived from <https://lwn.net/Articles/664137/> by user nybble41; useful for <http://stackoverflow.com/q/10226586/449288>.) Regards, -- Gioele Barabucci -- To unsubscribe from th

Re: git clone does not understand insteadOf URLs

2013-05-26 Thread Gioele Barabucci
Regards, -- Gioele Barabucci -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: git clone does not understand insteadOf URLs

2013-05-26 Thread Gioele Barabucci
Il 26/05/2013 20:14, John Keeping ha scritto: On Sun, May 26, 2013 at 08:09:56PM +0200, Gioele Barabucci wrote: Il 26/05/2013 20:00, Andreas Schwab ha scritto: Simple, I keep all my projects on the same server, so I would like to refer to that server + path using 'remote-repo'.

Re: git clone does not understand insteadOf URLs

2013-05-26 Thread Gioele Barabucci
me is the fact that `git clone` and `git remote add` parse the same path in different ways. Git already has many inconsistencies. This one can be easily ironed out. Regards, -- Gioele Barabucci -- To unsubscribe from this list: send the line "unsubscribe git" in the body

Re: git clone does not understand insteadOf URLs

2013-05-26 Thread Gioele Barabucci
nge the path once in `~/.gitconfig`. Please note that `git remote add` correctly understands 'remote-repo/ProjectA.git'. I was expecting that `clone` and `remote` both used the same code to parse paths. Regards, -- Gioele Barabucci -- To unsubscribe from this list: s

git clone does not understand insteadOf URLs

2013-05-25 Thread Gioele Barabucci
e argument matches one of the known URLs before raising an error. Regards, -- Gioele Barabucci -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html