diff mbox

[for-4.8] git: Add metadata to the result of `git archive`

Message ID 1478195877-20579-1-git-send-email-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Cooper Nov. 3, 2016, 5:57 p.m. UTC
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>
---
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)
---
 .gitarchive-info | 2 ++
 .gitattributes   | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 .gitarchive-info
 create mode 100644 .gitattributes

Comments

Jan Beulich Nov. 4, 2016, 7:48 a.m. UTC | #1
>>> On 03.11.16 at 18:57, <andrew.cooper3@citrix.com> 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: Jan Beulich <jbeulich@suse.com>
Wei Liu Nov. 4, 2016, 10:54 a.m. UTC | #2
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
>
Wei Liu Nov. 4, 2016, 2:25 p.m. UTC | #3
On Fri, Nov 04, 2016 at 10:54:25AM +0000, Wei Liu wrote:
> 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.
> 

Applied.
diff mbox

Patch

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