Update

2018-11-03 Thread Bruce Blake
Hello Dear how are you doing today? my name is Bruce Blake, the manager foreign affairs in City Finance Bank, we have a customer here in bank that has not accessed his account for the past 18 years, after some research made about him we found out he was a victim of the crashed mining company

Re: seg fault in "git format-patch"

2015-06-01 Thread Bruce Korb
On Sun, May 31, 2015 at 4:53 PM, Christian Couder wrote: >> (Please don't top post if you reply to this email as it is frown upon >> on this list.) WRT "top posting", two points: 1. Too many sites/lists now *require* top posting 2. MUA's (like Google Mail) hide the old mail as an obscure squiggl

Re: seg fault in "git format-patch"

2015-05-31 Thread Bruce Korb
url = ssh://git.sv.gnu.org/srv/git/gnu-pw-mgr.git [branch "master"] remote = origin merge = refs/heads/master On Sun, May 31, 2015 at 1:41 PM, Bruce Korb wrote: > bt won't help much: > > Program received signal SIGSEGV, Segmentation fault. > 0x

Re: seg fault in "git format-patch"

2015-05-31 Thread Bruce Korb
="https://bugs.opensuse.org"; HOME_URL="https://opensuse.org/"; ID_LIKE="suse" On Sun, May 31, 2015 at 1:26 PM, Christian Couder wrote: > On Sun, May 31, 2015 at 9:13 PM, Bruce Korb wrote: >> $ git format-patch -o patches --ignore-if-in-upstream >> 1

seg fault in "git format-patch"

2015-05-31 Thread Bruce Korb
$ git format-patch -o patches --ignore-if-in-upstream 14949fa8f39d29e44b43f4332ffaf35f11546502..2de9eef391259dfc8748dbaf76a5d55427f37b0d Segmentation fault /u/gnu/proj/gnu-pw-mgr $ git format-patch -o patches 14949fa8f39d29e44b43f4332ffaf35f11546502..2de9eef391259dfc8748dbaf76a5d55427f37b0d patc

Re: Apple violating git LGPL?

2014-08-06 Thread Bruce Ferrell
On 08/06/2014 11:43 AM, Jeff King wrote: snippage here 8< >8 As it happens, though, they _do_ modify the git that they distribute. I know at least that they bake-in the osxkeychain helper config in away that the user cannot turn off. There may be more changes, but I haven't done a full diff. And

Re: git-svn - canonicalize: Assertion `*src != '/'' failed.

2013-08-26 Thread Bruce Korb
On Mon, Aug 26, 2013 at 10:42 AM, Jonathan Nieder wrote: > Bruce Korb wrote: > >> $ git svn --version >> git-svn version 1.8.1.4 (svn 1.7.11) > > Hm. Two ideas: > > * Does 1.8.2 or newer work better? (It contains v1.8.2-rc0~110^2, >"git-svn: do not esc

Re: git-svn - canonicalize: Assertion `*src != '/'' failed.

2013-08-26 Thread Bruce Korb
Hi, On Mon, Aug 26, 2013 at 10:28 AM, Jonathan Nieder wrote: > Bruce Korb wrote: >> I was trying to clone a SVN repo, but not having luck: >> >>> $ git svn clone $PWD/private-lustre-svn $PWD/private-lustre-git >>> perl: subversion/libsvn_subr/dirent_uri.c:321: c

git-svn - canonicalize: Assertion `*src != '/'' failed.

2013-08-26 Thread Bruce Korb
I was trying to clone a SVN repo, but not having luck: > $ git svn clone $PWD/private-lustre-svn $PWD/private-lustre-git > perl: subversion/libsvn_subr/dirent_uri.c:321: canonicalize: Assertion `*src != '/'' failed. > error: git-svn died of signal 6 What is Perl or Subversion or GIT trying to t

git-archive fails against smart-http repos

2013-01-09 Thread Bruce Lysik
Hi, Trying to run git-archive fails against smart-http based repos. Example: $ git archive --verbose --format=zip --remote=http://code.toofishes.net/git/dan/initscripts.git fatal: Operation not supported by protocol. Unexpected end of command stream This problem was brought up against my inter

Re: orphan blob or what?

2012-11-10 Thread bruce
Tomas Carnecky writes: > On Fri, 09 Nov 2012 11:37:04 -0800, bruce wrote: >> Tomas Carnecky writes: >> >> Just idiocy on my part. Thanks. >> >> > On Thu, 08 Nov 2012 16:24:36 -0800, bruce >> > wrote: >> >> In today's and old

Re: orphan blob or what?

2012-11-09 Thread bruce
Tomas Carnecky writes: Just idiocy on my part. Thanks. > On Thu, 08 Nov 2012 16:24:36 -0800, bruce wrote: >> In today's and older clones of https://github.com/mirrors/linux.git I >> find this object, 6fa98ea0ae40f9a38256f11e5dc270363f785aee, that I can't >> figu

RE: orphan blob or what?

2012-11-08 Thread Robertson, Bruce E
Please excuse one inaccuracy: I did a 'git pull' not a clone. So it could be an old .idx file at my end possibly. Thanks, bruce -Original Message- From: Robertson, Bruce E Sent: Thursday, November 08, 2012 4:25 PM To: git@vger.kernel.org Subject: orphan blob or what? In t

orphan blob or what?

2012-11-08 Thread bruce
e1107c1463deb6ec33f61618aedbb9 blob 67 63 515424513 1 6fa98ea0ae40f9a38256f11e5dc270363f785aee f21a8c1b9d47736fa4e27def66f04b9fe2b4bc53 blob 90 83 515424576 1 6fa98ea0ae40f9a38256f11e5dc270363f785aee Thanks, bruce -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord.

Re: [PATCH 2/3] sha1: clean pointer arithmetic

2012-09-12 Thread Bruce Korb
On Wed, Sep 12, 2012 at 1:50 PM, Yann Droneaud wrote: >> Both are correct. Aren't ctx->w[lenW] and lenW[ctx-w] both correct, >> even? >> > > "correct" in my commit log message should be read as "the way it's used > by most C developer". > > It's again a cosmetic fix. It's a maintenance fix. The