[git-users] ssh keys

2014-09-15 Thread john
password. ssh is in git\bin. I tried creating a ssh key with putty and adding that to the auth_keys file as well but makes no difference. Any ideas what I am doing wrong / have not understood? Regards, John -- You received this message because you are subscribed to the Google Groups "Git f

[git-users] authenticated push / pull with Apache

2014-10-10 Thread john
n(+) create mode 100644 csg2/test.txt C:\GitWork\http_csg2\csg2>git log commit 44b91da91a841bff6789a7e7c102ec8324a1ce09 Author: John Date: Thu Oct 9 18:14:42 2014 +0100 added text file C:\GitWork\http_csg2\csg2>git remote -v origin *http://centos64/git/csg2.git* <http://centos64/git/csg2.git> (fetch) origin

[git-users] unpacker error on push

2014-11-10 Thread john
x27;http://192.xxx.x.xx': john Password for 'http://j...@192.xxx.x.xx: Counting objects: 9, done. Delta compression using up to 4 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (5/5), 420 bytes | 0 bytes/s, done. Total 5 (delta 3), reused 0 (delta 0) error: unp

[git-users] Re: unpacker error on push

2014-11-10 Thread john
> > Just to add in the error log for apache I have > insufficient permission for adding an object to repository database ./objects. Looking at the git repository, it is actually 777 which may not be secure but, again, that is another problem. It certainly should be able to write to that - w

[git-users] Re: unpacker error on push

2014-11-10 Thread john
> Just seen that this might be down to SELinux. > http://stackoverflow.com/questions/7042783/insufficient-permission-pushing-to-git-shared-repo-over-smart-http -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this

[git-users] Re: Git Hooks Implementation

2014-12-16 Thread john
I have a question, I want to run a batch script in windows or a shell script in linux, and this script must be invoked before every commit by the developer through GIT. is it possible? On Monday, November 12, 2012 10:38:17 PM UTC-6, krishna chaitanya kurnala wrote: > > Hello All > > I am rela

[git-users] compile git on AIX 6.1 problems

2015-07-09 Thread john
tial-store] Error 1 The machine I am building on has built git in the past (not by me). But really need help as this is very frustrating and googling has not found anything that quite matches it. Regards, John -- You received this message because you are subscribed to the Google Groups "

[git-users] Re: compile git on AIX 6.1 problems

2015-07-09 Thread john
Just to add, I have downloaded the source for 2.1.0 and 1.9.2 and both of those have the same problem and the latter was built about 12 months ago. I had hoped the version of gcc was too old but I presume not. So possibly a problem with the environment? -- You received this message because yo

[git-users] Preserve a directory on the server

2009-03-19 Thread John
Hello, There's a directory in the production version of my app on the server 'public/attachments' which contains images that users upload. I've removed this directory from my local git repos, and added public/ attachments to my .gitignore file. However, when I do a git push to the server repos

[git-users] Preserve a directory on the server

2009-04-08 Thread John
Hello, There's a directory in the production version of my app on the server 'public/attachments' which contains images that users upload. I've removed this directory from my local git repos, and added public/ attachments to my .gitignore file. However, when I do a git push to the server repos

Re: [git-users] About GIT installation

2013-11-22 Thread John McKown
to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- This is clearly anot

Re: [git-users] Precise Definition of Repository

2013-12-11 Thread John McKown
My code is so poor, at times, I need to keep in a suppository. On Dec 11, 2013 4:27 PM, "Mark Janssen" wrote: > > On Wed, Dec 11, 2013 at 11:26 AM, Human Being wrote: > > Is there a precise definition of repositiory? > > Interesting question actually. A more accurate word would be > "depository

Re: [git-users] Lost git metadata

2014-01-02 Thread John McKown
o git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- This is clearly another case of too many mad scientists, and not enough hunchbacks. Maranatha! <>< John McKown -- You received this message because you are subs

Re: [git-users] What's the process GIT runs on Linux?

2014-01-27 Thread John McKown
gle Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Wasn't there something about

Re: [git-users] How can i get into previous version of code in git ?

