summaryrefslogtreecommitdiff
path: root/etc/completions/__git_files
AgeCommit message (Collapse)AuthorLines
2009-03-21__git_files: Removed debug line...Daniel Friesel-1/+0
2009-02-21__git_files: #autoload is enoughDaniel Friesel-1/+1
2009-02-19__git_files: Silently fail if no gitdir was foundDaniel Friesel-2/+1
2009-02-01__git_files: Apparently everything works nowDaniel Friesel-1/+1
2009-01-30Almost finished __git_filesDaniel Friesel-2/+7
Only remaining problem: If the current relative path is shorter than a file's relative path, some ../'s might be missed
2009-01-02__git_files: Another partially working, but more promising approachDaniel Friesel-12/+16
2008-12-22__git_files: Return if gitdir is empty (->no git repo)Daniel Friesel-0/+2
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