Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
378 stars 19 forks source link

This fixes GITFNS prc not showing any changed files with certain filename/path patterns. #1757

Closed MattHeffron closed 5 months ago

MattHeffron commented 5 months ago

This fixes GITFNS prc not showing any changed files if they included .git in the full name. It now is specific, and excludes only those in the .git/ top-level directory. GITFNS also ignored changed files at the top-level of the repo. This is fixed also. This can be tested with PR #1756

rmkaplan commented 5 months ago

When I run prc and click on this pr in the menu, I get an "unknown branch origin/mth17... error.

rmkaplan commented 5 months ago

Actually, maybe in the wrong version. Let me check...

rmkaplan commented 5 months ago

OK, it works for prc on the test pr 1756, but does give the "unknown branch" error on 1757. Error is inside GIT-BRANCH-EXISTS?

MattHeffron commented 5 months ago

@rmkaplan It turns out that .git in the branch name caused the same issue of the branch unseen. I believe that this version is correct, but I may have missed some cases where it should have allowed .git in a branch name, or allowed .git where it shouldn't have.