Code

notes: allow --dry-run for -n and --verbose for -v
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 6 Aug 2010 20:28:09 +0000 (22:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Aug 2010 17:12:50 +0000 (10:12 -0700)
commite93487d2f007176804e89042f9f199628e45c864
tree18023d441bcafd9facc67c1a78d6cf7533353ff8
parentcf958afd8368ebce1cabb2f7ae2799306cc2de03
notes: allow --dry-run for -n and --verbose for -v

For consistency with other git commands, let the prune subcommand of
git notes accept the long options --dry-run and --verbose for the
respective short ones -n and -v.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt
builtin/notes.c