git log renames
with git, see when files or folders are renamed with: git log -M –summary each rename will appear in the log, along with a percentage showing how much of the file’s content is the same.
with git, see when files or folders are renamed with: git log -M –summary each rename will appear in the log, along with a percentage showing how much of the file’s content is the same.
Day 1 in Bangkok, Thailand Upon arriving, I learned (or more accurately, realized) that “Siam” is Thailand. Somehow, I had not realized this before. It was only after I saw all the signs and ads for the Siam Commercial Bank that I thought for the first time: “Oh, Siam is Thailand.” U.S. Citizens do not…Continue Reading…
iOS Apps (or both iOS and Android) AppAnnie Android apps AppBrain
There’s a git config setting you can change:Â git config core.filemode false
I’ve been using Orbicule Undercover. It’s not a perfect solution, but it’s a lot better than nothing. Cool Stuff: Photoshop: replace color RepRap 3D printer MacPorts for git autocompletion Displaying PDF in UIWebView without jerkiness iOS Guy: presenting PDF files by yourself Browsers with checkerboarding: Safari Terra (current version) Atomic iLunascape Mercury Perfect Browser ICab…Continue Reading…
Apple’s official page on the topic of iOS app icon requirements is a very helpful reference. How to create a scale up transform animation – this is a bit old – I use blocks instead. // animatable. do not use frame if view is transformed since it will not correctly reflect the actual location of…Continue Reading…