protocol v2: More data transmitted between client and server since v2.20.0

2019-01-20 Thread Kaartic Sivaraam
Hi all, I recently came across a blog[1] about how protocol v2 speeds up the transfer between the client and the server. It states that the amount of data transmitted between the client and the server is less when using the protocol v2. To demonstrate the difference between v0 and v2 two commands

Re: [PATCH v2 4/5] Add `human` format to test-tool

2019-01-20 Thread Stephen P. Smith
On Friday, January 18, 2019 12:03:40 PM MST Junio C Hamano wrote: > It is a shame that you introduced a nicely reusable get_time() > mechanism to let external callers of show_date() specify what time > to format, instead of the returned timestamp of gettimeofday(), > but limited its usefulness to o

[PATCH v3 1/5] Add 'human' date format

2019-01-20 Thread Stephen P. Smith
From: Linus Torvalds This adds --date=human, which skips the timezone if it matches the current time-zone, and doesn't print the whole date if that matches (ie skip printing year for dates that are "this year", but also skip the whole date itself if it's in the last few days and we can just say w

[PATCH v3 0/5] Re-roll of 'human' date format patch set

2019-01-20 Thread Stephen P. Smith
Reworked documentation and tests for the previously submitted patch set. Linus Torvalds (1): Add 'human' date format Stephen P. Smith (4): Replace the proposed 'auto' mode with 'auto:' Add 'human' date format documentation Add `human` format to test-tool Add `human` date format tests.

[PATCH v3 5/5] Add `human` date format tests.

2019-01-20 Thread Stephen P. Smith
When using `human` several fields are suppressed depending on the time difference between the reference date and the local computer date. In cases where the difference is less than a year, the year field is supppressed. If the time is less than a day; the month and year is suppressed. Use TEST_DAT

[PATCH v3 4/5] Add `human` format to test-tool

2019-01-20 Thread Stephen P. Smith
Add the human format support to the test tool so that TEST_DATE_NOW can be used to specify the current time. The get_time() helper function was created and and checks the TEST_DATE_NOW environment variable. If TEST_DATE_NOW is set, then that date is used instead of the date returned by by gettime

[PATCH v3 4/5] Add `human` format to test-tool

2019-01-20 Thread Stephen P. Smith
Add the human format support to the test tool so that TEST_DATE_NOW can be used to specify the current time. The get_time() helper function was created and and checks the TEST_DATE_NOW environment variable. If TEST_DATE_NOW is set, then that date is used instead of the date returned by by gettime

[PATCH v3 3/5] Add 'human' date format documentation

2019-01-20 Thread Stephen P. Smith
Display date and time information in a format similar to how people write dates in other contexts. If the year isn't specified then, the reader infers the date is given is in the current year. By not displaying the redundant information, the reader concentrates on the information that is different

[PATCH v3 3/5] Add 'human' date format documentation

2019-01-20 Thread Stephen P. Smith
Display date and time information in a format similar to how people write dates in other contexts. If the year isn't specified then, the reader infers the date is given is in the current year. By not displaying the redundant information, the reader concentrates on the information that is different

[PATCH v3 0/5] Re-roll of 'human' date format patch set

2019-01-20 Thread Stephen P. Smith
Reworked documentation and tests for the previously submitted patch set. Linus Torvalds (1): Add 'human' date format Stephen P. Smith (4): Replace the proposed 'auto' mode with 'auto:' Add 'human' date format documentation Add `human` format to test-tool Add `human` date format tests.

[PATCH v3 2/5] Replace the proposed 'auto' mode with 'auto:'

2019-01-20 Thread Stephen P. Smith
In addition to adding the 'human' format, the patch added the auto keyword which could be used in the config file as an alternate way to specify the human format. Removing 'auto' cleans up the 'human' format interface. Added the ability to specify mode 'foo' if the pager is being used by using au

[PATCH v3 5/5] Add `human` date format tests.

2019-01-20 Thread Stephen P. Smith
When using `human` several fields are suppressed depending on the time difference between the reference date and the local computer date. In cases where the difference is less than a year, the year field is supppressed. If the time is less than a day; the month and year is suppressed. Use TEST_DAT

[PATCH v3 2/5] Replace the proposed 'auto' mode with 'auto:'

2019-01-20 Thread Stephen P. Smith
In addition to adding the 'human' format, the patch added the auto keyword which could be used in the config file as an alternate way to specify the human format. Removing 'auto' cleans up the 'human' format interface. Added the ability to specify mode 'foo' if the pager is being used by using au

[PATCH v3 1/5] Add 'human' date format

2019-01-20 Thread Stephen P. Smith
From: Linus Torvalds This adds --date=human, which skips the timezone if it matches the current time-zone, and doesn't print the whole date if that matches (ie skip printing year for dates that are "this year", but also skip the whole date itself if it's in the last few days and we can just say w

Re: [PATCH v2 2/3] blame: add the ability to ignore commits and their changes

2019-01-20 Thread René Scharfe
Am 17.01.2019 um 21:29 schrieb Barret Rhoden: > The blame_entry will get passed up the tree until we find a commit that > has a diff chunk that affects those lines. If an ignored commit added > more lines than it removed, the blame will fall on a commit that made a > change nearby. There is no ge

[PATCH v2 1/1] Support working-tree-encoding "UTF-16LE-BOM"

2019-01-20 Thread tboegi
From: Torsten Bögershausen Users who want UTF-16 files in the working tree set the .gitattributes like this: test.txt working-tree-encoding=UTF-16 The unicode standard itself defines 3 possible ways how to encode UTF-16. The following 3 versions convert all back to 'g' 'i' 't' in UTF-8: a) UTF-

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Re: [PATCH v4 2/2] commit-tree: add missing --gpg-sign flag

2019-01-20 Thread Martin Ågren
Hi Brandon, On Sun, 20 Jan 2019 at 00:24, Brandon Richardson wrote: > # explicit -S of course must sign. > echo 10 | git commit-tree -S HEAD^{tree} >oid && > test_line_count = 1 oid && > - git tag tenth-signed $(cat oid) > + git tag tenth-signed $(cat oid) && >