index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-16
47313: docs: Document explicitly that the :P modifier returns a symlink-less ...
Daniel Shahaf
2
-2
/
+9
2020-08-13
47320: Add completion for Linux tool used to adjust process OOM score
Jörg Sommer
2
-0
/
+13
2020-08-13
47321: update completion for btrfs 5.4
Oliver Kiddle
2
-6
/
+17
2020-08-13
47319: complete more options to ImageMagick's convert command
Oliver Kiddle
2
-0
/
+12
2020-08-10
47294: updates to options in aptitude completion
Oliver Kiddle
2
-48
/
+69
2020-08-10
47293: lowercase completion descriptions for lp
Oliver Kiddle
2
-78
/
+85
2020-08-10
47308: zsh-development-guide: Document the new X-Seq autoreply bot.
Daniel Shahaf
2
-0
/
+13
2020-08-09
47303: vcs_info hg: Fix changing the expansion of %g (hook_com[guards]) in th...
Daniel Shahaf
3
-4
/
+17
2020-08-08
unposted: Update documentation for the move to new hosting.
Daniel Shahaf
3
-11
/
+11
2020-08-08
47296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...
Daniel Shahaf
3
-1
/
+19
2020-08-08
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
Daniel Shahaf
3
-3
/
+32
2020-08-08
unposted: Correct the order of two recent ChangeLog entries
Daniel Shahaf
1
-2
/
+2
2020-08-08
unposted: fix syntax errors in recently added completers
Mikael Magnusson
3
-2
/
+8
2020-08-05
46280: compinit: add -w to explain why compdump runs
Mikael Magnusson
2
-2
/
+33
2020-07-30
unposted: Fix the format of recent ChangeLog entries.
Roman Perepelitsa
1
-4
/
+6
2020-07-30
unposted: Add missing entries to ChangeLog.
Roman Perepelitsa
1
-0
/
+13
2020-07-29
unposted: comments explaining how hashtable must be created
Roman Perepelitsa
1
-1
/
+4
2020-07-29
46275: eliminate undefined behavior caused by redefinition of hashtable
Roman Perepelitsa
2
-55
/
+56
2020-07-28
46268: suppress a useless compiler warning around nice()
Roman Perepelitsa
1
-2
/
+1
2020-07-14
46244 (cont.): Flesh out the TODO from the previous commit.
Daniel Shahaf
2
-2
/
+22
2020-07-14
46244: Start to introduce a release managers keyring.
Daniel Shahaf
2
-0
/
+11
2020-07-14
github #61: _parameters: Don't leak the variable $i
oxiedi
2
-1
/
+6
2020-07-13
46240: Make the expansion of manref()() in ztexi.yo match its expansion in zm...
Daniel Shahaf
6
-6
/
+14
2020-07-12
46183: New XFail test: external command with =(...) on LHS of pipeline cleans...
Daniel Shahaf
2
-0
/
+12
2020-07-12
unposted (cf. GitHub #11): vcs_info hg: docs: Change an example to not use a ...
Daniel Shahaf
2
-2
/
+6
2020-07-12
users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter expansi...
Daniel Shahaf
2
-3
/
+10
2020-07-12
46204: Fix new test case for the theoretical case of having more than 100 fil...
Daniel Shahaf
2
-1
/
+5
2020-07-12
unposted: .editorconfig: For Makefiles, make the indent size equal to tab width.
Daniel Shahaf
2
-0
/
+6
2020-07-11
46152: zsh/system: Re-allow '0' timeout in zsystem flock
Cedric Ware
3
-14
/
+18
2020-07-09
46215: make the test for RM_STAR_SILENT work on wider systems
Jun-ichi Takimoto
2
-6
/
+15
2020-07-08
46216: update for ansible 2.9
Oliver Kiddle
2
-38
/
+111
2020-07-08
46217: update options for tmux 3.1
Oliver Kiddle
2
-19
/
+93
2020-07-08
github #60: Fix completion for a zfs dataset containing spaces
Mathias Fredriksson
2
-3
/
+6
2020-07-08
gitlab !15: modutils completion: Fix FHS assumption
Doron Behar
2
-3
/
+23
2020-07-08
46201: add guidelines for caching and use of imperative mood in descriptions
Oliver Kiddle
2
-4
/
+24
2020-07-08
46195: use showrgb command to get colours if it is available
Oliver Kiddle
2
-5
/
+11
2020-07-08
github #50: Complete hosts in "Match" directive
SATOH Fumiyasu
2
-0
/
+15
2020-07-08
github #53: Allow specifying directory name for _remote_files
James Pike
2
-5
/
+17
2020-07-07
46189: Ignore exit status of final zpty_flush in comptesteval
Bart Schaefer
2
-0
/
+5
2020-07-07
github #58: docs: Note that the zsh/regex syntax is platform-dependent.
Nuri Jung
2
-0
/
+17
2020-07-06
46194: docs: metafaq: Remove spurious closing bracket
Pete Moore
2
-1
/
+5
2020-07-05
46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.
Daniel Shahaf
3
-2
/
+5
2020-07-05
46175/0002: Add a regression test for 46169: the RM_STAR_SILENT logic process...
Daniel Shahaf
2
-2
/
+8
2020-07-05
46175/0001: Add a unit test for the RM_STAR_SILENT option.
Daniel Shahaf
2
-1
/
+29
2020-07-05
46174/0002: test harness: Restore indentation after the previous commit. No f...
Daniel Shahaf
2
-18
/
+21
2020-07-05
46174/0001: test harness: Plug a symlink attack
Daniel Shahaf
2
-2
/
+14
2020-07-03
46168: Update $PWD and call chpwd hook after normalizing path
Matthew Martin
3
-19
/
+40
2020-07-03
unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather tha...
Daniel Shahaf
2
-3
/
+8
2020-07-03
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
6
-12
/
+49
2020-06-28
46097: Fix "assignment to invalid subscript range" error in _rm.
zsugabubus
2
-1
/
+6
[next]