about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 21598: fix typo that broke svn ci completion and avoid problem if LC_ALL setOliver Kiddle2005-08-111-7/+7
|
* 21570: complete for the help sub-commandOliver Kiddle2005-08-081-130/+131
|
* 21243: complete first option of svn subcmds.Clint Adams2005-06-141-2/+2
|
* Tobias Gruetzmacher 21168: locality and visibility of some completion varsBart Schaefer2005-04-241-3/+3
|
* correct handling of svn commitOliver Kiddle2005-04-011-4/+9
|
* 21076: use _files with (e) qualifier to handle completing files by their statusOliver Kiddle2005-03-311-5/+30
|
* 21068: complete modified files for 'svn revert'.Clint Adams2005-03-271-0/+10
|
* 20739: change LANG to LC_MESSAGES in subversion completionClint Adams2005-01-231-6/+6
|
* * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.Clint Adams2005-01-231-6/+6
|
* Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commandsOliver Kiddle2004-04-141-1/+1
|
* 19468: capitalize URL abbreviation in completion descriptionsDoug Kearns2004-02-261-3/+3
|
* adjust to work with the newer version of subversion's help outputOliver Kiddle2003-12-041-1/+1
|
* 19244: various completion function fixes and updatesOliver Kiddle2003-11-141-24/+65
|
* 18874: Completion/Unix/Command/_subversion: PATH can mean files too.Clint Adams2003-07-201-1/+1
|
* 18xxx: Completion/Unix/Command/_subversion: completion for svn and svnadmin.Clint Adams2003-07-071-0/+116
18xxx: Completion/Debian/Command/_debsign: completion for debsign, by Matt Zimmerman.