Skip to content

Instantly share code, notes, and snippets.

@neonichu
Created February 2, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neonichu/2cc49a351520836c4553 to your computer and use it in GitHub Desktop.
Save neonichu/2cc49a351520836c4553 to your computer and use it in GitHub Desktop.
Figure out which commits correspond to which Swift version, maybe
#!/bin/sh
git log -p CMakeLists.txt|grep -B 25 '^+set(SWIFT_VERSION'|grep ^commit
@neonichu
Copy link
Author

neonichu commented Feb 2, 2016

Current result:

commit a74355426e5f176db5e1a6814dd1ac6fff1c7303
commit 3cf4dd36a1d01445d40aee95f392d3a2721b1046
commit 4c12a1278a7073d3730b0209efccebb85513dab5
commit 5fbdc9ced89b7eb86b3abbc333f26f5bc766fca4
commit 136965d9f8eb1780f3a1f830bdb3fd8b9cd46d38
commit c8c6a0ad050f9e47c4d51effc530ce65129e44a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment