author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Fri, 6 Aug 2010 20:28:09 +0000 (22:28 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 Aug 2010 17:12:50 +0000 (10:12 -0700) | ||
commit | e93487d2f007176804e89042f9f199628e45c864 | |
tree | 18023d441bcafd9facc67c1a78d6cf7533353ff8 | tree | snapshot |
parent | cf958afd8368ebce1cabb2f7ae2799306cc2de03 | commit | diff |
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>
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 | diff | blob | history | |
builtin/notes.c | diff | blob | history |