1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 10:53:29 +02:00
Commit Graph

8126 Commits

Author SHA1 Message Date
Peter Stephenson
5e516898d7 33312: document redirections applied to function definitions 2014-10-01 20:36:55 +01:00
Barton E. Schaefer
8727049674 33298: make lexrestore() more signal-safe 2014-09-30 20:34:58 -07:00
Peter Stephenson
0557c226fc 33294: $functions[func_with_redir] plus extra tests 2014-09-30 12:58:52 +01:00
Peter Stephenson
15222bcdcb Fix some compiler warnings in Zle 2014-09-30 09:58:19 +01:00
Barton E. Schaefer
32473f59a3 Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts:
	ChangeLog
2014-09-29 17:52:33 -07:00
Peter Stephenson
8cb67e721b 33286: handle redirections for multiply named functions 2014-09-29 21:31:37 +01:00
Peter Stephenson
cf6b0f5663 33285: apply function definition redirections at execution 2014-09-29 21:02:59 +01:00
Frank Terbeck
4a529201b8 33277: Fix VCS_INFO_reposub's command expansion
Reported-by: Marco Hinz <mh.codebro@gmail.com>
2014-09-29 19:20:11 +02:00
Peter Stephenson
f2aaea5cd3 users/19183: improve unlikely error case with fdopen in history code 2014-09-29 17:17:26 +01:00
Peter Stephenson
546203a770 33276: safer import of numerical variables from environment 2014-09-29 17:15:56 +01:00
Barton E. Schaefer
60e31a45b0 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is disconnected 2014-09-29 08:59:31 -07:00
Barton E. Schaefer
7cabee52d8 33256: fix prompttrunc() counting of %{ %} spans 2014-09-27 09:26:21 -07:00
Peter Stephenson
d19d9c1eff 33242: tokens following if, for, repeat, while aren't in command position 2014-09-26 14:07:43 +01:00
Wieland Hoffmann
b9ee56e5b7 33252: complete more notmuch subcommands 2014-09-26 14:05:30 +01:00
Peter Stephenson
1fb5742e86 33212: improve log entry 2014-09-25 19:17:14 +01:00
Peter Stephenson
691a7e4b3d users/19143: fix depth glob search with trailing slashes 2014-09-25 19:12:34 +01:00
Peter Stephenson
d9a059eb3a unposted: tweak last change to NEWS a bit 2014-09-25 14:37:27 +01:00
Oliver Kiddle
d8f7b4bcd6 33238: correct return values 2014-09-25 00:21:18 +02:00
Eric Cook
f59511cb64 33224: complete directory as second btrfs argument 2014-09-24 11:07:26 +01:00
Barton E. Schaefer
5a2668a6ac 33223: discard stderr except when _complete_debug is in progress. 2014-09-23 20:31:31 -07:00
Øystein Walle
95a6d965c5 33180: _git: add missing --3way option 2014-09-23 22:26:22 +02:00
Øystein Walle
93702691ec 33177: _git: fix typo in git-apply 2014-09-23 22:26:21 +02:00
Øystein Walle
d338cc5395 33178: _git: updates for Git 2.1.0
This incorporates changes mentioned in the release notes since 2.0.0.
2014-09-23 22:26:21 +02:00
Øystein Walle
56116a763a 33176: _git: Add missing --list to git-tag 2014-09-23 22:26:20 +02:00
Øystein Walle
8560d4ff31 33179: _git: updates for Git 2.0.0
This incorporates changes mentioned in the release notes since 1.9.0.
2014-09-23 22:26:20 +02:00
Peter Stephenson
cc09ec33ca unposted: more NEWS tweaks while I'm there. 2014-09-23 20:56:29 +01:00
Peter Stephenson
b603137911 unposted: mention numeric output with underscore separators 2014-09-23 20:47:42 +01:00
Peter Stephenson
9b638398b4 unposted: mention /usr/local/share/zsh/site-functions default in NEWS 2014-09-23 20:28:51 +01:00
Peter Stephenson
5378f6ad77 33221 (including 33173 from Anthony Heading): _perforce tweak.
Complete directories when handling unmaintained files for add.
Rationalise code and comments around this.
2014-09-23 12:38:46 +01:00
Peter Stephenson
8e83bdd288 unposted: add dvipdf to _dvi command list 2014-09-23 09:45:29 +01:00
Richard Hartmann
2a0e49f304 33218: complete m4a files for mplayer 2014-09-23 09:43:54 +01:00
Oliver Kiddle
88f358a61e 33198: new augeas completion 2014-09-22 23:57:32 +02:00
Oliver Kiddle
efffe080d5 users/19113: reorganised cryptsetup completion function 2014-09-22 23:57:21 +02:00
Daniel Hahler
64e2b4426e 33217: vcs_info: use --ignore-submodules=dirty with diff/diff-index
This will detect changes to submodules from the superproject's
perspective, e.g. after `git rm submodule`.

