about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
Commit message (Collapse)AuthorAgeFilesLines
* 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA2020-05-281-1/+1
| | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
* Revert "44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-12-031-7/+2
| | | | | | | | --show-item=<TAB>." This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a. Reverted upstream in r1870750.
* 44948: _subversion: Make _svn_controlled offer everything rather than nothing.Daniel Shahaf2019-11-291-2/+17
|
* 44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', ↵Daniel Shahaf2019-11-291-4/+22
| | | | and 'x-unshelve' subcommands.
* 44946: _subversion: Make _svn_conflicts not offer all files in the directory.Daniel Shahaf2019-11-291-1/+1
|
* 44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-11-091-2/+7
| | | | | | --show-item=<TAB>. Upstream revision: r1869578 (for 1.14.0)
* 44897: _subversion: Complete --show-item=changelistDaniel Shahaf2019-11-071-0/+1
|
* 44812: _subversion: Fix syntax error in 44726/0001Daniel Shahaf2019-10-141-1/+1
|
* 44726/0002: _subversion: Update --show-item= completion to 1.12.0.Daniel Shahaf2019-09-041-0/+3
|
* 44726/0001: _subversion: Use 'svn help -v' to show global options, ↵Daniel Shahaf2019-09-041-3/+16
| | | | experimental options, and experimental subcommands (upstream issue SVN-4828, to be released in Subversion 1.13.0)
* _svn: Allow hyphens in command name aliases.Daniel Shahaf2018-09-141-1/+1
| | | | Used by svn 1.11.0-rc1.
* unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf2018-09-121-1/+1
|
* 43073: various completion option updatesOliver Kiddle2018-06-211-1/+4
|
* unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf2018-02-081-1/+1
| | | | as 'shelf-list (shelves)' from upstream 1.10 development versions.
* 42343: complete --config-option to svn more than onceOliver Kiddle2018-02-071-10/+34
|
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-281-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'.
* 41471 (tweaked): _svn: Complete propvals in 'propset'.Daniel Shahaf2017-07-281-1/+24
|
* 41458: _subversion: Don't cache an empty commands list when svn is not ↵Daniel Shahaf2017-07-281-1/+6
| | | | available at the first invocation of _svn.
* unposted: _svn: Fix '--show-revs' completion.Daniel Shahaf2017-02-081-1/+1
|
* 39853: _subversion: Accept long options in the '--foo=bar' syntax.Daniel Shahaf2016-11-091-8/+14
|
* 38966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', ↵Daniel Shahaf2016-07-311-0/+12
| | | | 'setrevprop', 'delrevprop'.
* 38965: _svnadmin: Complete 'freeze' as a precommand.Daniel Shahaf2016-07-311-1/+29
|
* unposted: _svnadmin: Tweak state description.Daniel Shahaf2016-07-291-1/+1
|
* 36306: _subversion: Complete --show-item valuesDaniel Shahaf2015-08-281-0/+18
|
* unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf2015-08-271-1/+1
|
* 36208: _subversion: Complete a few more option switchesDaniel Shahaf2015-08-191-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.)
* unposted: _subversion: Complete property names for propdelDaniel Shahaf2015-08-131-1/+1
| | | | Previously, filenames would be completed.
* 35066: Minor completion fix for pasted argumentsDaniel Shahaf2015-05-091-1/+1
|
* 31356: typo in new _comp_locale noted by BartPeter Stephenson2013-04-291-1/+1
|
* 31355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson2013-04-291-7/+7
| | | | use this for subversion completion.
* 30197: complete subversion changelistsOliver Kiddle2012-02-101-3/+17
|
* Simon Olofsson: fix matching of subversion help textPeter Stephenson2011-12-161-1/+1
|
* gi1242+zsh: 28991: fix _svn caching policyPeter Stephenson2011-04-131-10/+5
|
* gi1242+zsh@gmail.com: 28594:Peter Stephenson2011-01-091-7/+35
| | | | Various new and improved completions
* Greg: 27529: ULR schemas in subversion completionPeter Stephenson2009-12-171-4/+8
|
* Greg: 27416: repository path enhancementPeter Stephenson2009-11-191-3/+12
|
* Greg Klanderman: 27409: subversion and URL pathsPeter Stephenson2009-11-151-19/+44
|
* Akinori MUSHA: private communication: fix typo in _subversionPeter Stephenson2009-06-021-1/+1
|
* 26970: Greg Klanderman: _subversion: fix caching.Peter Stephenson2009-05-221-4/+9
|
* Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson2009-05-171-3/+2
|
* Christopher Key: fix for subversion help outputPeter Stephenson2008-01-311-2/+2
|
* 23302: complete properties after svn propget and propedit.Clint Adams2007-04-191-0/+14
|
* 23214: complete files after svn commit --file.Clint Adams2007-03-131-1/+2
|
* 22796: fix misspelling of IPREFIX.Clint Adams2006-09-301-1/+1
|
* unposted: improve svn import from users/10570Peter Stephenson2006-08-031-1/+1
|
* users/10570: handle "svn import" betterPeter Stephenson2006-08-021-9/+15
|
* 22549: improve svn propset completion slightly.Clint Adams2006-07-121-0/+7
|
* 22481: complete svn diff and resolved subcommands.Clint Adams2006-06-021-5/+37
|
* Vincent Lefevre: 21767: add ~ to the default svn status pattern.Clint Adams2005-09-271-1/+1
|
* 21682: handle usage output of commands with [0-9]. alternatives, and ↵Clint Adams2005-08-231-2/+2
| | | | actually parse that output again.