RE: Git Test Coverage Report (Tuesday, Sept 25)

2018-09-26 Thread Jason Pyeron
> -Original Message- > From: Derrick Stolee > Sent: Wednesday, September 26, 2018 6:43 AM > > On 9/25/2018 5:12 PM, Ben Peart wrote: > > > > > > On 9/25/2018 2:42 PM, Derrick Stolee wrote: > >> In an effort to ensure new code is reasonably covered by the test > >> suite, we now have

RE: Blame / annotate with mixed mac line endings?

2018-05-02 Thread Jason Pyeron
> -Original Message- > From: Junio C Hamano > Sent: Wednesday, May 2, 2018 21:22 > Subject: Re: Blame / annotate with mixed mac line endings? > > "Jason Pyeron" <jpye...@pdinc.us> writes: > > > Any way to hit git with a stick to treat lone CR

Blame / annotate with mixed mac line endings?

2018-05-02 Thread Jason Pyeron
t_org.cfm' fatal: file src/htdocs/hr/ats/rpts/incl/slt_org.cfm has only 10 lines Any way to hit git with a stick to treat lone CR as a line break for blame/annotate? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

git svn clone - Malformed network data: The XML response contains invalid XML: Malformed XML: no element found at /usr/share/perl5/vendor_perl/5.26/Git/SVN/Ra.pm line 312

2018-01-21 Thread Jason Pyeron
-malformed-network) -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1

RE: Is it possible to convert a Json file to xml file with Git

2017-11-01 Thread Jason Pyeron
the command $ curl > https://jsonplaceholder.typicode.com/posts -o c:\temper.txt Again you are using Bash that came with a windows build of Git, just like when the Visual Studio shell gets installed. A place like https://stackoverflow.com/ may be a better resource than this maili

Rules for backup discussion

2017-10-28 Thread Jason Pyeron
I would like to efficiently backup my project directories. I am thinking that the backup of a git enabled project should only backup the following sets of files: Files under .git/ The results of git clean -ndx The results of git status Does this make sense? Is there a less expensive way to

RE: Consider escaping special characters like 'less' does

2017-10-22 Thread Jason Pyeron
> -Original Message- > From: Jeff King > Sent: Monday, October 16, 2017 6:13 PM > To: Joris Valette > Cc: Andreas Schwab; Jason Pyeron; git@vger.kernel.org > Subject: Re: Consider escaping special characters like 'less' does > > > I.e., something like this wo

RE: Consider escaping special characters like 'less' does

2017-10-15 Thread Jason Pyeron
> -Original Message- > From: Joris Valette > Sent: Sunday, October 15, 2017 9:34 AM > To: git@vger.kernel.org > Subject: Consider escaping special characters like 'less' does > > The pager 'less' escapes some characters when calling 'git diff'. This > is what I might get: > > $ git diff

RE: Git diff --no-index and file descriptor inputs

2017-09-07 Thread Jason Pyeron
> -Original Message- > From: Martin Ågren > Sent: Thursday, September 7, 2017 1:48 PM > > On 7 September 2017 at 18:00, Jason Pyeron <jpye...@pdinc.us> wrote: > > > > I was hoping to leverage --word-diff-regex, but the > --no-index option > >

Git diff --no-index and file descriptor inputs

2017-09-07 Thread Jason Pyeron
3 14:11 x86_64 Cygwin -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

RE: cat-file timing window on Cygwin

2017-08-27 Thread Jason Pyeron
lling "snapshot"(s), so I think I > will wait for the release to test it. (However, as a matter > of interest, how would I obtain/install/test this snapshot > release - is it a 'low-risk' exercise?) Using https://cygwin.co

index.lock porcelain interface?

2017-07-23 Thread Jason Pyeron
--porcelain=v2 . Is there a better check than does .git/index.lock exists, e.g. a porcelain interface? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http

Continous Integration (was: RE: Git v2.13.1 SHA1 very broken)

