Dnia piątek 22. października 2010 07:02, Thomas Rast napisał: > Add an autogeneration script that inserts links to other manpages > describing config variables, as follows: > > * parse config-vars-src.txt (as it now needs to be renamed) to find > out its current contents > > * parse each manpage source (following includes) for config variable > headers (the blocks are ignored) > > * assemble a new config-vars.txt that completes the original list with > "See linkgit:git-foo[1]" entries for all variables that were not in > it. > > Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> > --- > Documentation/Makefile | 9 +- > Documentation/config-vars-src.txt | 1747 +++++++++++++++++++++++++++++++++++ > Documentation/config-vars.txt | 1747 ----------------------------------- > Documentation/make-config-list.perl | 131 +++ > 4 files changed, 1886 insertions(+), 1748 deletions(-) > create mode 100644 Documentation/config-vars-src.txt > delete mode 100644 Documentation/config-vars.txt > create mode 100755 Documentation/make-config-list.perl Could you please resend this patch using rename detection (git format-patch -M)? It would make it clear what the difference between config-vars and config-vars-src is, if any. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html