RE: co-authoring commits

2015-06-18 Thread Jason Pyeron
gest/sha1' sha1 = Digest::SHA1.hexdigest(store) require 'zlib' zlib_content = Zlib::Deflate.deflate(store) path = '.git/objects/' + sha1[0,2] + '/' + sha1[2,38] FileUtils.mkdir_p(File.dirname(path)) File.open(path, 'w') { |f| f.write zlib_conten

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

2016-10-08 Thread Jason Pyeron
ev-parse HEAD c5f2e40e7a8234fe48e08d451d3152ba58a03ac6 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.

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":

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 c

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 > > On Sun, Oct 9, 2016 at 2:26 PM, Jason Pyeron wrote: > >> -Original Message- > >> From: Ian Kelling > >> Sent: Sunday, Octo

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 > >

git-upload-pack hangs

2016-09-25 Thread Jason Pyeron
est.git/git-upload-pack HTTP/1.1 Host: SERVER.domain.com User-Agent: git/2.8.3 Accept-Encoding: gzip Content-Type: application/x-git-upload-pack-request Accept: application/x-git-upload-pack-result Content-Length: 140 * upload completely sent off: 140 out of 140 bytes * STATE: DO => DO_DONE hand

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 thre

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-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-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: [PATCH v3 1/1] Support working-tree-encoding "UTF-16LE-BOM"

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: git-ow...@vger.kernel.org On Behalf Of > tbo...@web.de > Sent: Wednesday, January 30, 2019 10:02 AM > To: git@vger.kernel.org; adrigi...@gmail.com > Cc: Torsten Bögershausen > Subject: [PATCH v3 1/1] Support working-tree-encoding "UTF-16LE-BOM" > > From: Tors

RE: Finer timestamps and serialization in git

2019-05-15 Thread Jason Pyeron
evious commits' hash are unchanged. Future commits made on the top of the second will look like old commit formats. Commits coming from "older" tools will produce valid and mergeable objects. The loss precision has frustrated us several times as well. Respectfully, Jason Pyeron

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 contri

RE: Delivery Status Notification (Failure)

2019-02-18 Thread Jason Pyeron
> -Original Message- > From: Johannes Schindelin > Sent: Monday, February 18, 2019 4:00 PM > > On Mon, 18 Feb 2019, Senol Yazici wrote: > > > > I just stumbled over following page > > > > https://git-scm.com/about/distributed > > > > and was wondering if it is possible to > > > > - demilit

was the recent 'NOPATH' email humor or spam?

2019-09-20 Thread Jason Pyeron
EOM -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .mil: jason.j.pyeron@mail.mil .com: jpye...@pdinc.us tel : 202-741-9397

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
itory-malformed-network) -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100-

Blame / annotate with mixed mac line endings?

2018-05-02 Thread Jason Pyeron
es Any way to hit git with a stick to treat lone CR as a line break for blame/annotate? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us -

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" writes: > > > Any way to hit git with a stick to treat lone CR as a line > break for

RE: Git "Keeping Original Dates"

2017-06-05 Thread Jason Pyeron
ftheday $ git cat-file -p head tree 4ca3c2a853c8e817d7de8563c331899cace8ee85 parent 2a33f293df6df0d3978612e41fb1ecd52e2450a5 author Jason Pyeron 1496424815 -0400 committer Jason Pyeron 1496424815 -0400 add JDK to CM root@blackfat /projects/tipsoftheday $ git cat-file -p 4ca3c2a853c8e817d7de85

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

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

RE: cat-file timing window on Cygwin

2017-08-27 Thread Jason Pyeron
Cygwin DLL is released too. > > Hmm, I'm not keen on installing "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

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: 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 wrote: > > > > I was hoping to leverage --word-diff-regex, but the > --no-index option > > does not seem to work

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: 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 li

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 calc

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

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 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Ja

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 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 two co

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

2014-08-26 Thread Jason Pyeron
s to feed the result to an iso8601 parser > that does not > know or care about git (i.e., it shoves the conversion work onto the > person in the middle). Omitted /T?/ does not mean replaced with another character. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

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

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

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 co

