summaryrefslogtreecommitdiffstats
path: root/tools/sfsnapshotgit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sfsnapshotgit')
-rwxr-xr-xtools/sfsnapshotgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit
index af05c24..e79dd55 100755
--- a/tools/sfsnapshotgit
+++ b/tools/sfsnapshotgit
@@ -46,7 +46,7 @@ git reset --hard
46git clean -qfdx 46git clean -qfdx
47# Any branch used to create snapshots must already exist 47# Any branch used to create snapshots must already exist
48git checkout "$HEAD" 48git checkout "$HEAD"
49git fetch "$SFSNAP_ORIGIN" "$HEAD" 49git fetch "$SFSNAP_ORIGIN"
50git reset --hard "$SFSNAP_ORIGIN"/"$HEAD" 50git reset --hard "$SFSNAP_ORIGIN"/"$HEAD"
51# Tags are important for git-describe 51# Tags are important for git-describe
52git fetch --tags "$SFSNAP_ORIGIN" 52git fetch --tags "$SFSNAP_ORIGIN"