2017-06-06 Thread Jason Pyeron
Do we have Jenkins (or something else) setup for Git? We would be happy to donate (slave) VMs for cygwin builds og Git. -Jason Pyeron

RE: Git "Keeping Original Dates"

2017-06-05 Thread Jason Pyeron
ay $ git cat-file -p head tree 4ca3c2a853c8e817d7de8563c331899cace8ee85 parent 2a33f293df6df0d3978612e41fb1ecd52e2450a5 author Jason Pyeron <jpye...@pdinc.us> 1496424815 -0400 committer Jason Pyeron <jpye...@pdinc.us> 1496424815 -0400 add JDK to CM root@blackfat /pr

RE: How to watch a mailing list & repo for patches which affect a certain area of code? [OT]

2016-10-10 Thread Jason Pyeron
> -Original Message- > From: Stefan Beller > Sent: Monday, October 10, 2016 15:08 > > On Mon, Oct 10, 2016 at 11:56 AM, Jason Pyeron wrote: > >> -Original Message- > >> From: Stefan Beller > >> Sent: Monday, October 10, 2016 14:43 > &

RE: How to watch a mailing list & repo for patches which affect a certain area of code?

2016-10-10 Thread Jason Pyeron
> -Original Message- > From: Stefan Beller > Sent: Monday, October 10, 2016 14:43 > > +cc Xiaolong Ye <xiaolong...@intel.com> > > On Sun, Oct 9, 2016 at 2:26 PM, Jason Pyeron <jpye...@pdinc.us> wrote: > >> -Original Message- > >&

RE: How to watch a mailing list & repo for patches which affect a certain area of code?

2016-10-09 Thread Jason Pyeron
> -Original Message- > From: Ian Kelling > Sent: Sunday, October 09, 2016 15:03 > > I've got patches in various projects, and I don't have time to keep up > with the mailing list, but I'd like to help out with > maintenance of that > code, or the functions/files it touches. People don't

RE: A head scratcher, clone results in modified files (tested linux and cygwin) - .gitattributes file?

2016-10-09 Thread Jason Pyeron
> -Original Message- > From: Torsten Bögershausen > Sent: Sunday, October 09, 2016 06:27 > > On 09/10/16 08:48, Jason Pyeron wrote: > > > The whole .gitattributes needs to be adopted, I think > > Git 2.10 or higher has "git ls-files --eol":

A head scratcher, clone results in modified files (tested linux and cygwin) - .gitattributes file?

2016-10-09 Thread Jason Pyeron
0e7a8234fe48e08d451d3152ba58a03ac6 root@YYY /projects/commons-io $ git version git version 2.8.3 root@YYY /projects/commons-io $ git config --list user.email=jpye...@pdinc.us user.name=Jason Pyeron credential.helper=cache --timeout=99 push.default=simple core.repositoryformatvers

RE: git-upload-pack hangs

2016-09-27 Thread Jason Pyeron
> -Original Message- > From: Junio C Hamano > Sent: Tuesday, September 27, 2016 12:02 > > Jason Pyeron writes: > > > This is a very, very first draft. > > > > It is allowing IIS to work right now. > > > > I still need to address chunked

RE: git-upload-pack hangs

2016-09-27 Thread Jason Pyeron
o:jch2...@gmail.com] On Behalf > Of Junio C Hamano > Sent: Tuesday, September 27, 2016 00:18 > To: Jason Pyeron > Subject: Re: git-upload-pack hangs > > Not a review, but size_t is an unsigned type, so specifying -1 as a > fallback value, > or comparing it with -1, does

RE: git-upload-pack hangs

2016-09-26 Thread Jason Pyeron
ARRAY(buf, alloc); } + + free(buf); + + return len; } static void inflate_request(const char *prog_name, int out, int buffer_input) > -Original Message- > From: git-ow...@vger.kernel.org > [mailto:git-ow...@vger.kernel.org] On Behalf Of Jason Pyeron > S

RE: git-upload-pack hangs

