hit-on
uses PVP Versioning.
The changelog is available on GitHub.
- #150:
Add
--include-untracked
option tohit stash
command. (by @mstruebing). - #65:
Add
--issue
option tohit new
command to create issue. (by @bangn). - #127:
Assign user to issue on
hit new --issue
command. (by @chshersh). - #15: When the new branch for the issue is created, add the user as an assignee to this issue. (by @vrom911).
- #125:
Move to the newer
relude-0.6.0.0
. (by @vrom911). - #133: Move to GHC-8.8.2.
- Use
colourista
for terminal output formatting. - #151:
Print the issue link with
hit new NUM
andhit new --issue
commands. - #149:
Improve the
hit status
command to show shorter status signs on big files. - #156:
Strip
[RFC]
prefix from issues in branch names and commit messages. - #152:
Filter out PRs from the list of all issues in the
hit issue
command. - #154:
Add
--date=now
to theamend
command. - #157:
Add milestone related options to the
hit issue
command:-m|--current-milestone
— filter out issues in the current milestone.--milestone=ID
— filter out issues in the given milestone.
- #148:
Ignore dots (
.
) in the branch names to avoidgit
failures. - #155: Notify on an empty list of the issues.
- #177:
Add
hit milestones
command to show all open milestones. - #153:
Add
hit pr
command to commit and create pull request at once. - #160:
Add
hit rename
command to rename current local and remote branch. - #116:
Add
--me
option to thehit new
command. If there is one issues assign to you it will act like thehit new ASSIGNED_ISSUE_NUM
command. If there is more that one assigned issue it will print them all and do n othing more. - #182:
Add labels from the issue in the
hit pr
command. - #165:
Add
hit fork
command. - #159:
Add
hit wip
command. - #136:
Add
--force
flag to thehit sync
command. - #135:
Implement
hit stash diff
,hit stash list
,hit stash clear
commands. Add--name
option tohit stash
for named stashes. - #109:
Do not fail on
hit fresh
when unsuccessful rebasing. - #178:
Add ability to add newly created issues to the specified milestone with the
-m|--current-milestone
or--milestone ID
during thehit new
command. - #201: Do not assume the main branch of the repo. Take in from the git command instead.
- #194:
Add
hit tag
command with--delete
option.
- #85:
Make
hit commit
command take the commit name from the corresponding issue name, if it is currently applicable (the branch name has the info about issue number) (by @vrom911). - #63,
#79,
#86:
Implement
hit status
command with pretty output (by @chshersh). - #72:
Allow
hit new
command to receive branch names as long as issue numbers (by @vrom911). - #89:
Add
-p|push
and-f|force
flags tohit commit
command (by @vrom911). - #81:
Implement
hit diff
command with pretty diff (by @chshersh). - #67:
Implement
hit stash
andhit unstash
commands (by @chshersh). - #77:
Implement
hit clear
command (by @chshersh). - #82:
Add
--force
flag tohit fix
command (by @vrom911). - #80:
Add
hit uncommit
command (by @vrom911). - #69: Write autocompletion instructions (by @chshersh).
- #49: Configure OSX releases on Travis CI (by @chshersh).
- #96: Add table of all commands to README (by @vrom911).
- #35: Write unit tests for URL parsing functions (by @kahlil29).
- Bump up to GHC 8.6.5 (by @chshersh).
- Bump up to
relude-0.5.0
(by @chshersh).
- Initially created.