On Thu, 2013-03-07 at 10:02 +0900, Kukjin Kim wrote: > BTW, just to use only 8~12 digits of commit ID, "Commit 6b5ab4f4" is > enough instead of full commit ID. I used to do that but now I actually prefer to use 40 hex character strings. Sure, they're ugly, but so are strings of 10, or 12 hex characters. But they're easier to use (I can just copy/paste them from the output of, say, "git log"), I do not have to worry about uniqueness, ever (some commits now already need at least 8 characters), and some git web interfaces automagically linkify 40 character hex strings in commit explanations (which is quite nice). Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html