mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
2.6 KiB
2.6 KiB
0.0.8 / 2011-02-22
- Added
git-create-branch. - Refactoring to adopt uniq code style across the scripts.
- git-release: Use annotated tags to release commits instead of lightweight tags.
- git-setup: Create a directory if the provided one doesn't exist yet.
- Fixed
git-ignore: Don't fail if.gitignorefile doesn't exist yet.
0.0.7 / 2010-10-31
- Added man pages.
- Added
make clean. - Added
make docs. - Added -d -> -D. Closes #15.
- Added git-delete-submodule for delete submodules easily.
- Added;
git-ignorenow shows the contents of ./.git-ignore if no args are present.
0.0.6 / 2010-10-22
- 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.
0.0.5 / 2010-10-08
- Added
git-delete-submodule. - Added;
git-ignorewithout pattern shows .gitignore contents. - Added;
git-setupargument is now optional, defaulting to the CWD. - Added REPL alias "ls" as ls-files.
0.0.4 / 2010-09-10
- Added:
git-delete-branch: Also delete the remote branch. - Added
git-summarycommitish support. - Added
git-graftdest branch default of master. - Added
git-setup. - Added
git-graft. - Added
git-undofor 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.
0.0.3 / 2010-08-27
- Added
git-extras-version. - Added
git-update-extras. - Fixed
git-contribissue 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.
0.0.2 / 2010-08-24
- 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-releasenames/numbers. - Fixed readme.
0.0.1 / 2010-08-05
- 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.