Skip to content
  • Mattijs Korpershoek's avatar
    commit-binaries: initial implementation · d61ccf34
    Mattijs Korpershoek authored
    
    
    commit-binaries is a standalone tool for generating nice commit messages
    which include revision information from source repositories.
    
    It's mainly intended to commit kernel module binaries to an android
    source tree or can also be used for other firmware images, such as
    bootloaders.
    
    See the README.md for detailed usage example.
    
    commit-binaries needs both source and destination projects to be
    versioned under repo, as it relies on `repo info` and `repo list`.
    
    Signed-off-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
    d61ccf34