Skip to content
Snippets Groups Projects
Select Git revision
  • 92d0435abe454be8918cd7ec84c93c3313d47e5e
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
21 results

taginfo

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"