Re: [PATCH v2] doc: Don't echo sed command for manpage-base-url.xsl

2018-08-29 Thread Jonathan Nieder
Tim Schumacher wrote: > Subject: doc: Don't echo sed command for manpage-base-url.xsl At first glance, I thought this was going to change the rendered documentation in some way. Maybe this should say Makefile: make 'sed' commands quieter ? That led me to look in the Makefile, where it

[PATCH v2] doc: Don't echo sed command for manpage-base-url.xsl

2018-08-29 Thread Tim Schumacher
Previously, the sed command for generating manpage-base-url.xsl was printed to the console when being run. Make the console output for this rule similiar to all the other rules by printing a short status message instead of the whole command. Signed-off-by: Tim Schumacher --- To Junio C Hamano: