From aad36667dec6b583986ed84b0d1ffad7ed690944 Mon Sep 17 00:00:00 2001 From: Nikolai Weibull Date: Thu, 21 Jul 2011 11:37:45 +0000 Subject: unposted: Completion/Unix/Command/_git: Adjust some TODO items. --- Completion/Unix/Command/_git | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 2fdc4d61c..ef85ad79c 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -83,11 +83,10 @@ _git-am () { local -a apply_options __git_setup_apply_options - # NOTE: --resolvemsg is only for internal use between git rebase and git am. + # NOTE: --rebasing and --resolvemsg are only for internal use between git + # rebase and git am. # TODO: --patch-format is undocumented. - # TODO: --ignore-date is incorrectly documented as being passed to git - # mailsplit. - # TODO: --rebasing, --rerere-autoupdate, and --no-rerere-autoupdate are + # TODO: --rerere-autoupdate and --no-rerere-autoupdate are # undocumented (and not implemented here). _arguments -S \ '(-s --signoff)'{-s,--signoff}'[add Signed-off-by: line to the commit message]' \ -- cgit 1.4.1