From f36d2ff55fe4f205ae63cfb03b59065bf5daa4d8 Mon Sep 17 00:00:00 2001 From: Jan Ernsting Date: Mon, 7 Sep 2015 13:35:34 +0200 Subject: [PATCH] Ensure display of modified files for git commit --- share/completions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/git.fish b/share/completions/git.fish index 2e0b17d29..34a2d9571 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -237,7 +237,7 @@ complete -f -c git -n '__fish_git_needs_command' -a clone -d 'Clone a repository ### commit complete -c git -n '__fish_git_needs_command' -a commit -d 'Record changes to the repository' complete -c git -n '__fish_git_using_command commit' -l amend -d 'Amend the log message of the last commit' -complete -c git -n '__fish_git_using_command commit' -a '(__fish_git_modified_files)' +complete -f -c git -n '__fish_git_using_command commit' -a '(__fish_git_modified_files)' # TODO options ### diff