2016-09-26 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Monday, September 26, 2016 01:51 > > git is hanging on clone. I am runnig (cygwin) git 2.8.3 on > IIS7 (windows server 2012 R2). > > Where can I start to perform additional debugging? > Reading this

git-upload-pack hangs

2016-09-26 Thread Jason Pyeron
1654 (connection #1) * STATE: DO_DONE => WAITPERFORM handle 0x60009a140; line 1781 (connection #1) * STATE: WAITPERFORM => PERFORM handle 0x60009a140; line 1791 (connection #1) -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: co-authoring commits

2015-06-18 Thread Jason Pyeron
(path)) File.open(path, 'w') { |f| f.write zlib_content } -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10

RE: Finding leaf nodes.

2015-04-13 Thread Jason Pyeron
-Original Message- From: Michael J Gruber Sent: Monday, April 13, 2015 10:23 Jason Pyeron venit, vidit, dixit 12.04.2015 06:04: I am trying to find all the unmerged commits [5]. Unmerged to which branch? All. I was atempting to describe a leaf node. It's not clear to me

Finding leaf nodes.

2015-04-11 Thread Jason Pyeron
://github.com/kaydiechii/CipherShed.git https://github.com/srguglielmo/CipherShed.git -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal

RE: Windows Bluescreen

2015-02-12 Thread Jason Pyeron
/ -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

Proper plumbing for porcelain gpg formats on git show?

2015-01-16 Thread Jason Pyeron
for %Gs - the raw GPG text from the commit %Gf - the key fingerprint -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RFC: update hook for GPG signed submission on secured branches

2015-01-16 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: RFC: update hook for GPG signed submission on secured branches

2015-01-16 Thread Jason Pyeron
-Original Message- From: Junio C Hamano Sent: Friday, January 16, 2015 14:33 Jason Pyeron jpye...@pdinc.us writes: What would you change? Any bugs that you see? sigkey=$(\ git cat-file $newrev -p |\ -p being a command line option should come before revision, but more

RE: Proper plumbing for porcelain gpg formats on git show?

2015-01-16 Thread Jason Pyeron
) 2.0.14; Copyright (C) 2009 Free Software Foundation, Inc. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. pub 2048R/DA0848AD 2014-06-24 Jason Pyeron jpye...@pdinc.us Delete this key from the keyring? (y/N) y $ git diff-tree

Advise on a push only repo

2015-01-15 Thread Jason Pyeron
-receive-pack and /objects/ . I am going to build my test system now. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: Advise on a push only repo

2015-01-15 Thread Jason Pyeron
-Original Message- From: Junio C Hamano Sent: Thursday, January 15, 2015 14:31 Jason Pyeron jpye...@pdinc.us writes: I am setting up a continous integration (CI) system for an open source project and I want to allow forking developers to use the system, but I do not want

RE: Software CM Tool Inquiry

2015-01-06 Thread Jason Pyeron
...@navy.smil.mil v/r, Jason Pyeron 202-741-9397 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th

git log --graph --oneline issues (very small edge case)

2014-12-19 Thread Jason Pyeron
the graph looks fine. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100

git push hung?

2014-12-07 Thread Jason Pyeron
not find object for shallow 3339e9f686bd4c17e3575c71327c4ccf1e8e077b Note: I fixed the underlying problem with a git fetch --unshallow upstream -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: git push hung?

2014-12-07 Thread Jason Pyeron
No cc's please, I am on the list. -Original Message- From: Torsten Bögershausen Sent: Sunday, December 07, 2014 12:58 On 2014-12-07 15.24, Jason Pyeron wrote: I am trying to push to our local intranet git (smart https behind apache), and it has been at this point for 10+ hours

RE: FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object

2014-12-06 Thread Jason Pyeron
TLDR = Cygwin remote filesystem sometimes has strange failures - workaround is to use rename, not link/unlink; see https://github.com/pdinc-oss/git/commit/5a36824ed01d4335148ca3846e75cc99c11650e2 -Original Message- From: Jason Pyeron Sent: Friday, December 05, 2014 10:30

