[PATCH] count-objects doc: document use of kibibytes

2013-04-05 Thread Mihai Capotă
Document the use of kibibytes, not kilobytes, in the output of count-objects and the reason for not correcting the output. Also, make cvsimport comment and variable name reflect unit actually used. Signed-off-by: Mihai Capotă --- Documentation/git-count-objects.txt |7 +++ git

Re: [PATCH v2] count-objects: output "KiB" instead of "kilobytes"

2013-04-05 Thread Mihai Capotă
On Thu, Apr 4, 2013 at 6:27 PM, Junio C Hamano wrote: > Mihai Capotă writes: > >> The git manual contains an explicit warning about the output of a >> porcelain command changing: "The interface to Porcelain commands on >> the other hand are subject to change in

Re: [PATCH v2] count-objects: output "KiB" instead of "kilobytes"

2013-04-04 Thread Mihai Capotă
On Wed, Apr 3, 2013 at 4:38 PM, Junio C Hamano wrote: > Mihai Capotă writes: >> diff --git a/git-cvsimport.perl b/git-cvsimport.perl >> index 73d367c..de44e33 100755 >> --- a/git-cvsimport.perl >> +++ b/git-cvsimport.perl >> @@ -1126,12 +1126,12 @@ unless ($opt_

[PATCH v2] count-objects: output "KiB" instead of "kilobytes"

2013-04-03 Thread Mihai Capotă
The code uses division by 1024. The master branch count-objects manual also uses "KiB". Also updated the code that reads count-objects output (t5301, t5700, t7408, and git-cvsimport) and the Git User's Manual. Signed-off-by: Mihai Capotă --- Documentation/user-manual.txt |

Re: [PATCH] count-objects: output "KiB" instead of "kilobytes"

2013-04-02 Thread Mihai Capotă
I'm really sorry about that. I'll make sure to run the tests before sending patches in the future. On Wed, Apr 3, 2013 at 12:01 AM, Junio C Hamano wrote: > Mihai Capotă writes: > >> The code uses division by 1024. Also, the manual uses "KiB". &

[PATCH] count-objects: output "KiB" instead of "kilobytes"

2013-04-02 Thread Mihai Capotă
The code uses division by 1024. Also, the manual uses "KiB". Signed-off-by: Mihai Capotă --- builtin/count-objects.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/count-objects.c b/builtin/count-objects.c index 9afaa88..ecc13b0 100644 --- a/bui

[PATCH v2] Fixed typo in git-pull manual

2013-03-27 Thread Mihai Capotă
Signed-off-by: Mihai Capotă --- Documentation/git-pull.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index c975743..24ab07a 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -218,7

[PATCH] Fixed typo in git-pull manual

2013-03-27 Thread Mihai Capotă
Signed-off-by: Mihai Capotă --- Documentation/git-pull.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index c975743..eec4c1d 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -218,7