[git-users] Re: Missing libcurl-4 win7 x64

2013-08-21 Thread Thomas Ferris Nicolaisen
On Tuesday, August 20, 2013 3:14:52 PM UTC+2, friesen...@gmail.com wrote: > The latest windows install (1.8.3.msysgit.0) gives me an error about > libcurl-4.dll missing any time I try to push to a local git server(omv). > Copying and renaming libcurl.dll to libcurl-4.dll seems to fix the > pro

[git-users] Re: How to subtree split the parent project without the added subprojects?

2013-08-21 Thread Thomas Ferris Nicolaisen
On Thursday, August 8, 2013 11:06:56 AM UTC+2, Gabriel wrote: > Hi all, > > I am trying to use subtree instead of submodules to manage a project, > but I don't know how to send the parent project alone. Let me explain my > self. > > We have a project split in a parent repository and some plug-in

[git-users] Re: gitweb, How to script alias to a directory? for cloning over http

2013-08-21 Thread Thomas Ferris Nicolaisen
On Thursday, August 8, 2013 1:06:58 AM UTC+2, Tyrone Lucero wrote: > Hello, I need some guide that can explain me the following: > > I wish to know the correct rule to make work cloning over http with my > configuration, without taking all the web server to server only as github > > I setup git

[git-users] Re: changed closed error while doing git push

2013-08-21 Thread Thomas Ferris Nicolaisen
On Wednesday, August 7, 2013 7:42:54 PM UTC+2, python.b...@gmail.com wrote: > I am trying to push some changes to a git project and had to amend some > changes to my local commits, so rebased onto a MERGED change 400918 > (otherwise it wouldn’t allow me to set the edit option, not sure if there

[git-users] Re: Question about the cherry-picked commits.

2013-08-21 Thread mayur nagekar
Good you found it out with "git cherry". Just to add git cherry would just show you the commid ids (sha). Try this for a more verbose output. Omit those commits from master which are in staging(even the ones which have been cherry-picked) or are patch-equivalent to a commit in staging git log

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-21 Thread peter
Hi Dale, Well, I've been reading the articles you advised. And I've done some extensive testing with various situations. But till now, all without the result I would like. My files turned out not to be 'contaminated' with large holes, so every experiment with 'sparse options' (while copying, ta

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-21 Thread Dale R. Worley
> From: peter > > The files that I suspect are all compiled without stripping (debug symbols > present in the file). When I delete all these files the size of my tar-bal > from the original filesystem is nearly the same as the one made from the > git checkout. Here some things to check: Prod

Re: [git-users] How to diagnose a failing test

2013-08-21 Thread Dale R. Worley
To document the answer: > From: "Philip Oakley" > > > From: "Dale R. Worley" > > I've made a small change to the Git source and now test > > t/t1001-read-tree-m-2way.sh fails. In particular, this test fails: > > [...] > > How do I get detailed information on exactly what the failure is? > > I