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
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
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_
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 |
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".
&
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
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
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
8 matches
Mail list logo