Skip to content

Instantly share code, notes, and snippets.

View sudarkoff's full-sized avatar

George Sudarkoff sudarkoff

View GitHub Profile
#!/bin/sh
TRUNK_HASH=`git show-ref --hash remotes/trunk`
REV=`git svn find-rev "$TRUNK_HASH"`
if [ "$#" -eq 0 ]
then
HASHES="$TRUNK_HASH..HEAD"
else
HASHES="$1"