You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
in Interlisp/loops#14 (comment) @nbriggs wrote:
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.
The text was updated successfully, but these errors were encountered: