[git-users] Re: fatal: protocol error: bad line length character

2014-06-10 Thread Thomas Ferris Nicolaisen
Just occurred to me that I left some relevant pieces out in my quoting. Here's the whole original message (also available at [1]): On Monday, June 9, 2014 9:52:44 PM UTC+2, Clinton Parham wrote: > > Hello git users, > > I'm trying to run a git server on my Windows 7 workstation. I've > downloade

[git-users] Re: fatal: protocol error: bad line length character

2014-06-10 Thread Thomas Ferris Nicolaisen
On Tuesday, June 10, 2014 11:47:38 PM UTC+2, Thomas Ferris Nicolaisen wrote: > > > In any case, I'm lost. Perhaps someone on the msysgit list can answer (on > cc now). > > Unfortunately, Google Groups blocks replies on that CC who are not also members on this list, so here's a link to the thread

[git-users] Re: fatal: protocol error: bad line length character

2014-06-10 Thread Thomas Ferris Nicolaisen
> > On Monday, June 9, 2014 9:52:44 PM UTC+2, Clinton Parham wrote: >>> >>> Hello git users, >>> >>> I'm trying to run a git server on my Windows 7 workstation. I've >>> downloaded the Windows installer from http://git-scm.com/downloads and >>> I'm able to clone other repositories. >>> >>> Now I

Re: [git-users] Get file SHA just prior to tag

2014-06-10 Thread John Fisher
On Tuesday, June 10, 2014 11:55:04 AM UTC-7, Dale Worley wrote: > > > > I think what will work is: > > 1) Find the first commit before the tag that has a different content > for the file: > > $ git log -n 1 ^ -- > commit b3282e06e39e1ddaa44806eadbfac06a19fabe09 > ... > > 2) Find the SHA of

Re: [git-users] Get file SHA just prior to tag

2014-06-10 Thread Dale R. Worley
> From: John Fisher > The SHA for the tag is not the SHA for the individual file. OK thats > obvious to experienced Git users, and the main point here. He wants to know > what the SHA for the file is just prior to the tag, (shown in Gitk BTW) . I > have shown him how to get the contents of a f

[git-users] Re: fatal: protocol error: bad line length character

2014-06-10 Thread Clinton Parham
Yup, I agree that SSL being involved is odd. A 'netstat -ano' doesn't list any process on 9419. Also, when I down the git daemon, a telnet to localhost:9419 fails so I don't believe anything else is listening on that port. A similar telnet works of course when the git daemon is running. Also i

Re: [git-users] Get file SHA just prior to tag

2014-06-10 Thread John Fisher
On Monday, June 9, 2014 12:36:57 PM UTC-7, Dale Worley wrote: > > > > You're not clear what the question is. You ask "which version of a > file is in the tag" and the answer is "the version with hash > 990c3e0f7efc8ddf869dbb39ba0065c9e9578df4". > > Do you mean "Which commit introduced that ve

Re: [git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
SRY: The question is in fact not to let people to perform these steps manually. вторник, 10 июня 2014 г., 14:09:57 UTC+3 пользователь Alexander Zorgiev написал: > > The question is in fact not to let people not to perform these steps > manually. > > вторник, 3 июня 2014 г., 15:32:26 UTC+3 польз

Re: [git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
It seems there is no comfortable platform-independed way to do this. Maybe feature request? вторник, 3 июня 2014 г., 15:34:12 UTC+3 пользователь John McKown написал: > > On Tue, Jun 3, 2014 at 7:12 AM, Magnus Therning > wrote: > >> On Tue, Jun 03, 2014 at 04:24:43AM -0700, Pierre-François CLEMEN

Re: [git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
Post-merge hook? Anyways someone needs to set up this post-merge hook in a manual fashion. вторник, 3 июня 2014 г., 15:34:12 UTC+3 пользователь John McKown написал: > > On Tue, Jun 3, 2014 at 7:12 AM, Magnus Therning > wrote: > >> On Tue, Jun 03, 2014 at 04:24:43AM -0700, Pierre-François CLEMENT

Re: [git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
The question is in fact not to let people not to perform these steps manually. вторник, 3 июня 2014 г., 15:32:26 UTC+3 пользователь Pierre-François CLEMENT написал: > > Sounds good enough. You could probably even embed it into a Makefile or a > Gruntfile or whatever-file you're using if you alr

Re: [git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
Symlinks has nothing to do with the fact that I want the part of the configuration to be versioned. BTW on windows symlinks work kinda differently. Of course since Vista/Server 2008 we have mklink bundled, but I don't think msys.win will handle this situation correctly. Nevertheless the fact th

[git-users] Re: git repository versioned .config file?

2014-06-10 Thread Alexander Zorgiev
For instance I want to put some git extensions into my project git repository. The documentation states that the path must be accessible through git --ext-path. This can be altered either globally or per-repository basis in .config. But this file seems to be unversioned. If we in future will ha

[git-users] Re: fatal: protocol error: bad line length character

2014-06-10 Thread Thomas Ferris Nicolaisen
On Monday, June 9, 2014 9:52:44 PM UTC+2, Clinton Parham wrote: > > Hello git users, > > I'm trying to run a git server on my Windows 7 workstation. I've > downloaded the Windows installer from http://git-scm.com/downloads and > I'm able to clone other repositories. > > Now I want to allow others

Re: [git-users] git diff -w --name-only does not work

2014-06-10 Thread Magnus Therning
On Mon, Jun 09, 2014 at 11:30:15PM -0700, André Hänsel wrote: > When I run "git diff -w --name-only" I get a file listed. When I > then run "git diff -w filename" I get no output. When I run "git > diff filename" I see that there are whitespace changes. > > How do I get the names of files with non