[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 co

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,

RE: ISO 13485

2014-06-16 Thread Jason Pyeron
software? Yes. Now, do you have a specific question about how to use Git in your QA process? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.

RE: ISO 13485

2014-06-17 Thread Jason Pyeron
gt; Any additional information or material you can think of is more than > welcome. > > Thanks in advance for your help! > > > Best Regards, > Agnes Pasztor > > Senior Test Engineer > Omixon Biocomputing Ltd. > > > On 06/16/2014 05:20 PM, Jason Pyer

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

2014-06-17 Thread Jason Pyeron
mmand: '/projects/microsoft-smartcard-sign/tmp/bin/logginggpg.sh' '-bsau' 'Jason Pyeron ' 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: "Jaso

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? >

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
mp;& git blame 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

RE: Conventions on struct copying?

2014-06-19 Thread Jason Pyeron
ne-struct-to-another-in-c Hit #1 on https://www.google.com/search?q=c+assignment+of+struct -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Prin

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

2014-06-27 Thread Jason Pyeron
/help/sequence_formats.html The issue will be, if we talk about changes other than same length substitutions (e.g. Down's Syndrome where it has an insertion of code) would require one code per line for the diffs to work nicely. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

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

2014-06-27 Thread Jason Pyeron
come, any suggestions? Repos: https://github.com/srguglielmo/CipherShed/commit/1ca13ed2271d60ba93d40bcc8db17ce d8545f172 https://github.com/pdinc-oss/CipherShed/commit/b60070f4d0879e277f44d174a163bbb29 2325fea -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

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

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 > > Su

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- > >

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 > wrote: > > On Fri, Jun 27, 2014 at 8:42 PM, Jason Pyeron > wrote: > >> Sorry for the http://pastebi

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 > wrote: > >> -Original Message- > >> From: Phil Hord > >> Sent: Sunday, June 29, 2014 16:09 > >

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 | | Date: Mon Jun 30 13

RE: Show containing branches in log?

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

RE: Support for EBCDIC

2014-07-03 Thread Jason Pyeron
t; environment (but > I have never worked with one, so maybe I do not understand all of the > implications). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Con

Git diff cr+lf inconsistency observations

2014-07-03 Thread Jason Pyeron
2f 46 69 6c 65 3e 0d 0a |.>...| -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

Signinig a commit with multiple signatures

2014-08-17 Thread Jason Pyeron
require 'zlib' zlib_content = Zlib::Deflate.deflate(store) path = '.git/objects/' + sha1[0,2] + '/' + sha1[2,38] FileUtils.mkdir_p(File.dirname(path)) File.open(path, 'w') { |f| f.write zlib_content } P.S. This was inspired by actual events and

RE: Location of git config on Windows

2014-08-17 Thread Jason Pyeron
to uninstall and reinstall git with the same results. > > Can someone give me some guidance here? > -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD In

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 ap

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

2014-11-21 Thread Jason Pyeron
the file contents is reduced to a hash in the directory structure, which is in turn reduced to a hash in a commit structure. This would be noticed. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

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

2014-12-03 Thread Jason Pyeron
quot;error: failed to read delta-pack base object" On Wed, Dec 3, 2014 at 3:42 PM, Jason Pyeron wrote: > [copy off list, because the sourceware system admins throws temper tantrums] >> -Original Message- >> From: Dave L >> Sent: Wednesday, December 03,

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 othe

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'

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" >

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

git push hung?

2014-12-07 Thread Jason Pyeron
trace: built-in: git 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress' Counting objects: 18734, done. Delta compression using up to 2 threads. Compressing objec

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

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

2014-12-19 Thread Jason Pyeron
the branches are merged the graph looks fine. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West

RE: Software CM Tool Inquiry

2015-01-06 Thread Jason Pyeron
Code WXM, Bldg. 3330S > Crane Division NSWC > 300 Hwy 361 > Crane, IN 47522-5001 > Office: 812.854.8206 > Fax: 812.854.6570 > Email: polly.campbell@navy.mil > SIPR: polly.campb...@navy.smil.mil > > > v/r, Jason Pyeron 202-741-9397 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Advise on a push only repo

2015-01-15 Thread Jason Pyeron
idx$", get_idx_file}, 555 556 {"POST", "/git-upload-pack$", service_rpc}, 557 {"POST", "/git-receive-pack$", service_rpc} 558 }; I feel I could just filter /git-receive-pack and /objects/ . I am going to build my t

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" writes: > > > I am setting up a continous integration (CI) system for an > open source > > project and I want to allow forking developers

Proper plumbing for porcelain gpg formats on git show?

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

RFC: update hook for GPG signed submission on secured branches

2015-01-16 Thread Jason Pyeron
echo "you (a.k.a. $sigkey) are not authorized to push to branch: $head" echo "try making a branch like: $sigkey-... or $sigkey/*" echo "you can use a less secure ${sigkey:(-8)} too" exit 1 ;; esac exit 0 -- -=-=-=-=-=-=-=-=-=-=

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" writes: > > > What would you change? Any bugs that you see? > > > sigkey=$(\ > > git cat-file $newrev -p |\ > > "-p&q

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

2015-01-16 Thread Jason Pyeron
ed to see %GK fail because it was not yet in the keyring. I would also expect a "B", not a "N" for %G?, maybe there should be a "X" for can't verify. $ gpg --delete-keys DA0848AD gpg (GnuPG) 2.0.14; Copyright (C) 2009 Free Software Foundation, Inc. This is free soft

RE: Windows Bluescreen

2015-02-12 Thread Jason Pyeron
with windows, but can't find it now. > >> > > > > https://github.com/msysgit/git/issues > > > > Happy hunting :). Actually if it is a ssh problem it might be a > > generic MSYS issue. So there's another bug tracker to look through > > > > htt

RE: http.postBuffer set at the server side?

2013-08-28 Thread Jason Pyeron
ngth git could spool then. > However, if you have control of the proxies, the best thing > would be to tweak its config to stop complaining about a lack > of content-length header (at least in cases where you're > getting a "chunked" > content-transfer-encoding). That would solve both issues (and

RE: Re-Transmission of blobs?

2013-09-13 Thread Jason Pyeron
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 PD Inc. http://

Finding leaf nodes.

2015-04-11 Thread Jason Pyeron
ithub.com/jeffallen/CipherShed.git https://github.com/kaydiechii/CipherShed.git https://github.com/srguglielmo/CipherShed.git -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron P

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

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
ng works exactly as > in the 32 bit version and the two files are correctly recognized. > > I assume the format of the git database files depends on the > architecture. Therefore it's probably not advisable to use a > git repo created under 32 bit git with a 64 bit git an

RE: Failure using webdav basic auth by git client

2012-11-11 Thread Jason Pyeron
I had to munge the body so the list would post it. See: http://vger.kernel.org/majordomo-taboos.txt > -Original Message- > From: Pyeron, Jason J CTR (US) > Sent: Thursday, November 08, 2012 2:49 PM > To: git@vger.kernel.org > Subject: Failure using webdav basic auth by git client > > M

RE: Millisecond precision in timestamps?

2012-11-27 Thread Jason Pyeron
ter 1234 Git 1.7.12.4 Signed-off-by: Junio C Hamano > > But I really wonder if anybody actually cares about adding > sub-second timestamp support, or if it is merely "because SVN has it". Not because subversion has it but because date != git(precisedate) and some aut

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
name' > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/w insock2.h:555: > error: previous declaration of 'gethostbyname' was here > /usr/include/netdb.h:199: error: conflicting types for > 'getprotobyname' > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../..

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 &g

RE: Trying to understand the web dav details

2013-01-05 Thread Jason Pyeron
ate info/refs file. Here is the create script: #!/bin/bash if [ $# != 1 ]; then exit 1; fi if [ -e "$1" ]; then exit 2; fi mkdir "$1" cd "$1" git init --bare cp hooks/post-update.sample hooks/post-update chmod +x hooks/post-update git update-server-info -- -=-

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-05 Thread Jason Pyeron
2012-04-24 17:22 > i686 Cygwin This is old, do you have the luxury of updating it? > > What else can I do to test this out (I will get a current > cygwin tomorrow to use in a test). I would also check to see if your devel packages are up to date too. -- -=-=-=-=-=-

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;

RE: Version 1.8.1 does not compile on Cygwin 1.7.14

2013-01-06 Thread Jason Pyeron
> +# is to update your installation if compilation errors occur. > +# > # Define HAVE_DEV_TTY if your system can open /dev/tty to > interact with the # user. > # > -- > 1.8.1.302.g0f4eaa7 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

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
ere, but those headers are used internally as "cygwin" apps are most likely to now know about those headers. > circumvent the Cygwin API (and by extension, Cygwin project goals). > > So, perhaps a better path forward is to disable / remove the > above code by default. (Those wanting a native Win32 git > s

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

2013-04-06 Thread Jason Pyeron
e files at bay and when you detect a problem stop the clean up script. > > Fiddling with strace will unfortunately change the timings > somewhat (causing a bunch of extra context switches per > syscall), but I hope that you can still get it to reproduce. -- -=-=-=-=-=-=-=-=-=-=-=