Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
(#71) added a NB note for auto-completion's caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry J. Wylde committed Dec 10, 2015
1 parent fb4fad6 commit e249f92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ autoload -Uz bashcompinit && bashcompinit
source <(git-fmt --bash-completion-script `which git-fmt`)
```

**NB:** auto-completion doesn't work well with git's command macro. I.e., `git fmt <TAB>` won't
work, but `git-fmt <TAB>` will. [#71](https://github.com/hjwylde/git-fmt/issues/71) will remain
open until this is addressed.

0 comments on commit e249f92

Please sign in to comment.