[Bash-completion-commits] [bash-completion] branch master updated (adff509 -> d049481)
Ville Skyttä
scop-guest at moszumanska.debian.org
Mon Jun 1 16:26:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
scop-guest pushed a change to branch master
in repository bash-completion.
from adff509 jshint: New completion
new 8b23c84 tar: rework the completion completely
new 81cfa06 bsdtar, tar: Remove symlinks from git, have make create them
new a8f4507 (testsuite) Add required "empty" dir for tar
new 055d1ae tar: Style tweaks
new d049481 tar: Plug $line var leak
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
completions/.gitignore | 2 +
completions/Makefile.am | 2 +
completions/tar | 768 ++++++++++++++++++---
test/fixtures/tar/archive.tar.xz | Bin 0 -> 10240 bytes
test/fixtures/{_filedir/a b/i => tar/dir/fileA} | 0
test/fixtures/{_filedir/a b/i => tar/dir/fileB} | 0
test/fixtures/{_filedir/a b/i => tar/dir/fileC} | 0
test/fixtures/{_filedir/a b/i => tar/dir/hello} | 0
.../{_filedir/a b/i => tar/dir2/.nothing_here} | 0
test/fixtures/tar/escape.tar | Bin 0 -> 10240 bytes
test/lib/completions/tar.exp | 111 ++-
11 files changed, 792 insertions(+), 91 deletions(-)
create mode 100644 test/fixtures/tar/archive.tar.xz
copy test/fixtures/{_filedir/a b/i => tar/dir/fileA} (100%)
copy test/fixtures/{_filedir/a b/i => tar/dir/fileB} (100%)
copy test/fixtures/{_filedir/a b/i => tar/dir/fileC} (100%)
copy test/fixtures/{_filedir/a b/i => tar/dir/hello} (100%)
copy test/fixtures/{_filedir/a b/i => tar/dir2/.nothing_here} (100%)
create mode 100644 test/fixtures/tar/escape.tar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git
More information about the Bash-completion-commits
mailing list