From: Kevin Bracey Date: Mon, 8 Apr 2013 15:53:42 +0000 (+0300) Subject: checkout: abbreviate hash in suggest_reattach X-Git-Tag: v1.8.3-rc0~60^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d6e1466095b54b613acd2ecfd6b72d06b07d2dc3?ds=sidebyside;hp=d6e1466095b54b613acd2ecfd6b72d06b07d2dc3 checkout: abbreviate hash in suggest_reattach After printing the list of left-behind commits (with abbreviated hashes), use an abbreviated hash in the suggested 'git branch' command; there's no point in outputting a full 40-character hex string in some friendly advice. Signed-off-by: Kevin Bracey Acked-by: Jeff King Signed-off-by: Junio C Hamano ---