Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-03-21 | __git_files: Removed debug line... | Daniel Friesel | -1/+0 | |
2009-02-21 | __git_files: #autoload is enough | Daniel Friesel | -1/+1 | |
2009-02-19 | __git_files: Silently fail if no gitdir was found | Daniel Friesel | -2/+1 | |
2009-02-01 | __git_files: Apparently everything works now | Daniel Friesel | -1/+1 | |
2009-01-30 | Almost finished __git_files | Daniel 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 approach | Daniel Friesel | -12/+16 | |
2008-12-22 | __git_files: Return if gitdir is empty (->no git repo) | Daniel Friesel | -0/+2 | |
2008-12-22 | Added __git_files completion | Daniel 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 |