开发者

graphs for changes amount of git repo

开发者 https://www.devze.com 2023-02-21 12:22 出处:网络
Hi Is there a program to show changes amount graph of a git repository? Specifically a graph that shows these varibales:

Hi

Is there a program to show changes amount graph of a git repository? Specifically a graph that shows these varibales:

  • number of total lines in the course of time (one point for every commit)
  • speed of adding lines (one point between every two commits)
  • speed of removing/modifying lines (one point between every two commits)

Something like this graph for Linux kernel

I wish there was a graphical tool. Or a tool that gives image as output (bitmap or vector). Or at least there was an easy way to get data for that graphs to use in a spreadsheet program lik开发者_运维知识库e OpenOfficeCalc or Exel.


Not that I know of:

The only graphical stats generator for Git is gitstats, which produces graphs like those for Linux.

graphs for changes amount of git repo

Worth checking out: pepper

Pepper is a flexible command-line tool for retrieving statistics and generating reports from source code repositories.
It ships with several graphical and textual reports, and is easily extendable using the Lua scripting language. pepper includes support for multiple version control systems, including Git and Subversion.

They have a neat gallery.


Update April 2013: for GitHub projects, you also have now Pulse (see "Get up to speed with Pulse")

Pulse is a great way to discover recent activity on projects.
Maybe you haven't checked on your favorite repository in a while or you just discovered a project that looks interesting to you. Pulse will show you who has been actively committing and what has changed in a project's default branch:

graphs for changes amount of git repo

You can find the link to the left of the nav bar.

graphs for changes amount of git repo

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号