index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
45001: Fix zero-length matches with ${...%...}
Peter Stephenson
2019-12-12
3
-0
/
+35
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
29
-56
/
+65
*
45003: Fix more documentation typos
Martijn Dekker
2019-12-11
7
-12
/
+19
*
44997: GLOB_COMPLETE fix for compctl file completion.
Peter Stephenson
2019-12-10
2
-1
/
+26
*
44976: fixup describe-key-briefly for visual mode
Oliver Kiddle
2019-12-04
2
-0
/
+6
*
44970: _brace_parameter: Update the description of S flag
Sebastian Gniazdowski
2019-12-04
2
-1
/
+6
*
44981: Fix some typos in the documentation.
Martijn Dekker
2019-12-04
8
-8
/
+15
*
Revert "44904: _subversion: Complete multiple comma-separated arguments to --...
Daniel Shahaf
2019-12-03
2
-12
/
+2
*
44960: vcs_info cvs: Fix infinite loop when /CVS exists.
Daniel Shahaf
2019-12-03
2
-3
/
+12
*
44961: vcs_info svn: Fix infinite loop when /.svn exists.
Daniel Shahaf
2019-12-03
2
-5
/
+10
*
44962: vcs_info: Document internal function and variable
Daniel Shahaf
2019-12-03
3
-0
/
+22
*
44964: zshmisc(1): Document APPEND_CREATE under the append redirection operat...
Daniel Shahaf
2019-12-03
2
-4
/
+9
*
44969: completion-style-guide: Mention defaults and superfluous descriptions
dana
2019-12-02
2
-1
/
+27
*
unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec
dana
2019-12-02
2
-1
/
+6
*
unposted: vcs_info: Add an example of using $functions to find hooks by name.
Daniel Shahaf
2019-12-02
2
-0
/
+15
*
unposted: another place to complete selinux contexts that was missed in 44781
Oliver Kiddle
2019-12-01
2
-1
/
+4
*
44968: cleanup and update objdump and readelf completions
Oliver Kiddle
2019-12-01
3
-99
/
+129
*
44967: Completion for aplay from alsa-utils
Sebastian Gniazdowski
2019-12-01
2
-0
/
+59
*
unposted: zstyle: Add a unit test and some comments.
Daniel Shahaf
2019-12-01
3
-3
/
+29
*
unposted: _sqlite: Fix syntax error
Daniel Shahaf
2019-12-01
2
-1
/
+5
*
44958: vcs_info quilt: Avoid forks
Daniel Shahaf
2019-11-29
3
-5
/
+12
*
44945: vcs_info git: Optimize detection by running fewer external commands.
Daniel Shahaf
2019-11-29
2
-2
/
+7
*
44948: _subversion: Make _svn_controlled offer everything rather than nothing.
Daniel Shahaf
2019-11-29
2
-2
/
+20
*
44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', an...
Daniel Shahaf
2019-11-29
2
-4
/
+26
*
44946: _subversion: Make _svn_conflicts not offer all files in the directory.
Daniel Shahaf
2019-11-29
2
-1
/
+6
*
44912: more quoting fixes in _expand
Wayne Davison
2019-11-26
2
-1
/
+6
*
44923: update options for git 2.24
Oliver Kiddle
2019-11-24
2
-149
/
+159
*
44896: use opt_args to find base directory and use it for $(CURDIR)
Oliver Kiddle
2019-11-24
2
-33
/
+13
*
users/24451: zgetcwd: Add a guard against returning an empty string.
Daniel Shahaf
2019-11-19
2
-1
/
+4
*
unposted: Add smoke test for :P history modifier.
Daniel Shahaf
2019-11-19
2
-0
/
+12
*
users/24445: Add :P modifier to history code.
Peter Stephenson
2019-11-18
2
-0
/
+15
*
unposted (salsa.debian.org MR!1): _ip: Complete the -brief option
skirit
2019-11-11
2
-0
/
+6
*
44904: _subversion: Complete multiple comma-separated arguments to --show-ite...
Daniel Shahaf
2019-11-09
2
-2
/
+12
*
unposted: _values: Use the formal parameter's name in the docstring.
Daniel Shahaf
2019-11-08
2
-1
/
+6
*
44897: _subversion: Complete --show-item=changelist
Daniel Shahaf
2019-11-07
2
-0
/
+6
*
44895: complete options for state change notifications and other improvements
Oliver Kiddle
2019-11-06
2
-101
/
+132
*
44882: add completion of -save-stats flag
Eitan Adler
2019-11-06
2
-0
/
+4
*
unposted: fix missing local declarations in _sequence
Oliver Kiddle
2019-11-06
2
-1
/
+6
*
github #41: Extend _dbus with dbus-launch completion
Sebastian Gniazdowski
2019-10-29
2
-1
/
+25
*
unposted: tweak to check for openzfs rather than Solaris
Oliver Kiddle
2019-10-29
2
-1
/
+9
*
github #40: Teddy Heinen: adjust zfs completion to use acltype on linux inste...
Teddy Heinen
2019-10-28
1
-1
/
+9
*
44864: Avoid inifinite loop in tty init.
Peter Stephenson
2019-10-28
2
-2
/
+20
*
44865: Try harder to link in curses module
Sebastian Gniazdowski
2019-10-28
2
-3
/
+59
*
unposted: fix indentation (whitespace-only change)
romkatv
2019-10-28
1
-30
/
+30
*
44846: _dates: Fix regression caused by workers/44274
dana
2019-10-18
2
-1
/
+6
*
c.f. 44831: remove completion functions for long dead projects
Oliver Kiddle
2019-10-18
9
-435
/
+7
*
c.f. 44831: remove completion functions included in upstream projects
Oliver Kiddle
2019-10-18
4
-1205
/
+4
*
44849: completion updates for changes in OpenBSD 6.6
Oliver Kiddle
2019-10-18
6
-76
/
+102
*
44841: Better checking of errors from "nice"
_RuRo_ (Андрей Стоцкий)
2019-10-16
2
-2
/
+10
*
44812: _subversion: Fix syntax error in 44726/0001
Daniel Shahaf
2019-10-14
2
-1
/
+4
[prev]
[next]