0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Marc Cornellà
e079babdce
chore: fix some instances of bad wording
Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
2022-03-31 12:31:09 +02:00
Marc Cornellà
75ed59b7c0
fix(svn-fast-info): quote % characters in svn branch name 2022-01-03 13:50:49 +01:00
Marc Cornellà
ef3a85cd42
fix(svn-fast-info): URL-decode svn branch name 2022-01-03 13:50:49 +01:00
Marc Cornellà
596cef84c7
style(svn-fast-info): fix code style and svn info locale 2022-01-03 13:50:49 +01:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Marc Cornellà
ca8a5a0a84 svn-fast-info: add README, reorg. plugin 2019-12-27 02:25:59 +01:00
Melebius
8022fdbd13 svn-fast-info: fix svn-fast-info printfs (#7140)
The svn-fast-info plugin printf commands was not well formatted, now it can handle empty
variables. Also removed redundant spaces.

Co-authored-by: RazManor <Raz.Manor@valens.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-05-20 22:31:48 +02:00
DanielFGray
00ec11d3c0 ignore any grep aliases that might be defined 2014-11-16 02:47:35 -06:00
Brice Dutheil
ca129bb550 Renames main plugin function to svn_prompt_info 2014-01-10 14:03:10 +01:00
Brice Dutheil
f66ab7f98f Renamed the methods of this script 2014-01-08 03:04:54 +01:00
Brice Dutheil
8ede6c6af3 Added further cleanup and svn status information 2014-01-08 02:50:58 +01:00
LFDM
8bf8e1ecf9 Heavy refactor of svn-fast-info 2014-01-07 10:07:02 +01:00
Brice Dutheil
642ae64bc5 Inline parse_svn to avoid leaky state
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-01-07 02:10:34 +01:00
Brice Dutheil
1304ed8d25 Report the SVN need upgrade
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-01-06 14:09:40 +01:00
Brice Dutheil
9ce1b6289a new faster SVN plugin 2014-01-04 22:08:00 +01:00