Re: [PATCH] request-pull: drop old USAGE stuff

2017-01-16 Thread Jeff King
On Sun, Jan 15, 2017 at 04:23:02PM -0800, Junio C Hamano wrote: > Wolfram Sang writes: > > > request-pull uses OPTIONS_SPEC, so no need for (meanwhile incomplete) > > USAGE and LONG_USAGE anymore. > > > > Signed-off-by: Wolfram Sang > > --- > > Makes sense. These are not used anywhere after w

Re: [PATCH] request-pull: drop old USAGE stuff

2017-01-15 Thread Junio C Hamano
Wolfram Sang writes: > request-pull uses OPTIONS_SPEC, so no need for (meanwhile incomplete) > USAGE and LONG_USAGE anymore. > > Signed-off-by: Wolfram Sang > --- Makes sense. These are not used anywhere after we switched to use parse-options. Thanks. > > git-request-pull.sh |3 --- > 1

[PATCH] request-pull: drop old USAGE stuff

2017-01-15 Thread Wolfram Sang
request-pull uses OPTIONS_SPEC, so no need for (meanwhile incomplete) USAGE and LONG_USAGE anymore. Signed-off-by: Wolfram Sang --- git-request-pull.sh |3 --- 1 file changed, 3 deletions(-) Index: git-2.11.0/git-request-pull.sh =