summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-05-03 18:36:09 +0200
committerGuido Günther <agx@sigxcpu.org>2009-05-03 18:36:09 +0200
commit4bf0f8c4d3185acf27caa9c2021f97fe805f8d70 (patch)
treed4fbcfc4fc182f78ca4a202fb8c29214d598cfb8
parent9ed19e70a40792bdc06eae5dd1d106c52565be86 (diff)
document changes and release 0.4.53debian/0.4.53
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c9fc3d5..e45bc196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+git-buildpackage (0.4.53) unstable; urgency=low
+
+ * [b772300] pass --pretty=medium to git show (Closes: #525969)
+ * [5ed3078] add commit argument to GitTag
+ * [129b3c4] add get_author_email that parses git config and
+ environment
+ * [9ed19e7] add --fast-import. This uses git-fast-import to import the
+ upstream tarball, speeds up imports of upstream tarballs by a
+ factor of two. This options is experimental and will become the
+ default once it got more testing. (Closes: #449075)
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 03 May 2009 18:35:52 +0200
+
git-buildpackage (0.4.52) unstable; urgency=low
* [a2e42cd] move to section vcs