diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sfsnapshotgit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit index 11bf3b94..ec2a4dad 100755 --- a/tools/sfsnapshotgit +++ b/tools/sfsnapshotgit @@ -1,6 +1,6 @@ #!/bin/bash # sfsnapshotgit - Snapshot script for Git repository -# Original author: Thomas Gguyot-Sionnest <tguyot@unix.net> +# Original author: Thomas Guyot-Sionnest <tguyot@gmail.com> # # Given an optional branch name (master by default), this script creates # a snapshot from the tip of the branch and move it to ~/staging/. |