RE: SPAM: RE: FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object

2014-12-05 Thread Jason Pyeron
-Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Jason Pyeron Sent: Thursday, December 04, 2014 16:34 To: git@vger.kernel.org Cc: 'brian m. carlson' Subject: SPAM: RE: FW: [cygwin] Cygwin's git says error: failed to read delta

RE: FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object

2014-12-05 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Thursday, December 04, 2014 16:34 To: git@vger.kernel.org Cc: 'brian m. carlson' Subject: RE: FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object -Original Message- From: brian m. carlson Sent

RE: FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object

2014-12-04 Thread Jason Pyeron
-Original Message- From: brian m. carlson Sent: Wednesday, December 03, 2014 19:55 On Wed, Dec 03, 2014 at 06:31:18PM -0500, Jason Pyeron wrote: I remember hitting this a while ago, but just gave up. It seems to be a problem for others too. Any ideas on how to debug

FW: [cygwin] Cygwin's git says error: failed to read delta-pack base object

2014-12-03 Thread Jason Pyeron
: failed to read delta-pack base object On Wed, Dec 3, 2014 at 3:42 PM, Jason Pyeron jpye...@pdinc.us wrote: [copy off list, because the sourceware system admins throws temper tantrums] -Original Message- From: Dave L Sent: Wednesday, December 03, 2014 15:30 ...but the git from

RE: How safe are signed git tags? Only as safe as SHA-1 or somehow safer?

2014-11-21 Thread Jason Pyeron
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Bug report: Author/Commit date in ISO 8601 format

2014-08-26 Thread Jason Pyeron
not mean replaced with another character. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100

RE: [PATCH 00/18] Signed push

2014-08-25 Thread Jason Pyeron
-Original Message- From: Junio C Hamano Sent: Monday, August 25, 2014 13:55 Stefan Beller stefanbel...@gmail.com writes: burden is not an issue, as I'll be signing the push certificate anyway when I push. A signed tag or a signed commit and signed push certificate solves

RE: Signinig a commit with multiple signatures

2014-08-19 Thread Jason Pyeron
-Original Message- From: Jeff King Sent: Tuesday, August 19, 2014 4:05 On Sun, Aug 17, 2014 at 09:30:47AM -0400, Jason Pyeron wrote: I am working on an open source project right now where we are looking to enforce a N of M audit approval process. It turns out that git

Signinig a commit with multiple signatures

2014-08-17 Thread Jason Pyeron
] FileUtils.mkdir_p(File.dirname(path)) File.open(path, 'w') { |f| f.write zlib_content } P.S. This was inspired by actual events and the parent thread. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Location of git config on Windows

2014-08-17 Thread Jason Pyeron
some guidance here? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1

RE: Support for EBCDIC

2014-07-03 Thread Jason Pyeron
be surprised if things worked well in an EBCDIC environment (but I have never worked with one, so maybe I do not understand all of the implications). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Git diff cr+lf inconsistency observations

2014-07-03 Thread Jason Pyeron
..| -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Show containing branches in log?

2014-07-02 Thread Jason Pyeron
well-defined). Another way I answer this question is git log --oneline --graph --all and then search for the commit and follow the lines. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Git log --show-signature breaks --graph formatting

2014-06-30 Thread Jason Pyeron
It looks like the gpg output is not parsed to prefix the correct number of spaces. What interests me the most is the folowing line is also wrong. $ git log --graph * commit 258e0a237cb69aaa587b0a4fb528bb0316b1b776 |\ Merge: 727c355 1ca13ed | | Author: Jason Pyeron jpye...@pdinc.us | | Date

