Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GITFNS: prc pulls in too many files #924

Open
masinter opened this issue Aug 31, 2022 · 1 comment
Open

GITFNS: prc pulls in too many files #924

masinter opened this issue Aug 31, 2022 · 1 comment

Comments

@masinter
Copy link
Member

in Interlisp/loops#14 (comment) @nbriggs wrote:

I'm trying to get GITFNS to actually do a comparison for me... I'm going to have to read the source to figure out how to compare two branches that aren't in Medley, and where I don't have a directory outside the repository.

re gitfns: I spent several hours going through the source and tracing git-command trying to understand where things went wrong. I was trying to see if I could do something with git -difftool -x with a shell script that just echos the names of the tmp directories it creates.

so far it's sunk time, but it's interesting.

@masinter
Copy link
Member Author

git diff --merge-base --name-only master

gives you a list trimmed to the files you should diff with Lisp
I don't know what the origin and local parts of the branch name mean.
just trying to understand by restructuring -- check out git-difftool branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant