Skip to content

Instantly share code, notes, and snippets.

@AudriusButkevicius
Created March 26, 2015 21:47
Show Gist options
  • Save AudriusButkevicius/655ab253d1065c273f2b to your computer and use it in GitHub Desktop.
Save AudriusButkevicius/655ab253d1065c273f2b to your computer and use it in GitHub Desktop.
Audrius@Audrius syncthing $ git reset --hard HEAD
HEAD is now at fc0cb70 Merge pull request #1523 from calmh/vv
Audrius@Audrius syncthing $ cat Godeps/Godeps.json | grep -A1 protocol
"ImportPath": "github.com/syncthing/protocol",
"Rev": "f9132cae85dcda1caba2f4ba78996d348b00ac6c"
Audrius@Audrius syncthing $ godep save ./cmd/...
Audrius@Audrius syncthing $ git --git-dir ../protocol/.git/ show -1
commit 6277c0595c18d42e9db75dfe900463ef093a82d2
Merge: 5750443 aa9eda1
Author: Jakob Borg <[email protected]>
Date: Thu Mar 26 22:31:45 2015 +0100
Merge pull request #3 from syncthing/changes
Changes for temp indexes
Audrius@Audrius syncthing $ git diff
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 238a023..e6a929b 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -1,6 +1,6 @@
{
"ImportPath": "github.com/syncthing/syncthing",
- "GoVersion": "go1.4",
+ "GoVersion": "go1.4.1",
"Packages": [
"./cmd/..."
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment