I hereby claim:
- I am nmacinnis on github.
- I am nmacinnis (https://keybase.io/nmacinnis) on keybase.
- I have a public key ASDqcBhEfbS6RwpOTDHghVKNa7I-gxc22VgHeb_sedMnhAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# git-svn-diff originally by (http://mojodna.net/2009/02/24/my-work-git-workflow.html) | |
# modified by [email protected] | |
# modified by aconway@[redacted] - handle diffs that introduce new files | |
# | |
# Generate an SVN-compatible diff against the tip of the tracking branch | |
# Get the tracking branch (if we're on a branch) | |
TRACKING_BRANCH=`git svn info | grep URL | sed -e 's/.*\/branches\///'` |