diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-26 19:46:11 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-26 19:46:11 (GMT) |
commit | 415d5f5bbea834609e73f6482fffda4ddb2b6151 (patch) | |
tree | 7f395c867a2a839499465b06c7db2fda1881223b | |
parent | 5b801b81a963d33c1733c524dc8ce11452a5bbbc (diff) | |
download | monitoring-plugins-415d5f5bbea834609e73f6482fffda4ddb2b6151.tar.gz |
Correcting name and email address
-rwxr-xr-x | tools/sfsnapshotgit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit index 11bf3b9..ec2a4da 100755 --- a/tools/sfsnapshotgit +++ b/tools/sfsnapshotgit | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # sfsnapshotgit - Snapshot script for Git repository | 2 | # sfsnapshotgit - Snapshot script for Git repository |
3 | # Original author: Thomas Gguyot-Sionnest <tguyot@unix.net> | 3 | # Original author: Thomas Guyot-Sionnest <tguyot@gmail.com> |
4 | # | 4 | # |
5 | # Given an optional branch name (master by default), this script creates | 5 | # Given an optional branch name (master by default), this script creates |
6 | # a snapshot from the tip of the branch and move it to ~/staging/. | 6 | # a snapshot from the tip of the branch and move it to ~/staging/. |