Re: [PATCH 01/11] git-parse-remote: fix highly misleading man page

2017-05-11 Thread Johannes Schindelin
Hi Stefan, On Thu, 11 May 2017, Stefan Beller wrote: > On Thu, May 11, 2017 at 6:47 AM, Johannes Schindelin > wrote: > > The man page still talked about the .git/remotes/ directory (which is > > no longer in use, as of 75c384efb52 (Do not create $GIT_DIR/remotes/ > > directory anymore., 2006-12

Re: [PATCH 01/11] git-parse-remote: fix highly misleading man page

2017-05-11 Thread Stefan Beller
On Thu, May 11, 2017 at 6:47 AM, Johannes Schindelin wrote: > The man page still talked about the .git/remotes/ directory (which is no > longer in use, as of 75c384efb52 (Do not create $GIT_DIR/remotes/ > directory anymore., 2006-12-19)). > > Let's just revamp it almost completely to reflect the *

[PATCH 01/11] git-parse-remote: fix highly misleading man page

2017-05-11 Thread Johannes Schindelin
The man page still talked about the .git/remotes/ directory (which is no longer in use, as of 75c384efb52 (Do not create $GIT_DIR/remotes/ directory anymore., 2006-12-19)). Let's just revamp it almost completely to reflect the *purpose* of that scriptlet, as opposed to its implementation details.