RE: Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-29 Thread Jason Pyeron
-Original Message- From: Phil Hord Sent: Sunday, June 29, 2014 16:09 On Sun, Jun 29, 2014 at 11:31 AM, Phil Hord phil.h...@gmail.com wrote: On Fri, Jun 27, 2014 at 8:42 PM, Jason Pyeron jpye...@pdinc.us wrote: Sorry for the http://pastebin.com/1R68v6jt (changes the merge

RE: Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-29 Thread Jason Pyeron
-Original Message- From: Phil Hord Sent: Sunday, June 29, 2014 16:27 On Sun, Jun 29, 2014 at 4:20 PM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Phil Hord Sent: Sunday, June 29, 2014 16:09 On Sun, Jun 29, 2014 at 11:31 AM, Phil Hord phil.h

RE: Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-28 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Friday, June 27, 2014 20:42 To: 'git' Cc: 'Phil Hord' Subject: RE: Trouble merging renamed but identical files - CONFLICT (rename/rename) -Original Message- From: Jason Pyeron Sent: Friday, June 27, 2014 18:39

RE: Tackling Git Limitations with Singular Large Line-seperated Plaintext files

2014-06-27 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-27 Thread Jason Pyeron
/b60070f4d0879e277f44d174a163bbb29 2325fea -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street

RE: Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-27 Thread Jason Pyeron
-Original Message- From: Phil Hord [mailto:phil.h...@gmail.com] Sent: Friday, June 27, 2014 17:46 To: Jason Pyeron Cc: git Subject: Re: Trouble merging renamed but identical files - CONFLICT (rename/rename) On Fri, Jun 27, 2014 at 4:47 PM, Jason Pyeron jpye...@pdinc.us wrote

RE: Trouble merging renamed but identical files - CONFLICT (rename/rename)

2014-06-27 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Friday, June 27, 2014 18:39 -Original Message- From: Phil Hord [mailto:phil.h...@gmail.com] Sent: Friday, June 27, 2014 17:46 To: Jason Pyeron Cc: git Subject: Re: Trouble merging renamed but identical files

RE: Conventions on struct copying?

2014-06-19 Thread Jason Pyeron
+assignment+of+struct -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269

RE: Why does gpg.program work for commit but not log?

2014-06-18 Thread Jason Pyeron
-Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Jeff King Sent: Wednesday, June 18, 2014 3:37 To: Jason Pyeron Cc: git@vger.kernel.org Subject: Re: Why does gpg.program work for commit but not log? On Wed, Jun 18, 2014 at 12:18

RE: Why does gpg.program work for commit but not log?

2014-06-18 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

Importing history to show up in a blame

2014-06-18 Thread Jason Pyeron
source.txt sha1sum.exe source.txt * 2889460 v6 - latest * 62e4a90 v5 * bfdf128 v4 * 416d32a v3 * 241a7dc v2 * 7ef41ad v1 ^7ef41ad (Jason Pyeron 2014-06-18 13:47:57 -0400 1) 1 the 241a7dc5 (Jason Pyeron 2014-06-18 13:48:53 -0400 2) 2 quick 62e4a90e (Jason Pyeron 2014-06-18 13:50:44 -0400 3) 3 brown

RE: ISO 13485

2014-06-17 Thread Jason Pyeron
in advance for your help! Best Regards, Agnes Pasztor Senior Test Engineer Omixon Biocomputing Ltd. On 06/16/2014 05:20 PM, Jason Pyeron wrote: -Original Message- From: agi Sent: Monday, June 16, 2014 11:14 Hello, I would like to ask a question about GIT v. 1.7

Why does gpg.program work for commit but not log?

2014-06-17 Thread Jason Pyeron
/logginggpg.sh' '-bsau' 'Jason Pyeron jpyeron+te...@pdinc.us' gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/documentation/faqs.html for more information You need a passphrase to unlock the secret key for user: Jason Pyeron jpyeron+te...@pdinc.us 2048-bit RSA key, ID 54D0E8E4

RE: ISO 13485

