git-extras
git-extras copied to clipboard
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
A lot of these extra commands don't have any help text and the only way to figure out what they're doing is by looking at the source. If I run...
https://github.com/tj/git-extras/blob/master/bin/git-release#L41 `git-release` should only add changes for files that it has modified, not _all_ checked-in files.
Work-in-progress. Please don't merge yet. This PR revamps the build process and Makefile as suggested in #463. It gives the user more configuration options for customizing the installation. This will...
When I use `git changelog -x` in my old clone of the pandas repo (https://github.com/pydata/pandas), it shows _all_ commits, not as usual the commits since the last tag. I **cannot**...
I'd like to find the biggest files in a repo's git tree history. Pretty much like what these SO questions discuss: - http://stackoverflow.com/questions/10622179/how-to-find-identify-large-files-commits-in-git-history - http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history
For some reason `git merge-into` fails with the above error. No other commands cause any problems. Thx.
I'd like to invite you to grab whatever from https://github.com/jwiegley/git-scripts you'd like, to consolidate our two collections.
The one thing I really like about the GitHub UI here is that when there's only one commit, it'll automatically pull out the title and contents from it. When there's...
I don't open a pull request without being asked to, so you won't mistakenly merge this [new branch](https://github.com/Shea690901/git-extras/tree/android) i've created with your master branch! I'm using android and have the...
Hello, I have a suggestion. Now "git summary" is working well but it has only a little use as it cannot filtered out file types in a project. For example,...