Giter Site home page Giter Site logo

git-branch-name's Introduction

git branch-name

Optimally fast branch name command for Git.

Installation

autoreconf -i
./configure
make
sudo make install
git branch-name

Installation with Homebrew.

brew install itchyny/tap/git-branch-name

Authors

itchyny (https://github.com/itchyny)

notfed (https://github.com/notfed)

License

This software is released under the MIT License, see LICENSE.

git-branch-name's People

Contributors

itchyny avatar notfed avatar

Stargazers

unclezs avatar akahanaton avatar  avatar Scott avatar  avatar Achmad Mahardi avatar Aliou Diallo avatar Robert Audi avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

notfed

git-branch-name's Issues

Lots of memory-safety issues

This app crashes in several situations. For example, read_file returns a dangling pointer. Running this through valgrind shows several other memory issues.

On error, exit 1

Thanks for this project. I'm using it to speed up zsh prompts.

But, please exit 1 when not in a git repository:

if (get_git_dir(path) < 0) {
    return 0;
}

...should be...

if (get_git_dir(path) < 0) {
    return 1;
}

This makes it slightly easier to use from shell scripts.

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.