From: Xavier Maillard <zedek@gnu.org>
To: git@vger.kernel.org
Cc: julliard@winehq.org
Subject: [PATCH 1/7] .git directory should be ignored
Date: Sat, 03 Mar 2007 11:18:03 +0100 [thread overview]
Message-ID: <15268.1172917083@localhost> (raw)
Add .git to the list of extensions to be ignored
Signed-off-by: Xavier Maillard <zedek@gnu.org>
---
contrib/emacs/vc-git.el | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index a2d3932..3d43ca0 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -149,4 +149,7 @@
;; (and (looking-at "[0-9a-f]+")
;; (buffer-substring (match-beginning 0) (match-end 0)))))
+;;;###autoload
+(add-to-list 'completion-ignored-extensions ".git/")
+
(provide 'vc-git)
--
1.5.0
next reply other threads:[~2007-03-03 10:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-03 10:18 Xavier Maillard [this message]
2007-03-03 22:05 ` [PATCH 1/7] .git directory should be ignored Junio C Hamano
2007-03-04 22:02 ` Alexandre Julliard
2007-03-05 8:02 ` Xavier Maillard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15268.1172917083@localhost \
--to=zedek@gnu.org \
--cc=git@vger.kernel.org \
--cc=julliard@winehq.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.