Simple Project List Software Map

51 projects in result set
LastUpdate: 2014-05-08 07:03

PHP Git Client Class

PHP Git Client Class is a class for accessing files in Git repositories. It can connect to a remote repository and checkout files similar to the git clone command, and retrieve the log of changes to a file.

(Machine Translation)
LastUpdate: 2012-02-16 04:25

git-link

git-link is a Git sub-command for getting a repo-browser link to a git object or path. The motivation behind git-link is that it is often faster to navigate to a git object or path on the command line than it is to click your way to it through a Web interface.

LastUpdate: 2009-12-16 15:32

Ruby IRC Statistics Generator

risg (Ruby IRC Statistics Generator) is an IRC logfile parser. It calculates all kinds of statistics from IRC log files and outputs them to many different formats such as XML or HTML.

LastUpdate: 2010-12-27 14:56

repos-tools

repos-tools is a set of command-line utilities to make work on your code repositories faster and easier. It lets you push, pull, build, and do other things on your repositories all at once. The supported (D)VCSes are Git, Subersion, Bazaar, and Mercurial. For GitHub users, forking, following, watching, and dealing with issues can be done from the shell.

(Machine Translation)
LastUpdate: 2013-03-09 22:50

Gerrit

Gerrit is a Web-based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display and allowing inline comments to be added by any reviewer. Gerrit simplifies Git-based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged by hand by the project maintainer. This functionality enables a more centralized usage of Git.

(Machine Translation)
프로그래밍 언어: Java, Java
User Interface: Web Environment
LastUpdate: 2012-05-10 00:45

grunt-sizediff

grunt-sizediff is a Grunt task to diff file sizes between a current git branch and a branch/commit. It helps you keep an eye on your project size changes.

(Machine Translation)