Skip to content
Snippets Groups Projects
Select Git revision
  • 5cf4bcf2593b39e936d557ea5b202df5ee6ec568
  • master default protected
  • antenna-patterns
  • qt5-qopenglwidget
  • license-demo
  • isolated
  • isolated-fixedprofile
  • release_1.1
  • press-conference
  • rim-only
  • release_1.0
11 results

pulsescopewidget.h

Blame
  • gitlog2boinclog.sh 379 B
    #!/bin/bash
    # Provide a go between the historical way BOINC has tracked commit changes with the way
    # git manages historical information.  Basically mimic the checkin_notes file with the
    # output of various git commands
    #
    
    # Command line customizations here
    
    # Get a list of commit ids to extract the log information for
    git log --name-status --pretty=fuller --since="$1 day ago"