Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only remaining problem:
If the current relative path is shorter than a file's relative path, some ../'s might be missed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Now, items can be completed for custom databases (--database file) as well
|