Giter Club home page Giter Club logo

Comments (6)

holygeek avatar holygeek commented on June 24, 2024

It looks like you wanted to run git-number rm 2 but accidentally ran git-number -c rm 2. The former runs git rm pod/perldelta.pod while the latter runs rm pod/perldelta.pod. The file was already deleted from the hard disk so the latter command failed because rm could no longer find the file on disk.

from git-number.

holygeek avatar holygeek commented on June 24, 2024

Ah sorry, I misinterpreted your report.

Could it be possible that the git number output is outdated, for example there was another git-number that was ran in another terminal, obsoleting the output shown here, maybe?

from git-number.

KES777 avatar KES777 commented on June 24, 2024

nope. here is one terminal and fresh commands.

I have found next. there second file is link to first.
So file is showed as deleted and untracked.

I think in some point git-number resolves symlink

from git-number.

holygeek avatar holygeek commented on June 24, 2024

Are you running a modified git-number, by any chance? If so, could you see if the issue is reproducible with a pristine git-number?

from git-number.

holygeek avatar holygeek commented on June 24, 2024

The changes done in this commit could be the one that introduces this bug: 8ffa6a6 - It uses Cwd::abs_path which could explain what you're seeing.

from git-number.

KES777 avatar KES777 commented on June 24, 2024

it seems so

from git-number.

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.