RE: [BUG} stash show does not show untracked files stashed (reposted)

2019-09-02 Thread randall.s.becker
> -Original Message- > From: Philip Oakley > Sent: September 2, 2019 11:56 AM > To: 002901d55e8f$e4a4af70$adee0e50$@rogers.com; > randall.s.bec...@rogers.com > Cc: git@vger.kernel.org > Subject: Re: [BUG} stash show does not show untracked files stashed > (reposted) > > On 02/09/2019 14:0

[BUG} stash show does not show untracked files stashed (reposted)

2019-08-29 Thread randall.s.becker
I don't know whether this is new behaviour following changes to stash, but here goes. Suppose I have files a,b,c,d modified, but only file d is in the index. After stash push (or save) --include-untracked, stash show only displays file d. A subsequent pop will restore files a,b,c,d. So functional

RE: [Question] clone performance

2019-08-26 Thread randall.s.becker
On August 24, 2019 5:00 PM, Bryan Turner wrote: > On Fri, Aug 23, 2019 at 6:59 PM wrote: > > > > Hi All, > > > > I'm trying to answer a question for a customer on clone performance. > > They are doing at least 2-3 clones a day, of repositories with about > > 2500 files and 10Gb of content. This is

[Question] clone performance

2019-08-23 Thread randall.s.becker
Hi All, I'm trying to answer a question for a customer on clone performance. They are doing at least 2-3 clones a day, of repositories with about 2500 files and 10Gb of content. This is stressing the file system. I have tried to convince them that their process is not reasonable and should stick w

Re: [BUG] More on t5562 hangs randomly in subtests 6,8 and 13 in 2.21.0-rc0

2019-02-13 Thread randall.s.becker
On 2019-02-13, Max Kirillov, wrote: >On Mon, Feb 11, 2019 at 11:59:00AM -0500, Randall S. Becker wrote: >> Hi All, >> >> I have localized the hang in t5562 (previous thread) to the >> invoke-with-content-length.pl script. > >I have yet to look at it more closely, but there have been >one case of m

RE: [Patch v1 1/3] test-lib-functions.sh: add generate_zero_bytes function

2019-02-11 Thread randall.s.becker
On February 11, 2019 20:18, Eric Sunshine wrote: > On Mon, Feb 11, 2019 at 7:37 PM Jeff King wrote: > > On Sat, Feb 09, 2019 at 09:05:04PM -0500, Eric Sunshine wrote: > > > On Sat, Feb 9, 2019 at 1:59 PM wrote: > > > > +generate_zero_bytes () { > > > > + perl -e 'if ($ARGV[0] == "infinity")

RE: [PATCH v4 2/4] config.mak.uname: support for modern HPE NonStop config.

2019-01-03 Thread randall.s.becker
On January 3, 2019 14:45, Junio C Hamano wrote: > To: randall.s.bec...@rogers.com > Cc: git@vger.kernel.org; Randall S. Becker > Subject: Re: [PATCH v4 2/4] config.mak.uname: support for modern HPE > NonStop config. > > randall.s.bec...@rogers.com writes: > > > @@ -470,8 +489,13 @@ ifeq ($(uname

RE: [PATCH v4 2/4] Define config options required for the HPE NonStop NSX and NSE platforms

2018-01-24 Thread randall.s.becker
On January 24, 2018 4:19 PM, Junio C Hamano wrote: > > randall.s.bec...@rogers.com writes: > > > From: "Randall S. Becker" > > > > Upgrade old options in config.mak.uname to currently supported NonStop > > operating system versions (J06.21 and L17.xx). > > > > Signed-off-by: Randall S. Becker >