login
Header Space

 
 

Mailing list archives

Search results

Found 36 matching messages (0.143 seconds). Page 1 of 2.

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... > but that's how languages change: saying "delta compressing" all the time > will ... a common phenomenon. My eyes have gotten used to "Deltifying" but I have to ... of a > single verb). Although "Delta-compressing objects" just looks stupid. Yea, that ...

git - Shawn O. Pearce - Oct 18 2007 - 22:21

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... > as correct. Boo. I _like_ "deltifying". Sure, it's probably not in ... but that's how languages change: saying "delta compressing" all the time will ... single verb). Although "Delta-compressing objects" just looks stupid. -Peff - To unsubscribe from ...

git - Jeff King - Oct 18 2007 - 22:12

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... > but that's how languages change: saying "delta compressing" all the time > > ... ran before "Deltifying objects". It was just another form of compression, but it ... to making it just say "Compressing objects". Simple, to the point, reasonably describes ...

git - Shawn O. Pearce - Oct 18 2007 - 22:34

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... . Techncially we are applying delta > > compression to these objects at this stage, so the ... > > as correct. > > Boo. I _like_ "deltifying". Sure, it's probably not in the ... > but that's how languages change: saying "delta compressing" all the time > will ...

git - Nicolas Pitre - Oct 18 2007 - 22:45

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... > Jeff King wrote: > > Boo. I _like_ "deltifying". Sure, it's probably not in the ... > but that's how languages change: saying "delta compressing" all the time > > ... is an implementation detail, after all. Dave. - To unsubscribe from this list: send the ...

git - David Symonds - Oct 18 2007 - 22:24

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... compression (zlib on all objects, deltas > between objects in packfiles). So just saying ... are _actually_ doing > right now is delta compression is worthwhile. True. But then ... the sliding 64k gzip one. Sam.` - To unsubscribe from this list: send the ...

git - Sam Vilain - Oct 18 2007 - 22:55

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... , or other > scheme entirely. Using deltas is an implementation detail, after all. ... (zlib on all objects, deltas between objects in packfiles). So just saying ... doing right now is delta compression is worthwhile. -Peff - To unsubscribe from this ...

git - Jeff King - Oct 18 2007 - 22:36

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... progress meters, even after recent patches: - When fetching, one progress meter ... user might want to know. Objections to changing this (though perhaps ... something like: Counting objects: 62317, done. Deltifying objects: 100% (18042/18042 ...

git - Jeff King - Oct 18 2007 - 22:34

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... a user might want to know. Objections to changing this > (though perhaps index- ... get something like: > Counting objects: 62317, done. > Deltifying objects: 100% (18042/18042), done ... . I keep forgetting to write a patch to do this. I've ...

git - Shawn O. Pearce - Oct 18 2007 - 22:47

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... display isn't solely about "delta compressing". It > > also includes the search for best object match in order to ... > unless, of course, we've cached the deltas during the search phase). Well, to find which combination is the smallest you actually ...

git - Nicolas Pitre - Oct 18 2007 - 23:11

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

Jeff King wrote: > Boo. I _like_ "deltifying". Sure, it's probably not in the ... , > but that's how languages change: saying "delta compressing" all the time > will ... invent a new word using existing rules to > explain a common phenomenon. This is not ...

git - Sam Vilain - Oct 18 2007 - 22:19

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... 't solely about "delta compressing". It > also includes the search for best object match in ... , of course, we've cached the deltas during the search phase). Perhaps one of ... I think you get the idea). -Peff - To unsubscribe from this list: send the ...

git - Jeff King - Oct 18 2007 - 22:59

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... user might want to know. Objections to changing this > (though perhaps ... something like: > Counting objects: 62317, done. > Deltifying objects: 100% (18042/18042 ... cares. Maybe the "Removing unused objects" should use the common progress ...

git - Nicolas Pitre - Oct 18 2007 - 23:01

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... remaining somewhat vague > and simply saying "compressing objects" for that phase. This is ... there is some support of simply "compressing", so that's probably reasonable. I ... numbers of new and reused deltas. -Peff - To unsubscribe from this list: ...

git - Jeff King - Oct 18 2007 - 23:15

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... by remaining somewhat vague > > and simply saying "compressing objects" for that phase. This is ... reused deltas. Well, at least the statistics are real, and we're not inventing anything here. Nicolas - To unsubscribe from this list: send the ...

git - Nicolas Pitre - Oct 18 2007 - 23:27

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... objects: .... \r > Step 2/4: Compressing objects: ... \r > Step 3/3: Writing objects: .... \r > > only all smashed into one line of course, ... with \n and others with \r. Nicolas - To unsubscribe from this list: send the line " ...

git - Nicolas Pitre - Oct 19 2007 - 00:02

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... , Shawn O. Pearce wrote: > > Yup. Your patches were a big improvement. But I'm ... .... \r Step 2/4: Compressing objects: ... \r Step 3/3: Writing objects: ... most recent one is being displayed. -- Shawn. - To unsubscribe from this list: send the ...

git - Shawn O. Pearce - Oct 18 2007 - 23:45

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... objects: .... \r > Step 2/4: Compressing objects: ... \r > Step 3/3: Writing objects: .... \r > > only all smashed into one line ... the impression of "going backwards". Cheers, Wincent - To unsubscribe from this list: send the line " ...

git - Wincent Colaiuta - Oct 19 2007 - 07:44

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... to making it just say "Compressing objects". Simple, > to the point, reasonably describes the ... I think this is sensible. Nicolas - To unsubscribe from this list: send the ... " in the body of a message to majordomo@vger.kernel.org More majordomo ...

git - Nicolas Pitre - Oct 18 2007 - 23:02

Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'

... : > This is not very considerate to non-native speakers, though, who might ... not grasp the neogolism. > > Perhaps just "compressing" if it gets awkward. I would ... when phrasing things like this. -Peff - To unsubscribe from this list: send the ...

git - Jeff King - Oct 18 2007 - 22:25

speck-geostationary