xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Tim Deegan <tim@xen.org>, Ian Jackson <ian.jackson@eu.citrix.com>,
	Xen-devel <xen-devel@lists.xen.org>,
	Jan Beulich <JBeulich@suse.com>
Subject: Re: [PATCH for-4.8] git: Add metadata to the result of `git archive`
Date: Fri, 4 Nov 2016 10:54:25 +0000	[thread overview]
Message-ID: <20161104105425.GB30231@citrix.com> (raw)
In-Reply-To: <1478195877-20579-1-git-send-email-andrew.cooper3@citrix.com>

On Thu, Nov 03, 2016 at 05:57:57PM +0000, Andrew Cooper wrote:
> When building Xen from a source tarball, commit information is usually lost,
> especially if the tarball was generated from a tag.
> 
> Have `git archive` automatically fill in metadata at the point of creating the
> archive, which is especially useful when using web snapshot links such as:
> 
>   http://xenbits.xen.org/gitweb/?p=xen.git;a=snapshot;h=HEAD;sf=tgz
> 
> to obtain the tarball.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

> ---
> CC: George Dunlap <George.Dunlap@eu.citrix.com>
> CC: Ian Jackson <ian.jackson@eu.citrix.com>
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Tim Deegan <tim@xen.org>
> CC: Wei Liu <wei.liu2@citrix.com>
> 
> It would be useful if this could be included in 4.8, and backported to older
> releases  (Assuming noone has any objections)

Inclusion in 4.8 - fine by me. I will pick it up at some point.

> ---
>  .gitarchive-info | 2 ++
>  .gitattributes   | 1 +
>  2 files changed, 3 insertions(+)
>  create mode 100644 .gitarchive-info
>  create mode 100644 .gitattributes
> 
> diff --git a/.gitarchive-info b/.gitarchive-info
> new file mode 100644
> index 0000000..83e5b86
> --- /dev/null
> +++ b/.gitarchive-info
> @@ -0,0 +1,2 @@
> +Changeset: $Format:%H$
> +Commit date: $Format:%cD$
> diff --git a/.gitattributes b/.gitattributes
> new file mode 100644
> index 0000000..f7bf506
> --- /dev/null
> +++ b/.gitattributes
> @@ -0,0 +1 @@
> +.gitarchive-info export-subst
> -- 
> 2.1.4
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  parent reply	other threads:[~2016-11-04 10:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-03 17:57 [PATCH for-4.8] git: Add metadata to the result of `git archive` Andrew Cooper
2016-11-04  7:48 ` Jan Beulich
2016-11-04 10:54 ` Wei Liu [this message]
2016-11-04 14:25   ` Wei Liu

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=20161104105425.GB30231@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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;
as well as URLs for NNTP newsgroup(s).