Re: [git-users] curiosity: why are files in .git/objects marked "writable"?

2012-12-07 Thread John McKown
Thanks for just a complete answer. I keep forgetting that some people run inferior systems, such as Windows On Friday, December 7, 2012 11:20:32 AM UTC-6, Konstantin Khomoutov wrote: > > On Fri, 7 Dec 2012 08:48:41 -0800 (PST) > John McKown > wrote: > > > That's the question. Or I really am no

Re: [git-users] curiosity: why are files in .git/objects marked "writable"?

2012-12-07 Thread Ryan Hodson
Kudos for the complete answer. Very insightful. On Dec 7, 2012 11:20 AM, "Konstantin Khomoutov" < flatw...@users.sourceforge.net> wrote: > On Fri, 7 Dec 2012 08:48:41 -0800 (PST) > John McKown wrote: > > > That's the question. Or I really am not understanding what all is in > > there. But what I

Re: [git-users] curiosity: why are files in .git/objects marked "writable"?

2012-12-07 Thread Konstantin Khomoutov
On Fri, 7 Dec 2012 08:48:41 -0800 (PST) John McKown wrote: > That's the question. Or I really am not understanding what all is in > there. But what I understand (if correct) is that the files > in .git/objects are such that the subdirectory name is the first two > hex characters of the SHA1SUM va

[git-users] curiosity: why are files in .git/objects marked "writable"?

2012-12-07 Thread John McKown
That's the question. Or I really am not understanding what all is in there. But what I understand (if correct) is that the files in .git/objects are such that the subdirectory name is the first two hex characters of the SHA1SUM value of the contents, the file name within that subdirectory are t

[git-users] Re: creating bare, shared repository on NFS mounted NAS storage, from existing git working directory

2012-12-07 Thread John McKown
Idiot me. This is the same as the use of "scp -r" mentioned in the books, isn't it? Just "local" instead of via "ssh". Why do these things occurred to me _after_ I post? On Friday, December 7, 2012 10:25:41 AM UTC-6, John McKown wrote: > > The way that I normally work is that I have a source dir

[git-users] creating bare, shared repository on NFS mounted NAS storage, from existing git working directory

2012-12-07 Thread John McKown
The way that I normally work is that I have a source directory for a project. I do a "git init" on it. I do the usually stuff and eventually end up with something that I want to share. I share via an NFS mount NAS device at home. So, what I do is a "cd" into the "git" subdirectory on the NAS, t

Re: [git-users] git push stopped on windows

2012-12-07 Thread Konstantin Khomoutov
On Fri, 7 Dec 2012 01:19:09 -0800 (PST) jxck wrote: [...] > > > but, I can't push from windows. [...] > > http://thread.gmane.org/gmane.comp.version-control.git.user/3757/focus=3762 > oh It seems I need to use older version. No, it means you'd better off using another method for pushing, such

Re: [git-users] git push stopped on windows

2012-12-07 Thread jxck
> http://thread.gmane.org/gmane.comp.version-control.git.user/3757/focus=3762 oh It seems I need to use older version. thanks ! On Friday, December 7, 2012 4:55:39 PM UTC+9, Konstantin Khomoutov wrote: > > On Thu, Dec 06, 2012 at 10:03:22PM -0800, jxck wrote: > > > I'm using git server on ubu