Git Product home page Git Product logo

Comments (5)

rhysd avatar rhysd commented on May 30, 2024

That's too old Git. Can you install more recent one? I'll check which is the minimum Git version and add it to documentation.

If you don't want to change system-installed Git, please consider to install the recent Git locally (for example, git-messenger.vim/bin/git) and use it by setting it to g:git_messenger_git_command. For example, when git-messenger.vim is installed in ~/.vim/bundle,

let g:git_messenger_git_command = expand('~/.vim/bundle/git-messenger.vim/bin/git')

from git-messenger.vim.

rhysd avatar rhysd commented on May 30, 2024

Can we use --git-dir and --work-tree option instead of -C?

It might be possible. But I did not try since almost all systems have newer Git.

from git-messenger.vim.

rhysd avatar rhysd commented on May 30, 2024

-C was introduced by Git 1.8.5:

https://github.com/git/git/blob/4a0de43f4923993377dbbc42cfc0a1054b6c5ccf/Documentation/RelNotes/1.8.5.txt#L115-L116

from git-messenger.vim.

jdhao avatar jdhao commented on May 30, 2024

I think a lot of people are still using CentOS 7.4 as their server. The default git version is 1.8.3. Since i do not have root rights, it is hard to install git from source either.

from git-messenger.vim.

rhysd avatar rhysd commented on May 30, 2024

If some other people are facing this issue, please leave comments here. If there are several comments left, I'll consider to support the older Git.

from git-messenger.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.