Git Product home page Git Product logo

far's People

Contributors

leg0 avatar smithx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

leg0

far's Issues

проблема с немонтированными томами

с давних пор Far умеет работать с немонтированными томами, а с некоторых пор такие тома доступны из меню выбора диска (если нажать CtrlH).
путь таких томов выглядит как-то так: \\?\Volume{7e734d22-3b75-4eb5-9446-bab0d550f50c}.

внезапно выяснилось, что GitBranch не рассчитывает на подобные пути. после входа в любую папку на таком томе Far с загруженным GitBranch перестаёт реагировать на клавиатуру (и мышь), закрывать только по крестику. возможно, через полчаса он и отмораживается, такие опыты я не проводил.

Ошибка в модуле

Far 3.0.5885.0 x64 (переносимая установка), GitBranch 3.0.21 x64. Работает на домашнем компьютере, не работает на рабочем.

╔════════════════════ Error ════════════════════╗
║             Error loading plugin              ║
║ I:\ConEmu\Far\Plugins\GitBranch\gitbranch.dll ║
╟───────────────────────────────────────────────╢
║   0x0000007E - Не найден указанный модуль.    ║
╟───────────────────────────────────────────────╢
║                    { OK }                     ║
╚═══════════════════════════════════════════════╝

Working trees are not supported

On my computer I have a few branches checkouted using the git worktree command. The issue is that plugin does not show the name of such branches.

In case when working trees are used, the main source tree contains full .git folder and the worktree folder contains the .git file which is a link to main .git folder.

Following is an example of working tree configuration on my computer:

(topic/issue_123) $ git worktree list
/c/Repos/repos/ulp         125846b [topic/issue_123]
/c/Repos/repos/ulp-master  d25daab [master]

/c/Repos/repos/ulp is main folder

The content of the /c/Repos/repos/ulp-master/.git file

gitdir: /c/Repos/repos/ulp/.git/worktrees/ulp-master

List of branches

(topic/issue_123) $ git branch
+ master
* topic/issue-123
  topic/issue-82

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.