Git development
 help / color / mirror / Atom feed
From: Toby Corkindale <toby.corkindale@rea-group.com>
To: git@vger.kernel.org
Subject: [PATCH] Add notes that some $GIT_DIR/info/ files are not copied by clone, etc.
Date: Thu, 27 Mar 2008 15:36:58 +1100	[thread overview]
Message-ID: <47EB246A.1030402@rea-group.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-Add-notes-that-GIT_DIR-info-files-are-not-copied-b.patch --]
[-- Type: text/x-patch, Size: 1558 bytes --]

---
 Documentation/gitattributes.txt |    4 ++++
 Documentation/gitignore.txt     |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 84ec962..b3b497b 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -63,6 +63,10 @@ path in question, and its parent directories (the further the
 directory that contains `.gitattributes` is from the path in
 question, the lower its precedence).
 
+The $GIT_DIR/info/attributes file is used when you wish to only affect certain
+repositories. It will not be copied to other repositories by automatic
+operations such as clone, fetch, etc.
+
 Sometimes you would need to override an setting of an attribute
 for a path to `unspecified` state.  This can be done by listing
 the name of the attribute prefixed with an exclamation point `!`.
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index e847b3b..435f23c 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -34,6 +34,9 @@ precedence, the last matching pattern decides the outcome):
    files generated as part of the project build.
 
  * Patterns read from `$GIT_DIR/info/exclude`.
+ * The $GIT_DIR/info/exclude file is used when you wish to only affect
+   certain repositories. It will not be copied to other repositories by
+   automatic operations such as clone, fetch, etc.
 
  * Patterns read from the file specified by the configuration
    variable 'core.excludesfile'.
-- 
1.5.4.3


             reply	other threads:[~2008-03-27  4:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27  4:36 Toby Corkindale [this message]
2008-03-27  4:51 ` [PATCH] Add notes that some $GIT_DIR/info/ files are not copied by clone, etc Jeff King

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=47EB246A.1030402@rea-group.com \
    --to=toby.corkindale@rea-group.com \
    --cc=git@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox