summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_subversion
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14_svn: Allow hyphens in command name aliases.Daniel Shahaf1-1/+1
Used by svn 1.11.0-rc1.
2018-09-12unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf1-1/+1
2018-06-2143073: various completion option updatesOliver Kiddle1-1/+4
2018-02-08unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf1-1/+1
as 'shelf-list (shelves)' from upstream 1.10 development versions.
2018-02-0742343: complete --config-option to svn more than onceOliver Kiddle1-10/+34
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto1-7/+7
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
2017-07-2841471 (tweaked): _svn: Complete propvals in 'propset'.Daniel Shahaf1-1/+24
2017-07-2841458: _subversion: Don't cache an empty commands list when svn is not ↵Daniel Shahaf1-1/+6
available at the first invocation of _svn.
2017-02-08unposted: _svn: Fix '--show-revs' completion.Daniel Shahaf1-1/+1
2016-11-0939853: _subversion: Accept long options in the '--foo=bar' syntax.Daniel Shahaf1-8/+14
2016-07-3138966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', ↵Daniel Shahaf1-0/+12
'setrevprop', 'delrevprop'.
2016-07-3138965: _svnadmin: Complete 'freeze' as a precommand.Daniel Shahaf1-1/+29
2016-07-29unposted: _svnadmin: Tweak state description.Daniel Shahaf1-1/+1
2015-08-2836306: _subversion: Complete --show-item valuesDaniel Shahaf1-0/+18
2015-08-27unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf1-1/+1
2015-08-1936208: _subversion: Complete a few more option switchesDaniel Shahaf1-0/+18
The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.)
2015-08-13unposted: _subversion: Complete property names for propdelDaniel Shahaf1-1/+1
Previously, filenames would be completed.
2015-05-0935066: Minor completion fix for pasted argumentsDaniel Shahaf1-1/+1
2013-04-2931356: typo in new _comp_locale noted by BartPeter Stephenson1-1/+1
2013-04-2931355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson1-7/+7
use this for subversion completion.
2012-02-1030197: complete subversion changelistsOliver Kiddle1-3/+17
2011-12-16Simon Olofsson: fix matching of subversion help textPeter Stephenson1-1/+1
2011-04-13gi1242+zsh: 28991: fix _svn caching policyPeter Stephenson1-10/+5
2011-01-09 gi1242+zsh@gmail.com: 28594:Peter Stephenson1-7/+35
Various new and improved completions
2009-12-17Greg: 27529: ULR schemas in subversion completionPeter Stephenson1-4/+8
2009-11-19Greg: 27416: repository path enhancementPeter Stephenson1-3/+12
2009-11-15Greg Klanderman: 27409: subversion and URL pathsPeter Stephenson1-19/+44
2009-06-02Akinori MUSHA: private communication: fix typo in _subversionPeter Stephenson1-1/+1
2009-05-2226970: Greg Klanderman: _subversion: fix caching.Peter Stephenson1-4/+9
2009-05-17Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson1-3/+2
2008-01-31Christopher Key: fix for subversion help outputPeter Stephenson1-2/+2
2007-04-1923302: complete properties after svn propget and propedit.Clint Adams1-0/+14
2007-03-1323214: complete files after svn commit --file.Clint Adams1-1/+2
2006-09-3022796: fix misspelling of IPREFIX.Clint Adams1-1/+1
2006-08-03unposted: improve svn import from users/10570Peter Stephenson1-1/+1
2006-08-02users/10570: handle "svn import" betterPeter Stephenson1-9/+15
2006-07-1222549: improve svn propset completion slightly.Clint Adams1-0/+7
2006-06-0222481: complete svn diff and resolved subcommands.Clint Adams1-5/+37
2005-09-27Vincent Lefevre: 21767: add ~ to the default svn status pattern.Clint Adams1-1/+1
2005-08-2321682: handle usage output of commands with [0-9]. alternatives, and ↵Clint Adams1-2/+2
actually parse that output again.
2005-08-1121598: fix typo that broke svn ci completion and avoid problem if LC_ALL setOliver Kiddle1-7/+7
2005-08-0821570: complete for the help sub-commandOliver Kiddle1-130/+131
2005-06-1421243: complete first option of svn subcmds.Clint Adams1-2/+2
2005-04-24Tobias Gruetzmacher 21168: locality and visibility of some completion varsBart Schaefer1-3/+3
2005-04-01correct handling of svn commitOliver Kiddle1-4/+9
2005-03-3121076: use _files with (e) qualifier to handle completing files by their statusOliver Kiddle1-5/+30
2005-03-2721068: complete modified files for 'svn revert'.Clint Adams1-0/+10
2005-01-2320739: change LANG to LC_MESSAGES in subversion completionClint Adams1-6/+6
2005-01-23 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.Clint Adams1-6/+6
2004-04-14Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commandsOliver Kiddle1-1/+1