Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-24 | debian/rules: Whitespace changes | Axel Beckert | 1 | -12/+15 | |
Git-Dch: Ignore | |||||
2013-09-24 | Require texinfo >= 5, it no more builds properly with older versions | Axel Beckert | 1 | -2/+2 | |
The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0. | |||||
2013-09-24 | Fix typo in debian/rules comment | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-09-24 | Clean up dh_installchangelog calls by removing redundancy | Axel Beckert | 1 | -3/+1 | |
2013-09-24 | Simplify dh_* calls by using -a instead of listing all arch packages | Axel Beckert | 1 | -23/+11 | |
Run dh_* commands common for all architecture-dependent only in the binary-arch target, no more in its sub-targets/dependencies. Reduces complexity and gives better overview, but removes the possibility to build complete packages by just building one of binary-arch's sub-targets. | |||||
2013-09-23 | Simplify dh_* calls by using -i instead of listing all indep packages | Axel Beckert | 1 | -14/+14 | |
2013-09-23 | No more built zsh-common on binary-arch | Axel Beckert | 1 | -46/+54 | |
... by reordering some stuff in debian/rules. Fixes error "binary-arch-produces-all" reported by the build log scanner at http://qa.debian.org/bls/packages/z/zsh.html | |||||
2013-09-23 | check-for-dev-tty-before-using-it.patch: Don't descend into /dev/ subdirectories | Axel Beckert | 1 | -1/+1 | |
find trying to delve into subdirectories of /dev/ it has no access to is not necessary, but may cause FTBFS, e.g. if VirtualBox is installed: drwxr-x--- 4 root vboxusers 80 Sep 3 23:44 /dev/vboxusb/ | |||||
2013-09-23 | 31764: Dewreakify havoc caused by pattern disables on glob qualifiers. | Peter Stephenson | 3 | -5/+13 | |
Don't use the zpc_specials array before it's defined, it's rude. | |||||
2013-09-22 | 31754: _git: git rm: make git rm --cached work as intended | m0viefreak | 2 | -5/+6 | |
While limiting the completion to __git_changed-in-index_files makes perfect sense for "git diff", it is wrong to use for "git rm", because it prevents it from completing files present in HEAD. Giving --cached to git rm is supposed to "just remove it from the index, keep the working tree copy" and is in no way related to the file needing to be modified in the index in the first place. | |||||
2013-09-22 | 31752: _git: change completion text for consistency | Øystein Walle | 2 | -1/+6 | |
2013-09-22 | 31753: _git: correct some "undocumented" options | m0viefreak | 2 | -10/+11 | |
diff options: --cumulative is deprecated --> remove -G / -S: reword -S to emphase the difference to -G revision options: --abbrev: reword, to emphase the --abbrev-commit requirement | |||||
2013-09-22 | 31751: _git: remove TODOs of actually documented options | Øystein Walle | 2 | -4/+3 | |
No functional changes. | |||||
2013-09-22 | 31749: _git: fix some typos in description texts | Øystein Walle | 2 | -16/+21 | |
2013-09-22 | 31748: _git: support completing remote branches without <remote>/ prefix | m0viefreak | 2 | -0/+19 | |
this is used in git 1.8's git checkout <branch> as a shorthand for git checkout -b <branch> --track <remote>/<branch> in case <branch> exists on exactly one remote and is not a local branch | |||||
2013-09-22 | 31746: _git: reword _git-config TODO | m0viefreak | 2 | -1/+6 | |
Support for merge drivers, filter drivers, and diff drivers is missing. | |||||
2013-09-22 | 31750: _git: add new configuration options to match latest git v1.8.3 | Øystein Walle | 2 | -1/+103 | |
2013-09-22 | 31747: _git: completion updates to match latest git v1.8.3 part 2 | Øystein Walle | 2 | -27/+96 | |
2013-09-22 | 31755: _git: completion updates to match latest git v1.8.3 | m0viefreak | 2 | -64/+189 | |
2013-09-22 | 31745: _git: correctly use __git_guard_number in some cases | m0viefreak | 2 | -5/+8 | |
The space is relevant to make the help text work as intended. | |||||
2013-09-22 | 31744: _git: make git submodule <cmd> completion work | m0viefreak | 2 | -1/+4 | |
The -A parameter in the main completion stopped completion in the subcommands from working. Remove it. | |||||
2013-09-22 | 31743: _git: fix usage of ->int: for some entries in _git-config | m0viefreak | 2 | -9/+12 | |
2013-09-22 | 31741: _git: fix a wrong variable in __git_config_values | m0viefreak | 2 | -1/+6 | |
This probably was a copy/paste mistake. | |||||
2013-09-21 | unposted: improve an error message. | Barton E. Schaefer | 2 | -1/+6 | |
2013-09-20 | Only try to remove /etc/zsh-beta if it exists | Axel Beckert | 1 | -1/+3 | |
Suppresses irrelevant error message "rmdir: failed to remove /etc/zsh-beta: No such file or directory". | |||||
2013-09-20 | Add patch to make test suite "-c" test more flexible, should prevent FTBFS ↵ | Axel Beckert | 2 | -0/+28 | |
on Hurd Thanks: Pino Toscano | |||||
2013-09-20 | Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵ | Axel Beckert | 3 | -88/+2 | |
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b. | |||||
2013-09-20 | Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptions | Axel Beckert | 3 | -2/+88 | |
debian/rules now calls debian/patch-test-suite.sh with some parameters to modify or unmodify Test/C02cond.ztst in a way that either the character device for testing zsh's -c either exists or the test for -c is disabled at all. There are three ways in which debian/patch-test-suite.sh can patch Test/C02cond.ztst: * Not at all if /dev/tty exists and is a character device. * Replace all occurrences of /dev/tty with another tty in case /dev/tty does not exist, but others do. * Disable the test for zsh's -c completely if no tty at all is available as to be tested character device. | |||||
2013-09-20 | Upload to unstable as 5.0.2-4 | Axel Beckert | 1 | -0/+38 | |
2013-09-19 | Mark patch as applied upstream | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | 31737: same loop counter fix in get_cadef as get_cvdef. | Barton E. Schaefer | 2 | -1/+5 | |
2013-09-19 | 31735: fix off-by-one in completion utility cache code. | Axel Beckert | 2 | -1/+7 | |
Was causing crashes in complex completions, particularly with taskwarrior | |||||
2013-09-19 | Fix author of patch | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Format all patch headers DEP3 compliant | Axel Beckert | 6 | -8/+13 | |
Also add some more pointers to upstream relations | |||||
2013-09-19 | Fix path passed to dh_shlibdeps for multiarch | Axel Beckert | 1 | -1/+1 | |
Broken since 6c668f5e (i.e. 5.0.2-3). Fixes error message "objdump: 'debian/zsh/usr/lib/zsh/*/zsh/*.so': No such file" in build log. | |||||
2013-09-18 | Add patch to fix segfault in compinit's get_cvdef/freecvdef | Axel Beckert | 2 | -0/+18 | |
Was triggered by the task tab completion. | |||||
2013-09-14 | 31726: _git: add few more arguments for cherry-pick and revert | Luka Perkov | 2 | -0/+9 | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||||
2013-09-14 | 31723: _systemd: add more system commands | Luka Perkov | 2 | -1/+16 | |
While at it move suspend command so the order of the sytem commands equals the one in the systemd help. Signed-off-by: Luka Perkov <luka@openwrt.org> | |||||
2013-09-14 | Remove redundant chmod from debian/rules (done by dh_fixperms anyways) | Axel Beckert | 1 | -5/+0 | |
2013-09-14 | Merge dh_builddeb lines which are identical after -Zxz removal | Axel Beckert | 1 | -4/+2 | |
2013-09-10 | 31714: handle ".." properly when $PWD or the path prefix traverses a ↵ | Barton E. Schaefer | 2 | -2/+19 | |
symbolic link. | |||||
2013-09-08 | conflict resolution | Peter Stephenson | 2 | -0/+7 | |
2013-09-08 | 31711: add execute-never style for MIME function system. | Peter Stephenson | 3 | -1/+33 | |
Allows alien file systems to be marked as not having executable fiels | |||||
2013-09-07 | 31708: _git: add --fixup and --squash options to commit | Luka Perkov | 2 | -0/+7 | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||||
2013-09-06 | 31702: check for git rebase -i for autosquash | Luka Perkov | 2 | -1/+4 | |
2013-09-06 | 31706: standardize handling of "test ! <x> <y> <z>" | Peter Stephenson | 3 | -4/+20 | |
2013-09-06 | 31658: fix manual entry about getting lines from mapfile | Peter Stephenson | 2 | -3/+11 | |
2013-09-04 | 31696: In "test" No One Can Hear If You Shriek. | Peter Stephenson | 3 | -3/+38 | |
Treat ! as a string in "test ! -a ..." and "test ! -o ...". | |||||
2013-08-29 | users/17955: new "disown" style for MIME handlers. | Peter Stephenson | 3 | -3/+18 | |
Makes handlers put into the background run without job control. | |||||
2013-08-29 | based on 31641, 31642: completion for more make variants | Peter Stephenson | 2 | -1/+6 | |