From: Karsten P. <Kar...@gm...> - 2018-09-24 18:22:03
|
On 24.09.18 15:06, Don Cohen wrote: > > Are changes from 6 months ago just now being distributed? > Or am I using the wrong repository? (how can I tell?) The following seems correct git remote -v origin https://gitlab.com/gnu-clisp/clisp.git (fetch) origin https://gitlab.com/gnu-clisp/clisp.git (push) git log commit 228b90a52bc8d23328e289ff4d5742a90a7a750d (HEAD -> master, origin/master, origin/HEAD) Author: Bruno Haible <br...@cl...> Date: Sat Sep 22 18:54:39 2018 +0200 Fix problem with non-ASCII characters in file names on Windows, part 2. commit 35fa6b73567a1eead27c528d2af3a95a763321c1 Author: Bruno Haible <br...@cl...> Date: Sat Sep 22 17:02:41 2018 +0200 Fix problem with non-ASCII characters in file names on Windows. ..... git status On branch master Your branch is up to date with 'origin/master'. |