On Sunday, October 30, 2016 at 4:50:00 PM UTC+1, Craig Earls wrote: > > I have cloned the ledger-mode repo from git hub but when I look at commit > history I am seeing change to the ledger codebase, not the elisp code. >
Perhaps, you could check with something like: cd /tmp git clone https://github.com/ledger/ledger.git git clone https://github.com/ledger/ledger-mode.git cd /tmp/ledger git log --follow -p -- lisp/ledger-reconcile.el > /tmp/l cd /tmp/ledger-mode/ git log --follow -p -- ledger-reconcile.el > /tmp/lm When I compare files /tmp/l to /tmp/lm, I have the same files (except commit ids) Hope this helps, Thierry -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