2014-02-11 Thread John McKown
t;Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Wasn't there something about a PASCAL programmer

Re: [git-users] Use GIT for MS Office and LibreOffice files

2014-02-27 Thread John McKown
it-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Wasn't there something about a PASCAL programmer knowing the value of everything and the Wirth of nothing? Maranatha! <>< John McKown -- You received this message because yo

Re: [git-users] effect of git checkout master on master branch

2014-02-28 Thread John McKown
ch ? >> >> thanks >> >> > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@g

[git-users] Pushing to remote rep | 'does not appear to be a git repository'

2014-03-06 Thread John Schmidt
Hi, i created a bare rep on my remote server and i would like to push data to it via Sourcetree. I connect via SSH with private key. I get the following error-message: '... *does not appear to be a git repository*' I googled a lot finding basically always the same hint: The path to your

Re: [git-users] a basic thing I don't understand about git and Windows7 directories

2014-04-02 Thread John McKown
uman beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- There is nothing more pleasant than traveling and meeting new peop

Re: [git-users] Wanted to setup a local git server

2014-04-03 Thread John McKown
oup. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan M

[git-users] git aws.push stopped working after OS upgrade to Ubuntu 14.04

2014-04-03 Thread John Kolen
I've been successfully pushing my rails app to AWS electric beanstalk for several months. Earlier this week, I upgraded my dev box to Ubuntu 14.04. Now, 'git aws.push' fails when trying to push to AWS with the following error fatal: unable to access 'https://akia...81...@git.elasticbeanstalk.u

Re: [git-users] bad repo

2014-04-08 Thread John McKown
eiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! <>< John McKown -- You received t

Re: [git-users] Re: git aws.push stopped working after OS upgrade to Ubuntu 14.04

2014-05-04 Thread John Kolen
Stefan's suggestion to install latest EB cli tools worked for me. Much better solution than recompiling git with openssl. Thanks! On Thu, May 1, 2014 at 9:58 AM, Stefan Senk wrote: > I've had a similar issue deploying to AWS ElasticBeanstalk after upgrading > to Ubuntu 14.04. I found that down

[git-users] worlds slowest git repo- what to do?

2014-05-15 Thread John Fisher
I assert based on one piece of evidence ( a post from a facebook dev) that I now have the worlds biggest and slowest git repository, and I am not a happy guy. I used to have the worlds biggest CVS repository, but CVS can't handle multi-G sized files. So I moved the repo to git, because we are usi

Re: [git-users] worlds slowest git repo- what to do?

2014-05-15 Thread John Fisher
On 05/15/2014 12:06 PM, Philip Oakley wrote: > From: "John Fisher" >> I assert based on one piece of evidence ( a post from a facebook dev) that I >> now have the worlds biggest and slowest git >> repository, ... > > At the moment some of the developers are looki

Re: [git-users] worlds slowest git repo- what to do?

2014-05-16 Thread John Fisher
On 05/16/2014 03:13 AM, Duy Nguyen wrote: > On Fri, May 16, 2014 at 2:06 AM, Philip Oakley wrote: >> From: "John Fisher" >>> I assert based on one piece of evidence ( a post from a facebook dev) that >>> I now have the worlds biggest and slowest git >&g

Re: [git-users] worlds slowest git repo- what to do?

2014-05-19 Thread John Fisher
"Duy Nguyen" , I have 7700 files in the git repo. Add is much much faster than commit -m " text" . My most-populous git repos has 57K files (its an operating system) and I have no issues with the 57K repo. -- You received this message because you are subscribed to the Google Groups "Git fo

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

2014-06-03 Thread John McKown
ng: "I don't _do_ Windows!" > > /M > > -- > Magnus Therning OpenPGP: 0xAB4DFBA4 > email: mag...@therning.org jabber: mag...@therning.org > twitter: magthe http://therning.org/magnus > > What gets measured, gets done.

Re: [git-users] How to create a repo

2014-06-04 Thread John McKown
gt; > > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit h

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

