All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: John Kacur <jkacur@redhat.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH trace-cmd 2/2] git-housekeeping: Add the .gitattributes file
Date: Wed, 29 May 2013 14:48:05 -0400	[thread overview]
Message-ID: <1369853285.15552.72.camel@gandalf.local.home> (raw)
In-Reply-To: <1369844328-30582-2-git-send-email-jkacur@redhat.com>

On Wed, 2013-05-29 at 18:18 +0200, John Kacur wrote:
> By adding the .gitattributes file, git-archive can be informed not to
> includes files such as .gitignore and ironically .gitattributes
> 
> Signed-off-by: John Kacur <jkacur@redhat.com>

Thanks John, I'll pick these up.

-- Steve

> ---
>  .gitattributes | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 .gitattributes
> 
> diff --git a/.gitattributes b/.gitattributes
> new file mode 100644
> index 0000000..5966153
> --- /dev/null
> +++ b/.gitattributes
> @@ -0,0 +1,2 @@
> +.gitattributes export-ignore
> +.gitignore export-ignore



      reply	other threads:[~2013-05-29 18:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 16:18 [PATCH trace-cmd 1/2] Makefile: add libdir variable John Kacur
2013-05-29 16:18 ` [PATCH trace-cmd 2/2] git-housekeeping: Add the .gitattributes file John Kacur
2013-05-29 18:48   ` Steven Rostedt [this message]

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=1369853285.15552.72.camel@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@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 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.