Giter Club home page Giter Club logo

Comments (3)

holygeek avatar holygeek commented on June 24, 2024

Yup, I can reproduce the issue. Thanks for reporting this.

from git-number.

holygeek avatar holygeek commented on June 24, 2024

This issue should be fixed by this commit: d8967d7

ga should now work.

However your "bold red" setting for the untracked files is not honored by git-number if the untracked files are set to be shown in column (which is the default is recent git versions) - only files in the first column listed in the columnar list will be shown in bold red, while the one in the subsequent columns are shown in plain red. This is because the git-id script uses the hardcoded red (non bold) color when showing the untracked files in columnar listing.

Seeing that you have set the configuration color.status.untracked "bold red", I assume that you would like git number to also use this color for showing the untracked files when they are shown in columns, which you can do by modifying the hardcoded plain red in git-id to something like \e[1;31m.

from git-number.

KES777 avatar KES777 commented on June 24, 2024

Maybe it will be better the git-id use git config command to get color?
I have not eager to dig sources git-id
In any case thank you for fix. +1

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.