This is something that I noticed while doing cleanup of old unused branches. Last version of this series was sent (IIRC) on 22.10.2010 as [RFC PATCH v2 0/3] Documentation: refactor config variable descriptions http://thread.gmane.org/gmane.comp.version-control.git/159641 This series is without Documentation: move format.* documentation to format-patch Rebasing it on top of current version was easy, even though there were many conflicts. I simply used the script in commit message of first patch to extract config-vars.txt file automatically. --- Thomas Rast (2): Documentation: complete config list from other manpages Documentation: Move variables from config.txt to separate file Documentation/Makefile | 10 Documentation/config-vars-src.txt | 1760 +++++++++++++++++++++++++++++++++++ Documentation/config.txt | 1759 ----------------------------------- Documentation/make-config-list.perl | 234 +++++ 4 files changed, 2005 insertions(+), 1758 deletions(-) create mode 100644 Documentation/config-vars-src.txt create mode 100755 Documentation/make-config-list.perl -- Jakub Narebski ShadeHawk on #git 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