2014-06-16 Thread Jason Pyeron
question about how to use Git in your QA process? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West

Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jason Pyeron
-Original Message- From: Jeff King Sent: Sunday, June 15, 2014 10:08 On Sun, Jun 15, 2014 at 09:48:24AM -0400, Jason Pyeron wrote: Whenever my computer crashes, I am left with a socket file. On next git invocation it tries to conenct to the file, but the daemon

[OT] List CC etiquette and my brain just do not seem to work

2014-06-15 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jason Pyeron
-Original Message- From: Jeff King Sent: Sunday, June 15, 2014 10:08 On Sun, Jun 15, 2014 at 09:48:24AM -0400, Jason Pyeron wrote: Whenever my computer crashes, I am left with a socket file. On next git invocation it tries to conenct to the file, but the daemon

RE: [OT] List CC etiquette and my brain just do not seem to work

2014-06-15 Thread Jason Pyeron
-Original Message- From: brian m. carlson [mailto:sand...@crustytoothpaste.net] Sent: Sunday, June 15, 2014 12:45 To: git@vger.kernel.org; Jason Pyeron Subject: Re: [OT] List CC etiquette and my brain just do not seem to work On Sun, Jun 15, 2014 at 10:27:21AM -0400, Jason

RE: GIT and large files

2014-05-20 Thread Jason Pyeron
-Original Message- From: Stewart, Louis (IS) Sent: Tuesday, May 20, 2014 11:38 Can GIT handle versioning of large 20+ GB files in a directory? Are you asking 20 files of a GB each or files 20GB each? A what and why may help with the underlying questions. v/r, Jason Pyeron

Clear an invalid password out of the credential-cache?

2014-04-12 Thread Jason Pyeron
Is it me or is the only way to clear a single invalid password out of the credential-cache is by git credential-cache exit? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Re-Transmission of blobs?

2013-09-13 Thread Jason Pyeron
-and-unreliable-links-td7570652.html If you're on a slow/unreliable link, you've lost. That is kind of the point. It should be possible. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: http.postBuffer set at the server side?

2013-08-28 Thread Jason Pyeron
to change anything). One of the many is under my control, I will get that one addressed but the others there is no hope. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: [cygwin] Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit

2013-08-16 Thread Jason Pyeron
Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Collective wisdom about repos on NFS accessed by concurrent clients (== corruption!?)

2013-04-06 Thread Jason Pyeron
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-06 Thread Jason Pyeron
-Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Mark Levedahl Sent: Sunday, January 06, 2013 16:10 To: Junio C Hamano Cc: Jonathan Nieder; Torsten Bögershausen; Stephen Linda Smith; Jason Pyeron; git@vger.kernel.org; Eric Blake

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-06 Thread Jason Pyeron
with the # user. # -- 1.8.1.302.g0f4eaa7 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street

RE: Nike Air Max Shop

2013-01-06 Thread Jason Pyeron
Is there a practical way to eliminate the spam here? Could vger.kernel.org use a postini (list maintainers contact me offline about this) account? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-06 Thread Jason Pyeron
/ remove the above code by default. (Those wanting a native Win32 git should just use the native Win32 git). Or a make option... -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Trying to understand the web dav details

2013-01-05 Thread Jason Pyeron
-2.0.52-49.ent.centos4 and git-1.7.9.6-1. I am not even sure what to tell more about or where to look next. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-05 Thread Jason Pyeron
at http://vger.kernel.org/majordomo-info.html -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-05 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Saturday, January 05, 2013 22:38 Stephen Linda Smith Sent: Saturday, January 05, 2013 21:05 Commit 9fca6cffc05321445b59c91e8f8d308f41588b53 message states that the macro was being renamed for clarity. The patch also

RE: Trying to understand the web dav details

2013-01-05 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-05 Thread Jason Pyeron
tomorrow to use in a test). I would also check to see if your devel packages are up to date too. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us

RE: Millisecond precision in timestamps?

2012-11-27 Thread Jason Pyeron
in a larger enterprise workflow may assume that date 1354065991.1234 going in should be the same when queried. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http