>From GIT-DIFF-INDEX(1)/GIT-DIFF(1):

    Using "dirty" ignores all changes to the work tree of submodules,
    only changes to the commits stored in the superproject are shown
    (this was the behavior until 1.7.0).
2014-09-22 23:23:03 +02:00
Tanu Kaskinen
7c6e267da4 33208: improve report on paths at end of configuration 2014-09-22 14:28:01 +01:00
Peter Stephenson
e171c19320 33214 (modified further): test prefixes for site fpath better 2014-09-20 21:07:44 +01:00
Peter Stephenson
16db7979e7 33213: try to get fixed fpath dir right this time 2014-09-20 20:39:36 +01:00
Peter Stephenson
0c7a3d6864 33212: try to put /usr/local/share/zsh/site-functions in default fpath 2014-09-20 20:14:09 +01:00
Tanu Kaskinen
f4aae44162 33209: allow dummy zsh.texi if yodl not available.
Removes catastrophic make failure so rest of make can finish.
2014-09-20 19:24:47 +01:00
Barton E. Schaefer
b4c7f0e7d1 33206: fix compdescribe doc 2014-09-19 19:45:55 -07:00
Barton E. Schaefer
e1ba30afae 33205: keep array of completions and array of display strings in sync when filtering for matches 2014-09-19 19:42:45 -07:00
Peter Stephenson
08e5191ff0 users/19097: remove $functypetrace in favour of ref to $zsheval_context 2014-09-18 19:09:52 +01:00
Marc Finet
9c29a4f1f6 33184: vcs_info git: consider patches for rebase
Since a rebase contains a list of patches to re-apply, re-use the
facility for stgit to have the same mechanism.
The patch list given to the gen-{un,}applied-string hooks is an array
with the sha1 and the subject of the commit. On rebase merge, the
applied patches prior to current contains only a number and "?".
2014-09-16 23:20:55 +02:00
Marc Finet
2c2d4f9627 33188: vcs_info git: set rrn before using it
This would fix handling get-revision, check-for-changes or
check-for-staged-changes when set per repository.
2014-09-16 23:20:52 +02:00
Mikael Magnusson
cd09b81626 33137: _path_files: complete # to introduce a glob flag 2014-09-16 00:32:14 +02:00
Mikael Magnusson
78dd672e1a 33136: P glob qual appends words when negated 2014-09-16 00:27:05 +02:00
Marc Finet
089123f9e8 33150: completion git: fix send-email --confirm values 2014-09-14 12:02:38 +02:00
Marc Finet
d5f574e20a 33145: vcs_info git: fix applied-string name
Documentation and hg backend use applied-string. patch-string does not
appear anywhere.
2014-09-14 12:02:37 +02:00
Marc Finet
06e03e7234 33148: vcs_info quilt: refactor standalone detection
Since VCS_INFO_bydir_detect always uses the
vcs_comm[detect_need_file], it should be cleared when querying
it without file.
2014-09-14 12:02:36 +02:00
Marc Finet
5e40996891 33147: vcs_info git: detect revert or cherry-pick with multiple commits
When revert or cherry-pick involve many commits the .git/sequencer
directory holds context for the action and no CHERRY_PICK_HEAD exist.
2014-09-14 12:02:36 +02:00