|
1 | 1 |
|
| 2 | +7.1.0 / 2023-10-28 |
| 3 | +================== |
| 4 | + |
| 5 | + * git-cp: don't stop execution when merge.ff is not set (#1096) |
| 6 | + * Allow `git cp` to create destination folder automatically (#1091) |
| 7 | + * fix: Use `-iname` and expressions instead of `-iregex` (#1094) |
| 8 | + * change installation source from master to main (#1092) |
| 9 | + * test(git-archive-file): add unit test (#1084) |
| 10 | + * ci: Use Go v1.20 for running `editorconfig-checker` (#1086) |
| 11 | + * test(git-alias): add its unit test (#1077) |
| 12 | + * makefile: Allow bypassing conflict check (#1080) |
| 13 | + * fix: Restore zsh completions to working completion (#1079) |
| 14 | + * fix: add missing quote in git-extras-completion.zsh (#1078) |
| 15 | + * feat: Implement completion for `git coauthor` (#1074) |
| 16 | + * fix: Move improvements via ShellCheck (#1075) |
| 17 | + * feat(auto-test): CI with pytest (#1066) |
| 18 | + * git-feature: add configurable branch separator (#1072) |
| 19 | + * git-psykorebase: determine branch names with bash pattern substitution (#1073) |
| 20 | + * git-cp: continue to merge when merge.ff is only (#1070) |
| 21 | + * git archive-file: change base ARCHIVE_NAME (#1071) |
| 22 | + * readme: Add secondary location of screencast (#1065) |
| 23 | + * fix: Improve Bash hygiene (#1056) |
| 24 | + * feat: Implement `git-get` command (#1045) |
| 25 | + * Corrected grammar in bin/git-cp (#1061) |
| 26 | + * Improve `git-ignore` command (#1047) |
| 27 | + * I have made two improvements to the git-bulk: (#1054) |
| 28 | + * Type properly `__gitex_command_successful` calls and capitalizate github to GitHub (#1049) |
| 29 | + * Add typo checker |
| 30 | + * Fix comment typo in git-authors (#1050) |
| 31 | + * tweak: Fix typos (#1046) |
| 32 | + * Makefile: init SYSCONFDIR before using it (#1044) |
| 33 | + * Makefile: tune MANPREFIX configuration for FreeBSD (#1043) |
| 34 | + * Makefile: set bash COMPL_DIR to FreeBSD expected defaults (#1042) |
| 35 | + * Bump version to 7.1.0-dev (#1041) |
| 36 | + |
2 | 37 | 7.0.0 / 2023-04-20 |
3 | 38 | ================== |
4 | 39 |
|
|
0 commit comments