[PATCH 1/3] test-lib: Document short options in t/README

2014-04-30 Thread Ilya Bobyr
Most arguments that could be provided to a test have short forms. Unless documented, the only way to learn them is to read the code. Signed-off-by: Ilya Bobyr --- Changed to use AsciiDoc format. t/README |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/t/README b/t/R

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-04-30 Thread Ilya Bobyr
On 4/23/2014 11:24 AM, Junio C Hamano wrote: > Ilya Bobyr writes: >> Most arguments that could be provided to a test have short forms. >> Unless documented, the only way to learn them is to read the code. >> >> Signed-off-by: Ilya Bobyr >> --- >> t/README |8 >> 1 files changed, 4 i

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-04-23 Thread Junio C Hamano
Ilya Bobyr writes: > Most arguments that could be provided to a test have short forms. > Unless documented, the only way to learn them is to read the code. > > Signed-off-by: Ilya Bobyr > --- > t/README |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/t/READM

[PATCH 1/3] test-lib: Document short options in t/README

2014-04-22 Thread Ilya Bobyr
Most arguments that could be provided to a test have short forms. Unless documented, the only way to learn them is to read the code. Signed-off-by: Ilya Bobyr --- t/README |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/README b/t/README index caeeb9d..6b93aca 1

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-28 Thread Junio C Hamano
Junio C Hamano writes: > Ilya Bobyr writes: > >> If there is decision on how shortening should work for all the >> options, maybe I could add a paragraph on that and make existing >> options more consistent. > > We should strive to make the following from gitcli.txt apply > throughout the system

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-27 Thread Junio C Hamano
Ilya Bobyr writes: > If there is decision on how shortening should work for all the > options, maybe I could add a paragraph on that and make existing > options more consistent. We should strive to make the following from gitcli.txt apply throughout the system: * many commands allow a long opt

[PATCH 1/3] test-lib: Document short options in t/README

2014-03-27 Thread Ilya Bobyr
Most arguments that could be provided to a test have short forms. Unless documented, the only way to learn them is to read the code. Signed-off-by: Ilya Bobyr --- Minor changes according to comments in http://www.mail-archive.com/git@vger.kernel.org/msg46423.html Ramsay Jones and

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-27 Thread Ilya Bobyr
On 3/25/2014 10:23 AM, Junio C Hamano wrote: > Ilya Bobyr writes: > >> On 3/24/2014 4:39 AM, Ramsay Jones wrote: >>> On 24/03/14 08:49, Ilya Bobyr wrote: >>> [...] [...] ---valgrind=:: +-v,--valgrind=:: >>> The -v short option is taken, above ... :-P >> Right %) >> Thanks :)

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-25 Thread Junio C Hamano
Ilya Bobyr writes: > On 3/24/2014 4:39 AM, Ramsay Jones wrote: >> On 24/03/14 08:49, Ilya Bobyr wrote: >>> Most arguments that could be provided to a test have short forms. >>> Unless documented the only way to learn then is to read the code. >>> >>> Signed-off-by: Ilya Bobyr >>> --- >>> t/READ

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-24 Thread Eric Sunshine
On Mon, Mar 24, 2014 at 4:49 AM, Ilya Bobyr wrote: > Most arguments that could be provided to a test have short forms. > Unless documented the only way to learn then is to read the code. s/then/them/ (Also, add a comma after "documented".) > Signed-off-by: Ilya Bobyr > --- > t/README | 10 +

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-24 Thread Ilya Bobyr
On 3/24/2014 4:39 AM, Ramsay Jones wrote: > On 24/03/14 08:49, Ilya Bobyr wrote: >> Most arguments that could be provided to a test have short forms. >> Unless documented the only way to learn then is to read the code. >> >> Signed-off-by: Ilya Bobyr >> --- >> t/README | 10 +- >> 1 fil

Re: [PATCH 1/3] test-lib: Document short options in t/README

2014-03-24 Thread Ramsay Jones
On 24/03/14 08:49, Ilya Bobyr wrote: > Most arguments that could be provided to a test have short forms. > Unless documented the only way to learn then is to read the code. > > Signed-off-by: Ilya Bobyr > --- > t/README | 10 +- > 1 files changed, 5 insertions(+), 5 deletions(-) > > d

[PATCH 1/3] test-lib: Document short options in t/README

2014-03-24 Thread Ilya Bobyr
Most arguments that could be provided to a test have short forms. Unless documented the only way to learn then is to read the code. Signed-off-by: Ilya Bobyr --- t/README | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/t/README b/t/README index caeeb9d..ccb5989