From: Jeff King Date: Fri, 22 Jul 2016 19:51:41 +0000 (-0400) Subject: doc/pretty-formats: explain shortening of %gd X-Git-Tag: v2.9.4~22^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d38c7b2c2ce0116215eb05e11d442e9d03b887f4?ds=inline;hp=d38c7b2c2ce0116215eb05e11d442e9d03b887f4 doc/pretty-formats: explain shortening of %gd The actual shortening rules aren't that interesting and probably not worth getting into (I gloss over them here as "shortened for human readability"). But the fact that %gD shows whatever you gave on the command line is subtle and worth mentioning. Since most people will feed a shortened refname in the first place, it otherwise makes it hard to understand the difference between the two. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---