Select Git revision
generate_svn_version.sh
-
Eric J. Korpela authored
on unix systems that don't synchronize writes to the same file from opposite sides of a pipe. svn path=/trunk/boinc/; revision=26058
Eric J. Korpela authoredon unix systems that don't synchronize writes to the same file from opposite sides of a pipe. svn path=/trunk/boinc/; revision=26058
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"