Want extended Gitfns to work in a more traditional git style #1168
masinter
started this conversation in
GitHub use
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good for others to do a sanity check now. Loading GITFNS.LCOM should load all of the component pieces. Make GITMEDLEYDIR point to your clone, and then try "prc lmm10" to compare branch lmm10 to origin/master. (See GETFNS.TEDIT).
As a starting point for the "my medley" mode of separating working Medley from the clone, make a copy of the origin/master clone (without the . files) in a new directory, and let MEDLEYDIR point to that. If you now check out lmm10 in the clone, the command gmc will compare library, lispusers, sources of lmm10 against your working Medley files (which at the beginning are the same as origin/master, so the result should be equivalent to the prc test).
Originally posted by @rmkaplan in #658 (comment)
I think it's possible to use git with one cloned directory, but using Lisp to do all the diffs (possibly using something like restore-versions after checking out a pr).
Beta Was this translation helpful? Give feedback.
All reactions