2014-06-09 Thread John Fisher
This topic has been covered before, but not quite to the problem I have: basic Q: *command line to get SHA of file immediately prior to without using dates?* Linux environment. My user insists on command-line ( he's the boss); he's used to CVS and its weird revision numbers per file. Git doesn

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] 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-11 Thread John Fisher
On Wednesday, June 11, 2014 8:09:44 AM UTC-7, Dale Worley wrote: > > > From: John Fisher > > > > I still don't understand what the commit-SHA given out by git ls-tree is > > for? If it doesn't correspond to a commit on the file as seen in git > log,

[git-users] Re: Regarding git repository disk space consumption

2014-06-11 Thread John Fisher
On Wednesday, June 11, 2014 12:10:43 AM UTC-7, chetna chaudhari wrote: > > Hi, >I read a line about git in > https://help.github.com/articles/working-with-large-files article > > > * "In addition, if a repository is 10 GB in size, Git's > architecture requires another 10

Re: [git-users] gitweb Feature request: Move the README pane to the end

2014-06-14 Thread John McKown
Perhaps a configuration option, per repository? On Jun 14, 2014 12:53 PM, "Matt Fioravante" wrote: > gitweb has a nice little feature where you can display a README.html file > on the project summary page. Combined with a simple post-receive hook to > generate this file from README.md markdown in

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

2014-06-16 Thread John Fisher
Pierre, Gergely, Dale Thanks very much, somehow I missed your responses until this morning. I have passed on your suggestions and I think satisfied the boss. for now. On Saturday, June 14, 2014 4:30:17 AM UTC-7, Pierre-François CLEMENT wrote: > > Le mercredi 11 juin 2014 18:50:07 UTC+2

Re: [git-users] git pull-push ?

2014-06-25 Thread John McKown
the credentials for the "server". Oh, in this case, each ssh session is separate. It is just easier to use because you're not typing in the server's SSH passphrase all the time. Hope this is of some help. -- There is nothing more pleasant than traveling and meeting new peopl

Re: [git-users] Unable to open previous versions of my project in GIT

2014-07-16 Thread John McKown
send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! <>< John McKown -- You received this message because you are

Re: [git-users] New commit it got to old pull

2014-07-22 Thread John McKown
"back out" the effects of any "git pull" you might have done. Please excuse me if I'm being a bit "dense" (I'm not "neutronium noggin" for nothing! ). -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha!

Re: [git-users] issues with downloading project files from git

2014-08-17 Thread John McKown
Try git clone https://github.com/laravel/laravel.git It works for me. The command you used looks more like it is only for the owner. The form "g...@github.com:laravel/laravel.git" looks more like what I use when I'm updating my own repositories, not cloning somebody else's repository. On Aug 17,

Re: [git-users] how corporates handle git repositories?

2014-09-10 Thread John McKown
nghis Khan Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com.

Re: [git-users] Bare repo Vs Working repo on hosting server

2014-09-20 Thread John McKown
deploying-wordpress-with-git http://premium.wpmudev.org/blog/improve-wordpress-development-workflow-local-server/ http://efeqdev.com/website-development/this-is-how-we-version-control-and-deploy-our-wordpress-websites-with-git/ -- There is nothing more pleasant than traveling and meeting new peop

[git-users] BASH Update in Windows GIT for recent BASH Exploit

2014-09-26 Thread John Beaver
http://seclists.org/oss-sec/2014/q3/650 How can I update the bash my self or do I need to wait for a new download? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an

[git-users] Files are commiting without staging

2014-10-06 Thread John Hite
Greetings, Just installed git on my laptop that has Window XP OS so git runs under mingw. I added some files, and committed them. Then I modified two of them using vi and saved them but did git add on only one of them. Commit accepted bpth. From reading the Atlassian tutorial I got the impressi

Re: [git-users] How to move manually-versionned files to git (version control)?

2014-11-25 Thread John McKown
ast) date in each one of > these commits? > > ​I don't know, but perhaps the --date= on the git commit will do what you want.​ -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! <>&l

