+[2016-07-15T18:13:50Z]snowkidindhttp://stackoverflow.com/questions/21178991/how-to-scrub-personal-information-from-an-xcode-project 1 +[2016-07-15T21:17:03Z]Impaloosnowkidind: once something has been commited to a git repo it'll stay there forever unless you rewrite it +[2016-07-15T21:17:54Z]Impalooso removing sensitive information later on in a commit won't really do much other than alter the repo's "face value" +[2016-07-15T21:18:09Z]snowkidindcool +[2016-07-15T21:18:19Z]snowkidindthats what i figured so i went and redid the repo
+[2016-07-16T00:48:16Z]eseidelIs this the proper place to ask API questions? Specifically I'm looking to figure out how to turn a partial sha into a full sha via the Github API. https://gist.github.com/idan/2692246 seems to suggest it used to work :) +[2016-07-16T00:49:09Z]eseidelhttps://github.com/flutter/engine/commit/2d6510295c works via the web for instance, but curl https://api.github.com/repos/flutter/engine/git/commits/2d6510295c returns not found. +[2016-07-16T00:51:30Z]nchambersthose are two different urls eseidel +[2016-07-16T00:52:08Z]eseidelnchambers: I'm not sure I understand what you're trying to say? +[2016-07-16T00:52:08Z]nchambersnmd ignore me