Coder Social home page Coder Social logo

git-diffstat's Introduction

git-diffstat

git-diffstat is a tool to format the output of git diff --numstat.

Example

> git-diffstat HEAD^
path       add  delete
----------------------
README.md   14       0

Get the diff of the first commit(694cb8272e1f1b7f917f151bd2fab05755552d8a). 4b825dc642cb6eb9a060e54bf8d69288fbee4904 is the empty tree object.

> git-diffstat 4b825dc642cb6eb9a060e54bf8d69288fbee4904..694cb8272e1f1b7f917f151bd2fab05755552d8a
path         add  delete
------------------------
LICENSE.txt   21       0
README.md     18       0
git-stat.go   94       0
git.go        25       0

License

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

Author

TAKAHASHI Satoshi [email protected]

git-diffstat's People

Contributors

hikobae avatar

Watchers

James Cloos avatar  avatar

git-diffstat's Issues

help の修正

現在の help

> git-diffstat -h
Usage of 'git-loc':

> git-loc HEAD^
path       add  delete
----------------------
README.md   14       0

Flags:

以下の問題がある

  • git-loc ではなく git-diffstat
  • Flags は不要
  • Example がわからない

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.