[PATCH] Prioritize list of commands appearing in git(1), via command-list.txt. Don't invoke 'sort' in Documentation/cmd-list.perl.

2019-02-19 Thread Frederick Eaton
Signed-off-by: Frederick Eaton --- Documentation/cmd-list.perl | 2 +- command-list.txt| 295 +++- 2 files changed, 158 insertions(+), 139 deletions(-) diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index 5aa73cfe45

[PATCH 0/1] de-alphabetize command list

2019-02-19 Thread Frederick Eaton
commands appearing in the generated file "command-list.h", which mostly seems to be used by "help.c". Probably due to the various occurrences of QSORT in "help.c", I think this reordering has no visible effect. I am willing to do any additional testing which may be re

[PATCH 3/3] git-describe.1: clarify that "human readable" is also git-readable

2018-09-19 Thread Frederick Eaton
The caption uses the term "human readable", but the DESCRIPTION did not explain this in context. Signed-off-by: Frederick Eaton --- Documentation/git-describe.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/git-describe.txt b/Documen

[PATCH 2/3] git-column.1: clarify initial description, provide examples

2018-09-19 Thread Frederick Eaton
When I read this man page I couldn't figure out what kind of input it was referring to, or how input was being put into columns, or where I should look for the syntax of the --mode option. Signed-off-by: Frederick Eaton --- Documentation/git-column.txt

[PATCH 0/3] some documentation changes from the beginning of the alphabet

2018-09-19 Thread Frederick Eaton
Junio C Hamano Not sure what's going on here, but the changes I propose seem fairly straightforward...(?) Frederick Eaton (3): git-archimport.1: specify what kind of Arch we're talking about git-column.1: clarify initial description, provide example

[PATCH 1/3] git-archimport.1: specify what kind of Arch we're talking about

2018-09-19 Thread Frederick Eaton
Is it a CPU architecture? Is it Arch Linux? If you search for "arch repository", nothing relevant comes up. Let's call it GNU Arch so people can find it with search engines. Signed-off-by: Frederick Eaton --- Documentation/git-archimport.txt | 5 +++-- 1 file changed, 3 i