- Added percentages to
git-summary
- Added
git-back
command for soft undos [Kenneth Reitz]
- revert
git-ignore
but retain argc == 0 as showing .gitignore contents - revert broken
git-release
- Added
git-alias
[jweslley] - Added
git-create-branch
[jweslley] - Fixed one-liner due to
git extras update
change - Fixed;
git-setup
creates a directory if the provided one does not exist [jweslley] - Fixed;
git-setup
support for directories with spaces [jweslley] - Fixed;
git-ignore
with no args no longer fails if.gitignore
does not exist [jweslley]
- Changed;
git-graft
now defaults to current branch instead of master [Kenneth Reitz]
- Added
git-refactor
- Added
git-bug
- Added
git-feature
- Added
git-pull-request
- Added
git-extras
- Added LICENSE
- Removed
git-extras-version
, usegit extras --version
- Removed
git-extras-update
, usegit extras update
- Changed; make sure to get the last chronological tag, instead of relying on the bogus
git tag
sorting. [guillermo]
- Added
gh-pages
command
- Added man pages.
- Added
make clean
. - Added
make docs
. - Added -d -> -D. Closes #15.
- Added git-delete-submodule for delete submodules easily.
- Added;
git-ignore
now shows the contents of ./.git-ignore if no args are present.
- Added command
git-touch
. - Use a shallow clone in
git-update-extras
. - Create History.md if git-changelog can't find a target. Fixes #14.
- Added
git-delete-submodule
. - Added;
git-ignore
without pattern shows .gitignore contents. - 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. - Added
git-summary
commitish support. - Added
git-graft
dest branch default of master. - Added
git-setup
. - Added
git-graft
. - Added
git-undo
for removing recent commits. - Fixed
git-delete-branch
: Don't fail if the local branch doesn't exist. - 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.
- Fixed: delete remote branch only if local was deleted.
- Fixed printing of authors for git-summary's on Ubuntu.
- Fixed: read doesn't have the -e option in SH on my machine at least.
- 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
. - Fixed spaces in
git-release
names/numbers. - 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.