Last active
January 12, 2016 23:27
-
-
Save rage-shadowman/6471929 to your computer and use it in GitHub Desktop.
Revisions
-
rage-shadowman revised this gist
Jan 12, 2016 . No changes.There are no files selected for viewing
-
rage-shadowman revised this gist
Sep 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ . git-sh-setup read oldValue newValue refName if ! git log -1 $newValue | grep -q '^ git-svn-id: ' then echo "Must not commit to Git unless already dcommitted to SVN!" exit 1 -
rage-shadowman renamed this gist
Sep 7, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rage-shadowman revised this gist
Sep 7, 2013 . No changes.There are no files selected for viewing
-
rage-shadowman created this gist
Sep 7, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/sh . git-sh-setup read oldValue newValue refName if ! git log -1 $newValue | grep -q '^ git-svn-id: ' then echo "Must not commit to Git unless already dcommitted to SVN!" exit 1 fi