From: Jeff King Date: Sat, 15 Dec 2012 17:46:43 +0000 (-0500) Subject: completion: complete refs for "git commit -c" X-Git-Tag: v1.8.1.1~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68539758579b3bd1f07fb9e1d800e7875db76c5c?hp=68539758579b3bd1f07fb9e1d800e7875db76c5c completion: complete refs for "git commit -c" The "-c" and "-C" options take an existing commit, so let's complete refs, just as we would for --squash or --fixup. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---