- Added
gh-pages
command
- Added man pages [Jonhnny Weslley]
- Added
make clean
- Added
make docs
- Added -d -> -D. Closes #15
- Added git-delete-submodule for delete submodules easily [Jonhnny Weslley]
- Added;
git-ignore
now shows the contents of ./.git-ignore if no args are present
- Added command
git-touch
. [Alex McHale] - Use a shallow clone in
git-update-extras
. [Devin Withers] - Create History.md if git-changelog can't find a target. Fixes #14. [Devin Withers]
- Bump version
- Added
git-delete-submodule
[Jonhnny Weslley] - Added;
git-ignore
without pattern shows .gitignore contents [Jonhnny Weslley] - Added;
git-setup
argument is now optional, defaulting to the CWD - Added REPL alias "ls" as ls-files
- Added:
git-delete-branch
: Also delete the remote branch [Gert Van Gool] - Added
git-summary
commitish support [Jonathan Leto] - Added
git-graft
dest branch default of master - Added
git-setup
[Aggelos Orfanakos] - Added
git-graft
[Kenneth Reitz] - Added
git-undo
for removing recent commits. [Kenneth Reitz] - Fixed
git-delete-branch
: Don't fail if the local branch doesn't exist [Gert Van Gool] - Fixed PREFIX to respect env vars
- Fixed shift in
git-count
- Added
git-extras-version
- Added
git-update-extras
- Fixed
git-contrib
issue when the username is in a commit msg - Fixed; delete remote tag only if local was deleted [Aggelos Orfanakos]
- Fixed; delete remote branch only if local was deleted [Aggelos Orfanakos]
- Fixed printing of authors for git-summary's on Ubuntu [jason young]
- Fixed; read doesn't have the -e option in SH on my machine at least. [Nick Campbell]
- Added
git-summary
- Added
git-commits-since
- Added
git-repl
- Added
git-delete-tag
- Added
git-delete-branch
- Added
git-contrib
- Fixed handling off spaces in contributor's name for
git-contrib
[Domenico Rotiroti] - Fixed spaces in
git-release
names/numbers [Domenico Rotiroti] - Fixed readme
- Docs for git-ignore. Closes #3
- Merge branch 'ignore'
- Added git-ignore
- Readme typo
- Fixed in docs
- Install docs
- Merge branch 'release'
- Added git-release
- Fixed readme
- Readme
- Passing args to git shortlog
- Added --all support to git-count
- Initial commit