summaryrefslogtreecommitdiff
path: root/etc/completions/__git_files
AgeCommit message (Collapse)AuthorLines
2008-12-22Added __git_files completionDaniel Friesel-0/+30
This adds the handling of ../, currently with at least these problems: - ../ only completes to ../.. if ../.git does not exist (until ..../.git does exist) - if etc/foo/bar was modified, and pwd is etc, git add will *only* complete to ../etc/foo/bar