• Show log

    Commit

  • Hash : 1e7799e8
    Author : Russell Belfer
    Date : 2013-01-29T12:15:18

    Implement config key validation rules
    
    This is a new implementation of core git's config key checking
    rules that prevents non-alphanumeric characters (and '-') for
    the top-level section and key names inside of config files.
    
    This also validates the target section name when renaming
    sections.