|
107 | 107 | `$XDG_CONFIG_HOME/stgit/templates/` and `$HOME/.stgit/templates`. This
|
108 | 108 | search strategy is consistent with how git looks for the global config
|
109 | 109 | file.
|
110 |
| -- The new `--signoff` patch edit option supercedes the deprecated |
| 110 | +- The new `--signoff` patch edit option supersedes the deprecated |
111 | 111 | `--sign` and `--sign-by` options. `--signoff` without its optional
|
112 | 112 | value does the same thing as `--sign`, while `--signoff=<value>` does
|
113 | 113 | the same thing as `--sign-by=<value>`.
|
|
178 | 178 | - Avoid case insensitive patch name collisions. On operating systems
|
179 | 179 | with case-insensitive paths, patch names that only differ by case lead
|
180 | 180 | to patch reference collisions. StGit now ensures that patch names are
|
181 |
| - distinct under case insensitive comparisions. |
| 181 | + distinct under case insensitive comparisons. |
182 | 182 | - `stg pull` and `stg rebase` record updated stack state instead of
|
183 | 183 | deferring until the next stack-modifying command to do so.
|
184 | 184 |
|
|
213 | 213 | - Repair check for modifications to stack by external tools.
|
214 | 214 | - `stg pull` and `stg rebase` record updated stack state instead of
|
215 | 215 | deferring until the next stack-modifying command to do so.
|
216 |
| -- Improve patch appliction with `git apply --3way` when pushing` (#225) |
| 216 | +- Improve patch application with `git apply --3way` when pushing` (#225) |
217 | 217 | - Zsh completion for `--diff-opt` accommodates multiple occurrences
|
218 | 218 |
|
219 | 219 |
|
|
340 | 340 | - Bash completions for shell aliases now fallback to filename
|
341 | 341 | completions (#191).
|
342 | 342 | - Help options listings now ensure --color and --help are shown last.
|
343 |
| -- Various zsh completion improvments: |
| 343 | +- Various zsh completion improvements: |
344 | 344 | - Add descriptions for --color values
|
345 | 345 | - Complete -O/--diff-opts values (using `git diff-tree --git-completion-helper`)
|
346 | 346 | - Comprehend `stg -C <dir>` options
|
|
399 | 399 | - Avoid case insensitive patch name collisions. On operating systems
|
400 | 400 | with case-insensitive paths, patch names that only differ by case lead
|
401 | 401 | to patch reference collisions. StGit now ensures that patch names are
|
402 |
| - distinct under case insensitive comparisions. |
| 402 | + distinct under case insensitive comparisons. |
403 | 403 | - Add missing `-t` short option for `--set-tree` for `stg edit`.
|
404 | 404 | - Add missing `-k` short option for `--keep`.
|
405 | 405 |
|
|
486 | 486 | - `stg show` diff can now be limited to certain paths by specifying path
|
487 | 487 | limits on the command line.
|
488 | 488 | - `stg show` diff output respects the `--color` option.
|
489 |
| -- The new `--signoff` patch edit option supercedes the deprecated |
| 489 | +- The new `--signoff` patch edit option supersedes the deprecated |
490 | 490 | `--sign` and `--sign-by` options. `--signoff` without its optional
|
491 | 491 | value does the same thing as `--sign`, while `--signoff=<value>` does
|
492 | 492 | the same thing as `--sign-by=<value>`.
|
|
827 | 827 | - `stg diff --range` detects some invalid values (e.g. `-r ..`).
|
828 | 828 | - Date parsing is now more portable, only use platform specific `date`
|
829 | 829 | as last parsing option. Affects, e.g., `stg refresh --authdate`.
|
830 |
| -- Repaired seach path for templates to avoid looking in Python |
| 830 | +- Repaired search path for templates to avoid looking in Python |
831 | 831 | site-packages directory.
|
832 | 832 | - Ensure stdout and stderr are flushed. Rarely affected `stg diff`.
|
833 | 833 | - `stg repair` will now fail if extra command line arguments are
|
|
0 commit comments