Re: [git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread John McKown
ng a git expert. Hopefully one of the "wise old ones" will come along side with some really helpful advice​ > > Best regards, > > Konstantinos > > > -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on t

Re: [git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread John McKown
at they felt that anyone who was using a personal "ad hoc" system that they designed themselves would just need to convert to git as best as they could. > > On Wednesday, November 26, 2014 4:48:02 PM UTC+2, John McKown wrote: > >> On Wed, Nov 26, 2014 at 8:35 AM, Konstantinos

Re: [git-users] How to clear history of all repo url that has been accessed from local machine?

2014-12-01 Thread John McKown
tware. If you don't, your company _might_ be libel to the copyright owners and be subject to being sued. I'm not really too sure of this latter, but if this is a large enough company, I'd run it by the legal department just for comfort. -- The temperature of the aqueous content

Re: [git-users] Unable to access Git

2014-12-16 Thread John McKown
.118/ffmpeg.git would work for you, since this directly specifies the host IP address.​ -- ​ While a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. Ma

[git-users] Security vulnerability in git client announced on github

2014-12-19 Thread John McKown
ecome ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this

[git-users] how to add a file?

2014-12-21 Thread john clarkson
I'm a complete beginner with Git. I looked at the language reference for 'add': http://www.git-scm.com/docs/git-add I looked at one of the videos: "Git basics: Get going with Git" I looked at the tutorial: http://git-scm.com/docs/gittutorial I assume I can add a file from a client computer to my

Re: [git-users] Re: gitlab on localnetwork

2014-12-22 Thread John McKown
ss will "suffer" due to a over indulgence of egg nog. -- ​ While a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12

Re: [git-users] Why use git for monitoring local saves, when no pushing to remote needed?

2014-12-30 Thread John McKown
- shows only the changes to "file". -- ​ While a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,9

Re: [git-users] Find difference between 2 python files

2015-01-07 Thread John McKown
single file between different points. But maybe what I've posted will be of some help anyway. -- ​ While a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfu

[git-users] Path nomenclature in Git

2015-01-23 Thread John McWilliam
1. I am a total beginner here and am constantly seeing referals to "~/FileName" This is obviously shorthand for something but what? Is it the location of the Git program directory or perhaps my working tree. How can I define this? 2. Is the use of SSH keys necessary or can this be bypassed. To

Re: [git-users] Git - Deployment and Rollback

2015-01-30 Thread John McKown
as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it,

Re: [git-users] Permanently Ignore Single Line in Code

2015-03-11 Thread John McKown
dows batch files can do the same thing, but I don't know the syntax. -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git

Re: [git-users] Re: GIT

2015-03-12 Thread John McKown
o it works >> GIT Push, this usually breaks and tells me it can't push because the >> branch is checked out. >> >> All I want to do it create a repository on the server, add some files >> locally from my machine, push and go to another machine and actually see >&g

Re: [git-users] GitHub ingored file

2015-03-30 Thread John McKown
e from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax fryi

Re: [git-users] GIT in combination with Sparx Systems Enterprise Architect.

2015-04-06 Thread John McKown
ages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings&quo

Re: [git-users] How to update last version git, Now I have git version 1.9.1 in Linux

2015-04-08 Thread John McKown
-scm.com/download/linux ​ -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the

Re: [git-users] Error when building subversion

2015-04-15 Thread John McKown
are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- If you sent twi

[git-users] Offering bounty: Help me use git5 to keep GitHub / Piper in sync

2015-05-08 Thread John Mulhausen
Hi git folk, I will award a peer bonus to anyone who shows me how to solve this scenario with specific commands. I'd like to open source a site that has a piper-dependency for it's publishing. There are two nodes in the system: 1. GitHub.com -- where users can submit changes to us 2. Piper --

Re: [git-users] Use git on microsoft words documents

2015-05-15 Thread John McKown
le: Ask him to dribble a football. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe fr

[git-users] High level usage question

2015-05-17 Thread John Bleichert
something fundamental? Thanks, John -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more

Re: [git-users] High level usage question

2015-05-18 Thread John Bleichert
On Monday, May 18, 2015 at 5:58:47 AM UTC-4, Konstantin Khomoutov wrote: > > On Sun, 17 May 2015 17:31:03 -0400 > wor...@alum.mit.edu (Dale R. Worley) wrote: > > > John Bleichert > writes: > > > Basically, that's what > > git remote -v show &

[git-users] Web article on git, by IBM

2015-07-09 Thread John McKown
re is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Gro

Re: [git-users] Unable to download the git client for Mac OS X

2015-07-17 Thread John McKown
backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You rece

Re: [git-users] Merging between multiple git svn repositories without the svn

2015-07-20 Thread John McKown
known until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed t

Re: [git-users] Merging between multiple git svn repositories without the svn

2015-07-20 Thread John McKown
On Mon, Jul 20, 2015 at 1:45 PM, Jan Trmal wrote: > John, thanks for your response, I will experiment with your suggestions. > Let me clarify details of what I was saying-- I'm not sure if I'm able to > express my concern clearly. > > Both of these repositories ("

Re: [git-users] Re: Merging between multiple git svn repositories without the svn

2015-07-21 Thread John McKown
ted, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this gr

[git-users] bare repo & git gc --aggressive

2015-07-21 Thread John McKown
. -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< J

Re: [git-users] Could not load program git

2015-07-22 Thread John McKown
proper name for "old-libcrypto.a". The above assumes that the "ar" (archive) command works the same on AIX as it does on Linux. Again, I don't know AIX! -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we ar

Re: [git-users] bare repo & git gc --aggressive

2015-07-22 Thread John McKown
On Wed, Jul 22, 2015 at 4:43 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Tue, 21 Jul 2015 13:22:56 -0500 > John McKown wrote: > > > I use git at home. I have my normal working directories. I keep the > > associated bare repository on a NAS

Re: [git-users] Could not load program git

2015-07-22 Thread John McKown
On Wed, Jul 22, 2015 at 7:32 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Wednesday, July 22, 2015 at 12:34:31 PM UTC+3, John McKown wrote: > > [...] > >> Probably the best thing to do wold be to see if there is an updated >> version of git

Re: [git-users] Could not load program git

2015-07-22 Thread John McKown
Wow, was I ever off in left field. Or maybe even in the wrong ball park. I must remember "Not all that is UNIX is GNU". My GNU/Linux bigotry is showing. On Wed, Jul 22, 2015 at 8:50 AM, Paul Smith wrote: > On Wed, 2015-07-22 at 07:41 -0500, John McKown wrote: > > I wo

Re: [git-users] git fetch doesn't update latest tags on a bare repo.

2015-07-27 Thread John McKown
ntil a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Goo

Re: [git-users] graft branches from one repo to another

2015-07-27 Thread John McKown
n of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message b

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread John McKown
time. YMMV, of course. > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. >

Re: [git-users] An unbelievably newby question

2015-10-12 Thread John McKown
c8c Author: John Archie McKown Date: Wed Oct 7 08:16:42 2015 -0500 10/07/2015 08:25:49 VERSION 01 commit e106f581ff950a9eddf46e0126414e0407fcd5c3 Author: John Archie McKown Date: Tue Oct 6 08:22:35 2015 -0500 10/06/2015 08:31:47 VERSION 01 commit 98767d3ad5acbb5750f5f9283df787a2ab62f

Re: [git-users] An unbelievably newby question

2015-10-12 Thread John McKown
ackup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You receive

Re: [git-users] How do I tell git to use openssl in /usr/local

2015-10-14 Thread John McKown
https://groups.google.com/d/optout. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones

Re: [git-users] How do I compile Git in linux?

2015-10-19 Thread John McKown
onfigure --help | less " to get an overview of the various parameters you can use. ​ -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 1

Re: [git-users] How do I compile Git in linux?

2015-10-20 Thread John McKown
s a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, s

Re: [git-users] does `git commit` modify $GIT_DIR/index?

2015-10-24 Thread John McKown
.google.com/d/optout. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaph

[git-users] weird? Create a new branch which is _empty_.

2016-01-28 Thread John McKown
how fast you were going?" "No," replies Dr. Heisenberg, "but I know where I am." Computer Science is the only discipline in which we view adding a new wing to a building as being maintenance -- Jim Horning Schrodinger's backup: The condition of any backup is unknown u

[git-users] Download can't be found

2016-02-02 Thread John C
Just downloaded Git 2.6.4 to a Mac running El Capitan 10.11.3 The installer worked fine and said job completed by I can find no indication of where it was installed. Does anyone have any suggestions? Thanks in advance. -- You received this message because you are subscribed to the Google Groups

Re: [git-users] No doubt a simple question

2016-02-12 Thread John McKown
> > Dale > -- The man has the intellect of a lobotomized turtle. Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, se

Re: [git-users] Transfer to another computer when offline --- how?

2016-02-12 Thread John McKown
. I have a 114G SanDisk flash drive which is almost as small as my thumb nail.​ It fits in my wallet with no problem. -- The man has the intellect of a lobotomized turtle. Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "G

Re: [git-users] Storing files on a servor rather than on the git folder

2016-02-21 Thread John McKown
tain, they do not refer to reality. > -- Albert Einstein > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+

Re: [git-users] How to include just some subdirectory excluding all tree

2016-03-07 Thread John McKown
*​ -- A fail-safe circuit will destroy others. -- Klipstein Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email t

Re: [git-users] pushing a file to each branch in git repo

2016-03-08 Thread John McKown
git add ??? git commit -m '?' done git checkout ${current} I had the loop abort if there there is some problem doing a checkout. If you're using OSX, the above will likely work. If you are using Windows, "you're on your own!". -- A fail-safe circuit

Re: [git-users] Git Bash and R

2016-04-26 Thread John McKown
"Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- "He must have a Teflon brain -- nothing stic

Re: [git-users] fetched to wrong branch

2016-12-19 Thread John McKown
tch, for MSSDCMP remotes/origin/master 021833c add version file remotes/origin/work 6778d27 Total rewrite, from scratch, for MSSDCMP [tsh009@it-johnmckown-linux source]$ > > Many thanks for your help, > > Pablo > -- > http://www.ousia.tk > > -- Heisenberg may have be

Re: [git-users] Re: Noob question: In a large company setting, is it normal to spend 3+ hours a day sorting out git issues?

2017-02-06 Thread John McKown
se gets the cheese. > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to git-users+unsubscr...@googlegroups.com. > For

[git-users] Interesting: Method to get a SHA-1 collision

2017-02-23 Thread John McKown
ut different content. [\quote] -- "Irrigation of the land with seawater desalinated by fusion power is ancient. It's called 'rain'." -- Michael McClary, in alt.fusion Maranatha! <>< John McKown -- You received this message because you are subscribed to the G

Re: [git-users] Cannot push code without creating branch on local

2017-03-07 Thread John McKown
him|her) problems when they try to "git commit" because the files in their repository don't reflect the history of the files in their directory. so they'd need to do a merge and resolve any conflicts. It's just not the way git was designed to work. I wish I were a better te

Re: [git-users] Query: Git Installation on iBM iSeries partition

2017-03-10 Thread John McKown
from it, send an > email to git-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- "Irrigation of the land with seawater desalinated by fusion power is ancient. It's called 'rain'." -- Michael McClary, in alt

Re: [git-users] Query: Git Installation on iBM iSeries partition

2017-03-12 Thread John McKown
much about the IBMi. But I do know that the git port on z/OS only supports data in UNIX files (PACE in IBMi speak, I think), not programs stored in "legacy" PDS libraries. > > Regards > Martin > > -- "Irrigation of the land with seawater desalinated by fusion power

Re: [git-users] Trying to keep two projects together

2017-03-31 Thread John McKown
them, but a submodule may be what you want. Or close to it. https://git-scm.com/docs/git-submodule​ > > Leam > > -- "Irrigation of the land with seawater desalinated by fusion power is ancient. It's called 'rain'." -- Michael McClary, in alt.fusion

  1   2   3   >