From: Carl Worth Date: Tue, 6 Apr 2010 17:48:21 +0000 (-0700) Subject: Rename the "contrib" directory to "completion". X-Git-Tag: debian-0.1-1~22 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/e1a84ab1733c78fce8afeef8f022122988fc8a10 Rename the "contrib" directory to "completion". The original "contrib" name is lousy. Everything in notmuch has been contributed, and we are integrating as much of it as possible, (rather than making users grub through contrib looking for useful pieces to install). Meanwhile, the only things we have in contrib are command-line completion scripts, so "completion" makes more sense as a name, (and helps make "./configure" slightly less ambiguous). --- diff --git a/completion/README b/completion/README new file mode 100644 index 00000000..40a30e5f --- /dev/null +++ b/completion/README @@ -0,0 +1,10 @@ +notmuch completion + +This directory contains support for various shells to automatically +complete partially entered notmuch command lines. + +notmuch-completion.bash Command-line completion for the bash shell + +notmuch-completion.tcsh Command-line completion for the tcsh shell + +notmuch-completion.zsh Command-line completion for the zsh shell diff --git a/contrib/notmuch-completion.bash b/completion/notmuch-completion.bash similarity index 100% rename from contrib/notmuch-completion.bash rename to completion/notmuch-completion.bash diff --git a/contrib/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh similarity index 100% rename from contrib/notmuch-completion.tcsh rename to completion/notmuch-completion.tcsh diff --git a/contrib/notmuch-completion.zsh b/completion/notmuch-completion.zsh similarity index 100% rename from contrib/notmuch-completion.zsh rename to completion/notmuch-completion.zsh