|
1 | 1 |
|
| 2 | +5.1.0 / 2019-12-21 |
| 3 | +================== |
| 4 | + |
| 5 | + * git-bulk: support cloning from a relative path |
| 6 | + * git-standuo: clarify the -a option |
| 7 | + * git-paste: check pastebinit before running it |
| 8 | + * git-coauthor: quote variable in the comparison |
| 9 | + * git-bulk: don't disappoint shellcheck |
| 10 | + * Merge pull request #812 from spacewander/git-sed-escape |
| 11 | + * git-sed: escape special characters for tr |
| 12 | + * Merge pull request #811 from eli-schwartz/portability |
| 13 | + * build: do not require the nonstandard and unpredictable 'which' utility |
| 14 | + * add repositories to workspace from source (#804) |
| 15 | + * Merge pull request #810 from roxchgt/read-not-need-repo |
| 16 | + * read COMMANDS_WIHOUT_REPO from not_need_git_repo file |
| 17 | + * Merge pull request #806 from spacewander/retire_make_with_msys |
| 18 | + * Merge pull request #808 from drasill/master |
| 19 | + * git-ignore: support non-default .git directory |
| 20 | + * retire the msysgit installation script |
| 21 | + * Merge pull request #802 from spacewander/fix-git-bulk-arg-count |
| 22 | + * git-bulk: line break is need in the SYNOPSIS doc section |
| 23 | + * fix bug in allowedargcount() to not execute command if wrong args count |
| 24 | + * Merge pull request #801 from spacewander/fix-delete-submodule |
| 25 | + * git-delete-submodule: don't remove the history of deleted submodule |
| 26 | + * Merge pull request #798 from wolviecb/signed_release |
| 27 | + * Add flags -s and -u for signed tags |
| 28 | + * Merge pull request #795 from spacewander/git-squash-commit-msg |
| 29 | + * Merge pull request #793 from spacewander/git-standup-group-by-branch |
| 30 | + * git-squash: miss completion script change |
| 31 | + * git-squash: clean up shellcheck warnings |
| 32 | + * git-squash: add --squash-messages to concat commit messages into one. |
| 33 | + * git-standup: add option to limit the number of commit |
| 34 | + * Merge pull request #789 from go2null/delete-empty-gitmodules |
| 35 | + * git-delete-submodule: comment the DUMMY prefix and ignore the output of grep -v. |
| 36 | + * git-standup: add separate newline between the output |
| 37 | + * add PR changes |
| 38 | + * add --force option to continue on error |
| 39 | + * improve readability |
| 40 | + * display git submodule status output before exiting |
| 41 | + * check git submodule status before declaring success |
| 42 | + * reorganize flow |
| 43 | + * delete empty .gitmodules |
| 44 | + * git-standup: add option '-B' to group the commits by branch |
| 45 | + * Merge pull request #792 from spacewander/git-summary-cleanup |
| 46 | + * git-summary: clean up other shellcheck warnings |
| 47 | + * git-summary: fix incorrect active days when commits range is given |
| 48 | + * git-summary: remove useless result function. |
| 49 | + * Merge pull request #790 from spacewander/git-summary-merge-email |
| 50 | + * git-summary: add --dedup-by-email to remove duplicate users |
| 51 | + * Merge pull request #788 from spacewander/doc_git_summary_line |
| 52 | + * git-summary: add missing example of --line option |
| 53 | + * Merge pull request #787 from rvbuelow/patch-1 |
| 54 | + * Merge pull request #786 from mbologna/patch-1 |
| 55 | + * Use GIT_DIR environment variable to to set .git directory |
| 56 | + * Docs: add OpenSUSE distribution information |
| 57 | + * Merge pull request #784 from spacewander/git-effort-col-len |
| 58 | + * git-effort: adjust column limit according to the paths |
| 59 | + * Merge pull request #708 from pabs3/git-paste |
| 60 | + * Regenerate docs |
| 61 | + * Add git-paste for sending patches to pastebin |
| 62 | + * Merge pull request #778 from pabs3/cleanups |
| 63 | + * Switch from using /tmp to using mktemp |
| 64 | + * Switch http URLs to https where possible |
| 65 | + * Fix typos |
| 66 | + * Fix an indefinite article in the documentation |
| 67 | + * Merge pull request #776 from spacewander/update_git_pr_doc |
| 68 | + * Merge pull request #777 from fengkx/zplugin-install-completion |
| 69 | + * docs(Installation): :memo: add src in zplugin ice modifier to source the completion file |
| 70 | + * git-pr: mention the limitation of -m option |
| 71 | + * Merge pull request #772 from jacobherrington/add-git-coauthor |
| 72 | + * Add conditional logic for linebreaks |
| 73 | + * Ensure arguments exist |
| 74 | + * Add git coauthor command |
| 75 | + * improve the quality of the integrity check. |
| 76 | + * Merge pull request #774 from jacobherrington/patch-2 |
| 77 | + * Bump version to 5.1.0-dev. |
| 78 | + * Link to the contributing document |
| 79 | + |
2 | 80 | 5.0.0 / 2019-08-16
|
3 | 81 | ==================
|
4 | 82 |
|
|
0 commit comments