On 2020-05-17, Charles Campbell wrote:
> Hello:
>
> I seem to have a problem doing git pull:
>
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM
> not set).
>
> Fortunately git clone https://github.com/vim/vim.git works, but
> that's a lot more work.
>
> Any suggestions on how to fix the git pull?
> Chip Campbell
It worked fine for me just now. Pulled and built without any
issues.
$ git remote -v
origin https://github.com/vim/vim.git (fetch)
origin https://github.com/vim/vim.git (push)
$ git --no-pager log -1 HEAD
commit 94d729cbe8f0f788d9d7539f733cff395e73b228 (HEAD -> master, tag:
v8.2.0784, origin/master, origin/HEAD)
Author: Bram Moolenaar <[email protected]>
Date: Sun May 17 21:50:16 2020 +0200
patch 8.2.0784: libvterm code lags behind the upstream version
Problem: Libvterm code lags behind the upstream version.
Solution: Include revisions 730 - 733.
Since git thinks the directory in which you executed "git pull" is
not a git repository, I'd look in that directory and above for the
.git directory. Maybe it got deleted? Maybe you accidentally ran
git in the wrong directory?
HTH,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20200517200929.GB3515%40phoenix.