• Show log

    Commit

  • Hash : b90202bb
    Author : Josh Triplett
    Date : 2012-08-12T03:56:15

    Fix incorrect array size in example for git_config_get_mapped In the documentation for git_config_get_mapped, the sample mapping array uses [3] but has 4 entries. Fix by dropping the size entirely and letting the compiler figure it out.