debian/rules: add support for DEB_BUILD_OPTIONS=terse
[git/debian.git] / debian / changelog
blobcefc2a8fdbe735de09ba4dda9e437d7126a24f3d
1 git (1:2.20.1-1.1) unstable; urgency=low
3   * package git-gui: actually Suggests: meld for mergetool support;
4     describe what meld is used for in package description (thx Jens
5     Reyer; closes: #707790).
6   * package gitweb: Depends: libhttp-date-perl | libtime-parsedate-perl
7     instead of ... | libtime-modules-perl (thx gregor herrmann; closes:
8     #879165).
9   * debian/control: use https in Vcs-Browser URL.
10   * debian/rules: build and test quietly if DEB_BUILD_OPTIONS=terse.
12  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 21 Jan 2019 19:36:25 -0800
14 git (1:2.20.1-1) unstable; urgency=medium
16   * new upstream point release (see RelNotes/2.20.1.txt).
17   * package git-gui: Suggests: meld for mergetool support (thx Jens
18     Reyer; closes: #707790).
20  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 16 Dec 2018 16:53:30 -0800
22 git (1:2.20.0-1) unstable; urgency=medium
24   * new upstream release (see RelNotes/2.20.0.txt).
25   * package git: Recommends: ca-certificates for https support (thx HJ;
26     closes: #915644).
28  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 10 Dec 2018 11:07:26 -0800
30 git (1:2.20.0~rc2-1) unstable; urgency=low
32   * new upstream release candidate.
33     * rebase: specify 'rebase -i' in reflog for interactive rebase
34       (closes: #914695).
36  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 02 Dec 2018 12:11:19 -0800
38 git (1:2.20.0~rc1-1) unstable; urgency=low
40   * new upstream release candidate (see RelNotes/2.20.0.txt).
41   * debian/rules: target clean: don't remove t/t4256/1/mailinfo.c.orig.
43  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Nov 2018 11:47:53 -0800
45 git (1:2.19.2-1) unstable; urgency=high
47   * new upstream point release (see RelNotes/2.19.2.txt).
48     * run-command: do not fall back to cwd when command is not in $PATH.
50  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 22 Nov 2018 14:48:49 -0800
52 git (1:2.19.1-1) unstable; urgency=high
54   * new upstream point release (see RelNotes/2.19.1.txt,
55     CVE-2018-17456).
57  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 05 Oct 2018 10:10:45 -0700
59 git (1:2.19.0-1) unstable; urgency=low
61   * new upstream release (see RelNotes/2.19.0.txt).
62   * debian/patches/0001-*, 0002-*: remove; applied upstream.
64  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 10 Sep 2018 13:33:45 -0700
66 git (1:2.19.0~rc2-2) unstable; urgency=low
68   * debian/patches:
69     * 0001-http-backend-allow-empty-CONTENT_LENGTH: new from
70       upstream: http-backend: treat empty CONTENT_LENGTH as absent
71       (closes: #907587).
72     * 0002-Revert-Merge-branch-sb-submodule-core-worktree.diff: new
73       from upstream: stop setting and unsetting core.worktree in
74       submodules, since the code to do so does not handle submodules
75       with an embedded .git directory (thx Allan Sandfeld Jensen).
77  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 09 Sep 2018 19:08:55 -0700
79 git (1:2.19.0~rc2-1) unstable; urgency=low
81   * new upstream release candidate.
83  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 04 Sep 2018 15:47:54 -0700
85 git (1:2.19.0~rc1-1) unstable; urgency=low
87   * new upstream release candidate (see RelNotes/2.19.0.txt).
88   * debian/control: Standards-Version: 4.1.5.0.
90  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Aug 2018 13:48:50 -0700
92 git (1:2.18.0-1) unstable; urgency=low
94   * new upstream release (see RelNotes/2.18.0.txt).
96  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Jun 2018 15:25:50 -0700
98 git (1:2.18.0~rc2-2) unstable; urgency=low
100   * debian/control: Breaks: dgit (<< 5.1~) that lacks support
101     for working-tree-encoding attribute (thx Ian Jackson;
102     closes: #901897).
104  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 20 Jun 2018 10:22:51 -0700
106 git (1:2.18.0~rc2-1) unstable; urgency=low
108   * new upstream release candidate.
109   * debian/README.emacs: describe removed emacs support.
110   * debian/control: package git-el: describe transitional
111     modules; Recommends: elpa-magit.
113  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Jun 2018 09:19:59 -0700
115 git (1:2.17.1-1) unstable; urgency=high
117   * new upstream point release to fix CVE-2018-11235, arbitary code
118     execution via submodule names in .gitmodules (see RelNotes/2.17.1.txt).
120  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 28 May 2018 17:37:54 -0700
122 git (1:2.17.0-1) unstable; urgency=low
124   * new upstream release (see RelNotes/2.17.0.txt).
125   * debian/rules: add NO_USE_CPAN_FALLBACKS=1 to OPTS to avoid
126     installing bundled copies of perl modules.
127   * debian/control: Build-Depends: libmailtools-perl, liberror-perl;
128     git-email: Depends: libmailtools-perl for Mail::Address.
130  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 02 Apr 2018 12:58:14 -0700
132 git (1:2.16.3-1) unstable; urgency=low
134   * new upstream point release (see RelNotes/2.16.3.txt).
136  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 23 Mar 2018 09:56:37 -0700
138 git (1:2.16.2-1) unstable; urgency=low
140   * new upstream point release (see RelNotes/2.16.2.txt).
141   * debian/control: correct spelling of openssh-client in Breaks
142     relation.
144  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 23 Feb 2018 13:53:02 -0800
146 git (1:2.16.1-1) unstable; urgency=low
148   * new upstream release (see RelNotes/2.16.txt, RelNotes/2.16.1.txt).
149   * debian/control: Breaks: openssh-client (<< 1:6.8) since the latter
150     lacks support for the "-G" option (thx Bryan Turner; see
151     https://crbug.com/git/7).
152   * debian/patches/git-gui-Sort-entries-in-optimized-tclIndex.diff:
153     remove; applied upstream.
154   * debian/rules: do not install contrib/**/.gitattributes to
155     /usr/share/doc (thx Paul Wise and Bastien Roucaries for suggesting
156     it through lintian).
158  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 Feb 2018 12:27:37 -0800
160 git (1:2.15.1-3) unstable; urgency=low
162   * debian/rules: remove remnants of git-core package that prevented
163     building twice in a row (thx Andreas Beckmann; closes: #884890).
165  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 22 Dec 2017 17:13:42 -0800
167 git (1:2.15.1-2) unstable; urgency=low
169   * gitweb: Recommends: 'apache2 (>= 2.4.6-4~) | lynx | httpd' instead
170     of ... | lynx-cur | ... (thx Łukasz Zemczak; see #490265).
171   * debian/control: Standards-Version: 4.1.2.0.
173  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Dec 2017 09:45:31 -0800
175 git (1:2.15.1-1) unstable; urgency=low
177   * new upstream point release (see RelNotes/2.15.1.txt).
178   * debian/control: Build-Depends-Indep: asciidoc (>= 8.6.10).
179   * debian/control: Standards-Version: 4.1.1.1.
180   * debian/patches:
181     * Normalize-generated-asciidoc-timestamps-...diff: remove; no
182       longer needed (thx Anders Kaseorg; see #782294).
183     * git-gui-Sort-entries-in-optimized-tclIndex.diff: update to
184       upstream version.
186  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 Nov 2017 13:49:38 -0800
188 git (1:2.15.0-1) unstable; urgency=low
190   * new upstream release (see RelNotes/2.15.0.txt).
192  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 30 Oct 2017 10:56:56 -0700
194 git (1:2.15.0~rc2-1) unstable; urgency=low
196   * new upstream release candidate.
198  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 23 Oct 2017 10:15:45 -0700
200 git (1:2.15.0~rc1-1) unstable; urgency=low
202   * new upstream release candidate.
203   * remove transitional git-core package (thx Holger Levsen;
204     closes: #878189).
206  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 16 Oct 2017 09:29:08 -0700
208 git (1:2.15.0~rc0-1) unstable; urgency=low
210   * new upstream release candidate (see RelNotes/2.15.0.txt).
212  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 09 Oct 2017 10:13:35 -0700
214 git (1:2.14.2-1) unstable; urgency=high
216   * new upstream point release (see RelNotes/2.14.1.txt).  Among other
217     changes, this fixes a remote shell command execution vulnerability
218     via CVS protocol:
219     - git-shell: drop cvsserver support by default
220     - git-cvsserver: harden backtick captures against user input
222   Thanks to joernchen of Phenoelit for discovering, reporting, and
223   fixing this vulnerability, and to Junio C Hamano and Jeff King for
224   the fixes to related issues.
226  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 25 Sep 2017 18:23:18 -0700
228 git (1:2.14.1-3) unstable; urgency=low
230   * git.README.Debian: remove obsolete instructions about setting up a
231     server to handle rsync:// protocol.
233  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 28 Aug 2017 10:08:04 -0700
235 git (1:2.14.1-2) unstable; urgency=low
237   * debian/control: git-daemon-sysvinit: Priority: optional.
238   * debian/control: clarify how to decide between git-daemon-run and
239     git-daemon-sysvinit in package descriptions.
240   * debian/control: Standards-Version: 4.0.1.0.
242  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 14 Aug 2017 12:14:32 -0700
244 git (1:2.14.1-1) unstable; urgency=high
246   * new upstream point release to fix CVE-2017-1000117, arbitrary
247     code execution issues via URLs (see RelNotes/2.14.1.txt).
249  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 10 Aug 2017 09:16:20 -0700
251 git (1:2.14.0-1) unstable; urgency=low
253   * new upstream release (see RelNotes/2.14.0.txt).
254   * debian/patches/0001-pre-rebase-hook-capture-documentation-...diff:
255     remove; applied upstream.
256   * build against PCRE v2 if available at build time (thx to Ævar
257     Arnfjörð Bjarmason for the suggestion).  Build-Depends:
258     libpcre2-dev | libpcre3-dev.
260  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 07 Aug 2017 11:31:25 -0700
262 git (1:2.13.3-1) unstable; urgency=low
264   * new upstream point release (see RelNotes/2.13.3.txt).
266  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 17 Jul 2017 12:16:44 -0700
268 git (1:2.13.2-3) unstable; urgency=low
270   * remove git-arch package.  It depended on GNU Arch, which has not
271     been maintained upstream for more than 10 years (thx Adrian
272     Bunk; closes: #866059).
273   * debian/rules: do not allow flaky git-svn tests t9128.4 or t9167.3
274     to cause the build to fail, either (closes: #865789).
276  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 30 Jun 2017 16:11:06 -0700
278 git (1:2.13.2-2) unstable; urgency=low
280   * git-email: use perl in dependency instead of perl-modules (thx
281     Damyan Ivanov for suggesting it through lintian).
282   * debian/rules: do not allow flaky git-svn test t9128.3 to cause
283     the build to fail (closes: #865789).
285  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 26 Jun 2017 15:17:48 -0700
287 git (1:2.13.2-1) unstable; urgency=low
289   * new upstream point release (see RelNotes/2.13.2.txt).
290   * git-email: Depends: perl-modules (>> 5.21.5) | libnet-smtp-ssl-perl
291     for starttls support instead of unconditionally requiring
292     Net::SMTP::SSL (thx Dennis Kaarsemaker).
293   * debian/rules: skip HTML documentation generation when
294     DEB_BUILD_OPTIONS=nodoc.
295   * debian/copyright: use https form of Format URL.
296   * debian/control: Standards-Version: 4.0.0.0.
298  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 26 Jun 2017 11:47:14 -0700
300 git (1:2.13.1-1) unstable; urgency=low
302   * new upstream release (see RelNotes/2.12.0.txt, RelNotes/2.13.0.txt).
303   * debian/patches/xdiff-Do-not-enable-XDF_FAST_HASH-by-default.diff,
304     shell-disallow-repo-names-beginning-with-dash.patch: remove; applied
305     upstream.
306   * update debian/copyright
307   * debian/rules: run tests once and always produce verbose output.
309  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 Jun 2017 15:42:17 -0700
311 git (1:2.11.0-4) unstable; urgency=low
313   [ Alan Jenkins ]
314   * git: remove Recommends: rsync (closes #862435).
315   * git-arch: Depends: rsync.
317  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 15 May 2017 12:13:38 -0700
319 git (1:2.11.0-3) unstable; urgency=high
321   * Do not allow git helpers run via git-shell to launch a pager
322     (CVE-2017-8386).
324  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 09 May 2017 16:23:17 -0700
326 git (1:2.11.0-2) unstable; urgency=medium
328   * gitweb: Depends: libcgi-pm-perl; Build-Depends: libcgi-pm-perl
329     (thx Mikko Rasa; closes: #847961).
331  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 27 Dec 2016 15:17:12 -0800
333 git (1:2.11.0-1) unstable; urgency=medium
335   * New upstream release (see RelNotes/2.11.0.txt).
336   * debian/patches/git-sh-setup-Restore-sourcability-from-outside-script.diff:
337     remove; applied upstream.
338   * Replace
339     debian/patches/Documentation-omit-asciidoc-footer-on-generated-input.diff
340     with the more upstreamable
341     debian/patches/Normalize-generated-asciidoc-timestamps-with-SOURCE_D.diff.
342   * debian/patches/git-gui-Sort-entries-in-optimized-tclIndex.diff,
343     debian/patches/xdiff-Do-not-enable-XDL_FAST_HASH-by-default.diff:
344     Further improvements to build reproducibility.
346  -- Anders Kaseorg <andersk@mit.edu>  Wed, 30 Nov 2016 23:34:59 -0500
348 git (1:2.10.2-3) unstable; urgency=medium
350   * debian/rules: Split override_dh_installdocs into -arch and -indep
351     parts.  (Closes: #843393)
353  -- Anders Kaseorg <andersk@mit.edu>  Wed, 16 Nov 2016 16:12:02 -0500
355 git (1:2.10.2-2) unstable; urgency=medium
357   * Add missing upstream changelog entries from v2.10.2.
358   * gitweb: Add version to Breaks: apache2.2-common (<< 2.3~).
359   * git-mediawiki: Shorten description.
360   * Link extra license files to common-licenses.
361   * Invoke dpkg-maintscript-helper dir_to_symlink correctly.
362     (Closes: #843011)
363   * debian/patches/Documentation-omit-asciidoc-footer-on-generated-input.diff:
364     Omit the “last updated” footer when processing asciidoc inputs that
365     are generated at build time.  (Closes: #813912)
367  -- Anders Kaseorg <andersk@mit.edu>  Sat, 05 Nov 2016 07:20:14 -0400
369 git (1:2.10.2-1) unstable; urgency=medium
371   * New upstream point release (see RelNotes/2.10.2.txt).
372     - imap-send: Tell cURL to use imap:// or imaps:// (Closes: #648329)
373   * Run asciidoc in TZ=UTC to improve the reproducibility of documentation
374     footer timestamps.
375   * debian/patches/git-sh-setup-Restore-sourcability-from-outside-script.diff:
376     Restore sourcability of git-sh-setup from outside scripts.
377     (Closes: #842477)
379  -- Anders Kaseorg <andersk@mit.edu>  Sat, 29 Oct 2016 22:44:37 -0400
381 git (1:2.10.1-1) unstable; urgency=medium
383   * New upstream release (see RelNotes/2.10.0.txt, RelNotes/2.10.1.txt).
384     (Closes: #840800)
385   * debian/rules: Fix clean target to remove GIT-VERSION-FILE and
386     contrib/subtree build products.  (Closes: #834870)
387   * Fix a missing reference in /usr/share/doc-base/everyday-git.
388     (Closes: #836516)
389   * Migrate patches to 3.0 (quilt) format.  (Closes: #834566)
390   * Migrate packaging to Debhelper.  (Closes: #834886)
391   * Replace perl-modules dependency with perl.
392   * git-daemon-sysvinit: Depend lsb-base (>= 3.0-6) for
393     /lib/lsb/init-functions.
395  -- Anders Kaseorg <andersk@mit.edu>  Fri, 14 Oct 2016 21:47:15 -0400
397 git (1:2.9.3-1) unstable; urgency=medium
399   * New upstream release (see RelNotes/2.8.2.txt, RelNotes/2.8.3.txt,
400     RelNotes/2.9.0.txt, RelNotes/2.9.1.txt, RelNotes/2.9.2.txt,
401     RelNotes/2.9.3.txt).
403  -- Anders Kaseorg <andersk@mit.edu>  Tue, 16 Aug 2016 16:32:47 -0400
405 git (1:2.8.1-1) unstable; urgency=low
407   * new upstream point release.
408   * debian/diff/0003-0007-srv-be-more-tolerant-of-broken-DNS-replies.diff:
409     remove.
411  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Apr 2016 17:23:33 -0700
413 git (1:2.8.0~rc3-1) unstable; urgency=medium
415   * new upstream release candidate (see RelNotes/2.8.0.txt).
416     * harden against on-stack and on-heap buffer overflows (CVE-2016-2324,
417       CVE-2016-2315; closes: #818318).
418   * debian/git.docs: update for README -> README.md renaming.
420  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2016 18:28:12 -0700
422 git (1:2.7.0-1) unstable; urgency=low
424   * new upstream release.
426  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 19 Jan 2016 11:04:08 -0800
428 git (1:2.7.0~rc3-1) unstable; urgency=low
430   * new upstream release candidate (see RelNotes/2.7.0.txt).
431   * debian/control: Standards-Version: 3.9.6.0.
432   * debian/control: use HTTPS for Homepage URL.
434  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 04 Jan 2016 12:25:50 -0800
436 git (1:2.6.4-1) unstable; urgency=medium
438   * new upstream point release (see RelNotes/2.6.4.txt).
440  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 10 Dec 2015 16:07:19 -0800
442 git (1:2.6.3-1) unstable; urgency=medium
444   * new upstream point release (see RelNotes/2.6.3.txt).
446  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 08 Dec 2015 12:02:26 -0800
448 git (1:2.6.2-1) unstable; urgency=low
450   * new upstream point release (see RelNotes/2.6.2.txt).
452  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 23 Oct 2015 11:52:44 -0700
454 git (1:2.6.1-1) unstable; urgency=high
456   * new upstream point release (see RelNotes/2.6.1.txt).
458  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 Oct 2015 11:16:05 -0700
460 git (1:2.6.0-1) unstable; urgency=low
462   * new upstream release (see RelNotes/2.6.0.txt).
464  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 29 Sep 2015 12:55:19 -0700
466 git (1:2.5.3-1) unstable; urgency=medium
468   * new upstream point release (see RelNotes/2.5.2.txt, 2.5.3.txt).
470  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Sep 2015 12:36:49 -0700
472 git (1:2.5.1-1) unstable; urgency=medium
474   * new upstream point release (see RelNotes/2.5.1.txt).
476  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 28 Aug 2015 14:27:25 -0700
478 git (1:2.5.0-1) unstable; urgency=low
480   * new upstream release (see RelNotes/2.5.0.txt).
482  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jul 2015 10:47:13 -0700
484 git (1:2.4.6-1) unstable; urgency=medium
486   * new upstream release (see RelNotes/2.[234].*.txt).
487   * debian/rules: use install-html target for git-subtree docs
488     (see #768795).
489   * gitweb: Pre-Depends: dpkg 1.16.1 for -noawait support.
490   * gitweb.apache2.conf: make configuration conditional on MIME
491     support (thx Uwe Storbeck; closes: #775236).
493  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 21 Jul 2015 12:08:09 -0700
495 git (1:2.1.4-2.1) unstable; urgency=medium
497   * Non-maintainer upload.
498   * Use interest-noawait triggers for gitweb to avoid a
499     trigger cycle.  (Closes: #774607)
501  -- Niels Thykier <niels@thykier.net>  Mon, 02 Feb 2015 19:42:37 +0100
503 git (1:2.1.4-2) unstable; urgency=medium
505   * update gitweb configuration for Apache 2.4:
506     * apache2.conf:
507       * make configuration conditional on CGI and alias support.
508       * put explicit '+' before FollowSymLinks option.
509     * README.Debian: update with new configuration file path.
510       Mention CGI support requirement.
511     * prerm: fix typo in last line (it should be "fi", not "then").
512     * update version number in conffile handling code to handle
513       upgrades within testing.
515  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 19 Dec 2014 17:52:50 -0800
517 git (1:2.1.4-1) unstable; urgency=medium
519   * new upstream point release (CVE-2014-9390).
520     * checkout: tighten exit code handling on errors.
521     * avoid writing filenames to the work tree that some filesystems
522       do not distinguish from ".git".
523       * reject ".gIt" and other path components that case-fold
524         to ".git" in "git checkout", "git add", and "git fsck".
525       * new '[core] protectHFS' setting to reject path components
526         such as ".Git\u200f" that HFS+ folds to ".git" in
527         "git checkout" and "git add".  Always reject such paths
528         in "git fsck".  (U+200F is the Unicode right-to-left
529         mark.)
530       * new '[core] protectNTFS' setting to reject path components
531         such as ".Git " that NTFS folds to ".git" in "git checkout"
532         and "git add".  Always reject such paths in "git fsck".
533   * gitweb: use apache 2.4-compatible configuration (thx Jean-Michel
534     Nirgal Vourgère for advice; closes: #669292).
535     * rules, conffiles: Apache configuration goes in
536       /etc/apache2/conf-available, not conf.d.
537     * preinst, postinst, postrm: use dpkg-maintscript-helper to
538       rename the conffile and preserve local changes.
539     * postinst, prerm, postrm: use apache2-maintscript-helper if
540       present to load and unload gitweb configuration.
541     * implicit: check for debian/$pkg.triggers.
542     * triggers: re-run postinst when apache2-maintscript-helper is
543       installed.
544     * control:
545       * Pre-Depends: dpkg 1.15.8 for dpkg-maintscript-helper.
546       * Breaks: apache2.2-common because the Apache configuration
547         requires version 2.4.
548   * debian/diff/0009-git-svn-use-SVN-Ra-get_dir2-when-possible.diff:
549     new from upstream: git svn: use get_dir2 instead of get_dir when
550     possible (thx Eric Wong; works around: #767530).
551   * debian/diff/0010-gitweb-hack-around-CGI-s-list-context-...diff:
552     new from upstream: gitweb: be explicit about use of param() in list
553     context, avoiding log noiose with libcgi-pm-perl >= 4.08 and a test
554     failure in t9500-gitweb-standalone-no-errors.sh (thx Reiner
555     Herrmann; closes: #770655).
556   * correct spelling of Roland Mas's name in the 1:2.1.3-1 changelog
557     entry.
559  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 19 Dec 2014 15:55:34 -0800
561 git (1:2.1.3-1) unstable; urgency=low
563   * new upstream point release.
564     * config --add: avoid segfault when key already has an empty value.
565     * remote-http: avoid failure due to command line length limits when
566       pushing many refs.
567     * fast-import: avoid segfault when trying to clear root tree.
568     * index-pack: reliably detect and error out when encountering
569       duplicate delta base.
570     * gc: do not prune objects only reachable from HEAD .
571     * fsck: be more consistent about exiting nonzero for corruption.
572     * am: tighten check for mbox 'From ' line.
573     * daemon: fix error message when bind() fails.
574     * mergetool: fix --output handling in meld >= 3.12 (see GNOME
575       bug 737869).
576     * gitweb: use start_form instead of startform for compatibility
577       with CGI.pm 4.04 and newer (thx Roland Mas; closes: #765525).
578     * pack-objects: do not write invalid bitmaps when hitting pack
579       size limit.
581  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 04 Nov 2014 13:20:39 -0800
583 git (1:2.1.1-1) unstable; urgency=low
585   * new upstream point release.
587  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 22 Sep 2014 17:56:49 -0700
589 git (1:2.1.0-1) unstable; urgency=low
591   * new upstream release (see RelNotes/2.1.0.txt).
593  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Aug 2014 16:09:26 -0700
595 git (1:2.1.0~rc1-1) unstable; urgency=low
597   * new upstream release candidate.
599  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 05 Aug 2014 13:59:00 -0700
601 git (1:2.0.1-1) unstable; urgency=low
603   * new upstream point release.
605  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 25 Jun 2014 15:09:25 -0700
607 git (1:2.0.0-2) unstable; urgency=low
609   * debian/rules: drop obsolete THREADED_DELTA_SEARCH setting.
610   * debian/rules: add SANE_TOOL_PATH= INSTALL=install TAR=tar to
611     OPTS to fix the Dyson build (thx Игорь Пашев; closes:
612     #734097).
613   * debian/rules: remove NO_PYTHON=1 now that the git_remote_helpers
614     library has been removed.
615   * debian/rules: remove git-p4 and its documentation from the git,
616     git-man, and git-doc packages.  It depends on Perforce, which is
617     not part of Debian.
619  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Jun 2014 16:17:46 -0700
621 git (1:2.0.0-1) unstable; urgency=low
623   * new upstream release (see RelNotes/2.0.0.txt).
625  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 28 May 2014 16:06:41 -0700
627 git (1:2.0.0~rc4-1) unstable; urgency=low
629   * new upstream release candidate.
630   * remove source-highlight build dependency since the markup
631     requiring it was removed upstream (thx Anders Kaserog;
632     LP: #1316810).
633   * remove git-bzr package to make room for a package built from
634     https://github.com/felipec/git-remote-bzr.
635     * debian/control: remove references to git-bzr package.
636     * debian/control: remove Build-Depends: bzr, python-bzrlib.
637     * debian/rules: remove rules to build, install, and clean
638       git-remote-bzr.
639     * debian/git-doc.docs: do not install git-remote-bzr.html.
640     * debian/git-remote-bzr.txt, debian/git-bzr.postinst,
641       debian/git-bzr.prerm, debian/git-bzr.README.Debian: remove.
643  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 May 2014 11:34:56 -0700
645 git (1:2.0.0~rc2-1) unstable; urgency=low
647   * new upstream release candidate.
649  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 May 2014 17:25:50 -0700
651 git (1:2.0.0~rc0-2) unstable; urgency=low
653   [ Anders Kaseorg ]
654   * add source-highlight build dependency (closes: #745591).
656  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 23 Apr 2014 11:09:25 -0700
658 git (1:2.0.0~rc0-1) unstable; urgency=low
660   * new upstream release candidate.
661   * debian/diff/0009-contrib-subtree-unset-prefix-before-....diff:
662     remove; applied upstream.
663   * update debian/copyright.
665  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Apr 2014 17:01:04 -0700
667 git (1:1.9.2-1) unstable; urgency=low
669   * new upstream point release.
670     * wt-status: subject full label string to l10n (thx Raphaël
671       Hertzog; closes: #725777).
673  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 09 Apr 2014 15:15:18 -0700
675 git (1:1.9.1-1) unstable; urgency=low
677   * new upstream point release.
679   [ Jonathan Nieder ]
680   * git-email: Recommends: libio-socket-ssl-perl (>= 1.951) since
681     earlier versions do not use OpenSSL's defaults when ca_path
682     and ca_file are unset.
684   [ Gilles Filippini ]
685   * install git-subtree from contrib (closes: #704652).
686   * debian/diff/0009-contrib-subtree-unset-prefix-before-proceeding.diff:
687     new; unset the 'prefix' environment variable before proceeding.
689  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Mar 2014 15:58:46 -0700
691 git (1:1.9.0-1) unstable; urgency=low
693   * new upstream release.
695  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Feb 2014 08:31:49 -0800
697 git (1:1.9.0~rc3-1) unstable; urgency=low
699   * new upstream release candidate.
701  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 07 Feb 2014 15:53:52 -0800
703 git (1:1.9~rc1-1) unstable; urgency=low
705   * new upstream release candidate.
707  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 14:07:56 -0800
709 git (1:1.9~rc0-1) unstable; urgency=low
711   * new upstream release candidate.
712   * debian/diff:
713     * 0001-remove-interpreter-line-from-shell-libraries.diff:
714       remove; applied upstream.
715     * 0002...0009: rename to 0001-*, ..., 0008-*.
716     * 0010-git-remote-mediawiki-do-not-remove-installed-...diff:
717       remove; applied upstream.
718   * debian/rules install: no more need to include DESTDIR in
719     mw-to-git INSTLIBDIR.
721  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 13:05:17 -0800
723 git (1:1.8.5.3-1) unstable; urgency=low
725   * new upstream point release.
727  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Jan 2014 16:18:25 -0800
729 git (1:1.8.5.2-2) unstable; urgency=low
731   * /etc/bash_completion.d/git-prompt: check for git-sh-prompt
732     and do not source it if git is removed but not purged (thx
733     Craig Small; closes: #726669).
734   * debian/control: package git Breaks: git-buildpackage versions
735     that rely on output from 'git status' without the --porcelain
736     flag (closes: #734223).
738  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jan 2014 14:46:23 -0800
740 git (1:1.8.5.2-1) unstable; urgency=low
742   * new upstream point release.
744  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Dec 2013 16:31:01 -0800
746 git (1:1.8.5.1-1) unstable; urgency=medium
748   * new upstream point release.
749     * submodule: do not copy unknown update mode from .gitmodules.
751  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 03 Dec 2013 14:12:55 -0800
753 git (1:1.8.5-1) unstable; urgency=low
755   * new upstream release.
756   * merge branch debian-experimental.
757   * git-daemon-sysvinit: advertise GIT_DAEMON_BASE_PATH in
758     /etc/default/git-daemon (thx Alexander Dahl and Antonio
759     Ospite; closes: #704985).
761  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Nov 2013 11:28:02 -0800
763 git (1:1.8.5~rc3-1) experimental; urgency=low
765   * new upstream release candidate.
767   [ Anders Kaseorg ]
768   * debian/rules: pass $(OPTS) to contrib/mw-to-git/Makefile
769     (closes: #729763).
771  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 16:35:29 -0800
773 git (1:1.8.5~rc2-1) experimental; urgency=low
775   * merge branch debian-sid.
776   * new upstream release candidate.
778   [ Thorsten Glaser ]
779   * package mw-to-git (closes: #718395).
780     * debian/control: new package git-mediawiki; Depends:
781       libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl,
782       libdatetime-format-iso8601-perl; package git now Suggests
783       and git-all Depends: git-mediawiki.
784     * debian/rules: build and install Git::Mediawiki perl module,
785       mediawiki remote helper, and 'git mw' command in
786       git-mediawiki package.
787     * debian/diff/0010-git-remote-mediawiki-do-not-remove-...diff:
788       new from upstream: mw-to-git: do not remove installed files
789       in "clean" target.
790     * debian/git-mediawiki.docs: install git-remote-mediawiki.txt.
792   [ Anders Kaseorg ]
793   * debian/diff/0003-transport-expose-git_tcp_connect-...diff:
794     include tcp.h before using tcp functions (closes: #728508).
796   [ Jonathan Nieder ]
797   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
798     remove; applied upstream.
800  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 13 Nov 2013 16:12:29 -0800
803 git (1:1.8.4.4-1) unstable; urgency=low
805   * new upstream point release.
807  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 17:51:36 -0800
809 git (1:1.8.4.3-1) unstable; urgency=low
811   * new upstream point release.
813  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 11 Nov 2013 15:51:10 -0800
815 git (1:1.8.5~rc0-1) experimental; urgency=low
817   * new upstream release candidate.
818   * debian/diff:
819     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff,
820       0002-post-receive-email-defend-against-non-utf8-...diff:
821       remove; applied upstream.
822     * 0003...0012: rename to 0001-*, ..., 0010-*.
824  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:01:15 -0700
826 git (1:1.8.4.2-1) unstable; urgency=low
828   * new upstream point release.
829   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
830     new from upstream: sort cvsserver output to combat Perl 5.18
831     hash randomization (thx Anders Kaseorg; closes: #727226).
833  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:00:07 -0700
835 git (1:1.8.4.1-1) unstable; urgency=low
837   * merge branch debian-experimental.
838   * new upstream point release.
839   * debian/control: Build-Depends tcl instead of tcl8.5
840     (closes: #725961).
842  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 21 Oct 2013 11:46:45 -0700
844 git (1:1.8.4-1) experimental; urgency=low
846   * new upstream release.
848  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 24 Aug 2013 14:50:38 -0700
850 git (1:1.8.4~rc4-1) experimental; urgency=low
852   * new upstream release candidate.
853   * debian/diff/0012-*, 0013-*: remove; applied upstream.
854   * debian/rules: define .NOTPARALLEL to avoid races between
855     "make" child processes (thx Anders Kaseorg; closes: #720274).
857  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 19 Aug 2013 22:41:08 -0700
859 git (1:1.8.4~rc3-1) unstable; urgency=low
861   * new upstream release candidate.
862     * switch de translation from pure German to German+English.
863   * debian/diff/:
864     * 0012-Revert-git-stash-avoid-data-loss-when-....diff: new
865       from upstream: stash: omit too-slow check for files
866       replaced by directories before stashing.
867     * 0013-Revert-Add-new-shortcut-for-HEAD.diff: new from
868       upstream: treat "@" and names like "refs/heads/@/foo" as
869       ordinary refnames again.
870   * debian/control: Vcs-Git: https://repo.or.cz/r/git/debian.git/
871     (thx brian m. carlson; closes: #719932).
872   * debian/git.README.source: suggest developing against
873     https://repo.or.cz/r/git/debian.git/.
874   * debian/watch: use xz-compressed tars from kernel.org again.
876  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 18 Aug 2013 03:41:49 -0700
878 git (1:1.8.4~rc2-1) unstable; urgency=low
880   * new upstream release candidate.
881     * cat-file: do not split --batch input lines on whitespace
882       (thx Joey Hess; closes: #718517).
884  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 10 Aug 2013 12:25:45 -0700
886 git (1:1.8.4~rc1-1) unstable; urgency=low
888   * new upstream release candidate.
889   * debian/watch: point to code.google.com again.
890   * debian/git.preinst:
891     * check that targets in /var/cache/git/* exist when
892       creating symlinks from /var/lib/git/ (thx Steve Cotton and
893       Christoph Anton Mitterer; closes: #718411).
894     * remove spurious '/var/lib/git/*' symlink from the upgrade
895       to 1:1.8.4~rc0-1.
897  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 01 Aug 2013 23:14:58 -0700
899 git (1:1.8.4~rc0-1) unstable; urgency=low
901   * new upstream release candidate.
902   * use /var/lib/git instead of /var/cache/git as default git
903     project root to comply with the Filesystem Hierarchy Standard
904     (thx Julian Gilbey; closes: #483788):
905     * git-daemon.default, git-daemon.in, git-daemon/run: use
906       base path of /var/lib and projectroot of /var/lib/git.
907     * gitweb.conf: $projectroot = "/var/lib/git".
908     * rules: package git: install empty /var/lib/git directory
909       instead of /var/cache/git.
910     * git.README.Debian, git-daemon-run.README.Debian,
911       git-daemon-sysvinit.README.Debian, gitweb.README.Debian:
912       update for the new project root.
913     * git.preinst: install symlinks /var/lib/git/* ->
914       ../../cache/git/*.
915     * git.NEWS.Debian: advertise the change and explain how to
916       adapt to it.
917   * update debian/copyright.
919  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 30 Jul 2013 19:11:14 -0700
921 git (1:1.8.3.2-1) unstable; urgency=low
923   * new upstream point release (see RelNotes/1.8.3.2.txt).
925  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 01 Jul 2013 19:20:03 -0700
927 git (1:1.8.3.1-1) unstable; urgency=low
929   * merge branch debian-experimental
930   * new upstream point release (see RelNotes/1.8.3.1.txt).
931   * debian/watch: use xz-compressed tarballs from kernel.org.
933  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 12 Jun 2013 07:50:53 -0700
935 git (1:1.8.3-1) experimental; urgency=low
937   * new upstream release (see RelNotes/1.8.3.txt).
939  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 May 2013 22:32:40 -0700
941 git (1:1.8.3~rc3-1) experimental; urgency=low
943   * new upstream release candidate.
945  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 19 May 2013 11:49:16 -0700
947 git (1:1.8.3~rc2-1) experimental; urgency=low
949   * new upstream release candidate.
950     * gitk: "grep diff" pickaxe variant (closes: #589283).
951   * debian/rules: install perl modules with correct permissions
952     (thx Christian Schwartz for suggesting it through lintian).
953   * move "git svn" perl helpers to the git-svn package.
954     * debian/rules: install Git::SVN and Git::SVN::* to the
955       git-svn package, not git.
956     * debian/control: git-svn: Breaks: and Replaces: old git.
957   * debian/rules: install perl module manpages to git-man and
958     git-svn packages, as appropriate.
959   * debian/rules: mark hooks in /usr/share/git-core/contrib/hooks/
960     as executable (thx Olivier Berger; closes: #687391).
961   * debian/control: drop Depends: and Build-Depends: libc6.1
962     (>= 2.10.2-6) [ia64] workaround for #563882, since that bug did
963     not affect any stable release.
964   * debian/control: drop dependencies on pre-Debian 5.0 (lenny)
965     packages.
966     * do not accept libcurl3-gnutls-dev as a substitute for
967       libcurl4-gnutls-dev.
968     * do not accept libsvn-core-perl as a substitute for
969       libsvn-perl.
970     * make asciidoc, docbook-xsl, runit, and tk dependencies
971       unversioned.
972     * git, git-man, git-cvs, git-svn, git-email, gitk: drop Breaks
973       and Replaces against cogito (<< 0.16rc2-0).
974     * git: drop Breaks against old qgit and git-buildpackage.
975     * git: drop Conflicts against git-core (<< 1:1.5.2~rc3-2.).
976     * git-gui: no longer Replaces git-core (<< 1:1.5.2.2-3).
977   * Use source format 3.0 (quilt).
979  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 15 May 2013 00:20:06 -0700
981 git (1:1.8.3~rc1-1) experimental; urgency=low
983   * new upstream release candidate.
984     * log --pretty: avoid undefined behavior in %>, %<, %><'s
985       truncation support (closes: #706400).
987  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 May 2013 23:28:04 -0700
989 git (1:1.8.3~rc0-1) experimental; urgency=low
991   * new upstream release candidate.
992     * remote-bzr: respect bzr "author" field in import (closes:
993       #705245).
994     * remote-bzr: allow re-add of a deleted file in the same commit
995       (closes: #704913, #704959).
997  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 29 Apr 2013 00:29:14 -0700
999 git (1:1.8.2.1-1) experimental; urgency=low
1001   * new upstream point release (see RelNotes/1.8.2.1.txt).
1002   * debian/implicit:
1003     * check for debian/changelog.upstream.
1004     * %.deb-DEBIAN-md5sums depends on /usr/share/doc/$pkg/doc/,
1005       doc-base/, and lintian/ directories.
1006     * do not remove files named after implicit targets.
1007   * debian/rules:
1008     * respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
1009     * do not create ./changelog symlink (avoiding a race).
1010     * override implicit git-core.deb-docs target, since git-core does
1011       not have its own doc/ directory.
1012   * debian/README.source: point to git.README.source (thx Helmut
1013     Grohne; closes: #704580)
1014   * debian/git.NEWS.Debian: add leading spaces before tab for
1015     changelog parsers (thx Russ Allbery for suggesting it through
1016     lintian).
1018  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 08 Apr 2013 00:46:02 -0700
1020 git (1:1.8.2-1) experimental; urgency=low
1022   * new upstream release (see RelNotes/1.8.2.txt).
1023   * package the bzr remote helper (closes: #702697).
1024     * debian/control: new package git-bzr; Priority: extra; Provides:
1025       git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
1026       bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
1027       package git now Suggests and git-all Recommends: git-bzr.
1028     * debian/git-remote-bzr.txt: new; explain usage.
1029     * debian/rules: build git-remote-bzr documentation, munge script
1030       shebang line, and install manpage (git-remote-bzr--git.1.gz)
1031       and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
1032       package.
1033     * debian/git-doc.docs: install git-remote-bzr.html.
1034     * debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
1035       /usr/bin/git-remote-bzr through the alternatives system.
1036     * debian/git-bzr.README.Debian: new; explain how to get started.
1037   * debian/control: Standards-Version: 3.9.4.0.
1038   * debian/rules: define %.install depending on install-arch or
1039     install-indep as appropriate for each package.
1040   * debian/implicit: depend on %.install instead of both install-arch
1041     and install-indep so "debian/rules binary-arch" does not try to
1042     build documentation.
1043   * debian/rules build-indep, install-indep: build documentation even
1044     if asciidoc is not installed.  Build-Depends: dpkg-dev (>= 1.16.2).
1045   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
1047  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 22:06:58 -0700
1049 git (1:1.8.2~rc3-1) experimental; urgency=low
1051   * new upstream release candidate.
1053  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
1055 git (1:1.8.2~rc2-1) experimental; urgency=low
1057   * new upstream release candidate.
1058     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
1059       empty entry (thx Anders Kaseorg and Michael Haggerty).
1060   * update debian/copyright.
1062  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
1064 git (1:1.8.2~rc1-1) experimental; urgency=low
1066   * new upstream release candidate.
1068  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
1070 git (1:1.8.2~rc0-1) experimental; urgency=low
1072   * new upstream release candidate.
1073     * push: require force for refs under refs/tags/.
1074     * push: require force for annotated tags.
1075   * debian/git.NEWS.Debian: advertise upcoming change to default
1076     behavior of argumentless "git push [<remote>]".
1077   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
1078     #699536).
1079   * update debian/copyright (closes: #699930).
1081  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
1083 git (1:1.8.1.3-1) experimental; urgency=low
1085   * new upstream point release.
1087  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
1089 git (1:1.8.1.2-1) experimental; urgency=low
1091   * new upstream point release.
1093  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
1095 git (1:1.8.1.1-1) experimental; urgency=low
1097   [ Jonathan Nieder ]
1098   * debian/git.NEWS.Debian: bash completion script moved to
1099     /usr/share/bash-completion/completions/ (thx Philipp Marek;
1100     closes: #698055).
1102   [ Gerrit Pape ]
1103   * new upstream release.
1105  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
1107 git (1:1.8.1-1) experimental; urgency=low
1109   * new upstream release (see RelNotes/1.8.1.txt).
1111  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
1113 git (1:1.8.1~rc3-1) experimental; urgency=low
1115   * new upstream release candidate.
1116   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
1117     #669376).
1119  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
1121 git (1:1.8.1~rc0-1) experimental; urgency=low
1123   * new upstream release candidate.
1124   * debian/control: mark all binary packages Multi-Arch: foreign (thx
1125     Colin Watson; closes: #694651).
1127  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
1129 git (1:1.8.0-1) experimental; urgency=low
1131   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
1132     RelNotes/1.8.0.txt)
1133     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
1134       (closes: #526989).
1135     * git-svn: use platform specific auth providers.
1136     * git-svn: handle errors and concurrent commits in dcommit
1137       (closes: #676904).
1138     * am: support --include option.
1139     * grep: add a grep.patternType configuration setting.
1140     * daemon: --access-hook for authentication logging and policy.
1141     * merge-base: expose --is-ancestor helper for scripts.
1142     * branch: support --set-upstream-to with simpler syntax than
1143       --set-upstream.
1144     * format-patch: do not use bogus email addresses in message ids.
1145     * http: trim trailing newline from /etc/mailname.
1146     * do not ignore port in ssh URLs with ipv6 literals
1147       (closes: #646178).
1148     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
1149       before ~/.gitconfig for configuration.
1150     * [core] excludesfile and attributes file default to
1151       ~/.config/git/ignore and ~/.config/git/attributes.
1152     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
1153       settings (closes: #666250).
1154     * git-blame.el: address elisp warnings from emacs:
1155       * use mapc instead of mapchar (closes: #611931).
1156       * do not use goto-line in lisp code (closes: #611933).
1157       * use with-current-buffer where appropriate (closes: #611932).
1158     * cli: add Italian and Vietnamese translations.
1159     * push: introduce new push.default mode "simple".  It will be the
1160       default in the next major release.
1162   [ Jonathan Nieder ]
1163   * debian/diff:
1164     * 0013...0031: remove; applied upstream.
1165     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
1166       upstream.
1167   * debian/rules:
1168     * install German translation.
1169     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
1170       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
1171     * install-arch: sanity-check that built-ins still do not approach
1172       btrfs hardlink limit (see #642603).
1173     * git: install git-prompt.sh from contrib/completion to
1174       /usr/lib/git-core/git-sh-prompt.
1175     * git: install completion script to
1176       /usr/share/bash-completion/completions/{git,gitk} instead of
1177       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
1178       it on the fly when completing arguments to git commands.
1179   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
1180   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
1181     remove /etc/bash_completion.d/git on upgrade if unmodified.
1182   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
1183     /etc/bash_completion.d/git-prompt: new; source
1184     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
1185     completion lib defining __git_ps1 can continue to work (thx Danny
1186     Yates and Anders Kaseorg).
1187   * debian/git.conffiles: remove /etc/bash_completion.d/git.
1188   * update debian/copyright.
1189   * debian/control: gitweb: Recommends: libhttp-date-perl or
1190     libtime-module-perl for If-Modified-Since support; Build-Depends:
1191     same to support test suite.
1192   * debian/implicit: use order-only dependencies so "debian/rules
1193     binary-arch" does not try to build documentation.
1195   [ Gerrit Pape ]
1196   * new upstream release.
1198  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
1200 git (1:1.7.10.4-2) unstable; urgency=low
1202   * debian/diff:
1203     * 0013...0030: new from the upstream 'master' branch: git svn:
1204       adapt to svn 1.7 changes:
1205       * normalize paths and URLs passed to Subversion (thx Michael G.
1206         Schwern; closes: #678137)
1207       * use correct "svn cp" syntax when checking git svn's mangling
1208         of @-signs in branch names (svn became stricter).
1209       * commit filetype changes between a regular file and symlink as
1210         replacement (deletion followed by addition) instead of
1211         modification of files.  Otherwise, clients pulling the change
1212         with "svn update" hit an assertion failure (svn issue 4091).
1213     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
1214       use YAML format for mergeinfo cache when possible.
1215   * debian/control: git-svn: Depends: libyaml-perl for platform- and
1216     version-independent .git/svn/.caches format; Build-Depends:
1217     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
1218     #587650).
1220  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
1222 git (1:1.7.10.4-1) unstable; urgency=low
1224   * new upstream point release (thx Jonathan Nieder).
1226  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
1228 git (1:1.7.10.2-1) unstable; urgency=low
1230   * new upstream point release.
1231     * merge-recursive: don't detect renames of empty files.
1232     * fast-import: tighten parsing of datarefs.
1233     * diff -c -U0: fix segfault showing start of file.
1234   * debian/rules: do not install preliminary German translation.
1236  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
1238 git (1:1.7.10-1) unstable; urgency=low
1240   * new upstream release.
1241     * merge: use editor by default in interactive sessions
1242     * submodules: use relative paths to git dir and worktree.
1243     * fast-import: reject "ls" of path with empty components.
1244     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
1245     * am: officially deprecate -b/--binary option.
1246   * debian/diff:
1247     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
1248       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
1249       remove; applied upstream.
1250     * 0007...0014: rename to 0005-*, ... 0012-*.
1251   * debian/git.README.Debian: make paths in inetd(8) hint
1252     consistent with git-daemon-run and git-daemon-sysvinit setup.
1253   * debian/control: package git: Suggests: gettext-base for translated
1254     output in shell scripts.
1256  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
1258 git (1:1.7.9.5-1) unstable; urgency=low
1260   * new upstream point release.
1261   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
1262     Nieder; closes: #661317).
1264  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
1266 git (1:1.7.9.4-1) unstable; urgency=low
1268   * new upstream point release.
1269     * commit: skip intent-to-add entries instead of erroring out.
1270     * grep -I: let diff attribute override binary file detection.
1271     * clone, daemon, http-backend, transport: look for .../foo before
1272       .../foo.git in response to requests for .../foo.
1273     * rev-list: enable or disable --verify-objects behavior based on
1274       the command line instead of uninitialized memory.
1275     * checkout -b: allow switching out of an unborn branch (closes:
1276       #506480).
1277   * debian/diff: clean up patches for upstream.
1278     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
1279       hooks/post-receive-email: set content-transfer-encoding as well.
1280     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
1281       hooks/post-receive-email: avoid mixed-encoding messages when
1282       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
1283     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
1284       remove #! line from sh-i18n and rebase--* shell libraries, too
1285       (lintian); fix tests' --valgrind support to detect shell
1286       libraries without the #! line (thx Jeff King).
1287     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
1288       Hamano); rename to 0004-*.
1289     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
1290       non-symbolic font names on platforms like Mac OS X, Windows, and
1291       tk <= 8.4 that lack fontconfig support.
1292     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
1293       clarify descriptions.
1294     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
1295       rename to 0010-*.
1296     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
1297       combine; rename to 0011-*.
1298     * 0014, 0015: rename to 0013-*, 0014-*.
1299   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
1300     reload actions (thx Jonathan McCrohan; closes: #663522).
1301   * debian/control: git-gui: point to aspell for spell checking support
1302     in the package description; Suggests: aspell (thx Jonathan Ballet,
1303     closes: #656061).
1304   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
1305     (thx Jonathan McCrohan; closes: #663451).
1306   * debian/control: Standards-Version: 3.9.3.1.
1307   * debian/copyright: adopt copyright-format 1.0.
1309  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
1311 git (1:1.7.9.1-1) unstable; urgency=low
1313   * new upstream point release.
1314     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
1315       Günther; closes: #659255).
1317  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
1319 git (1:1.7.9-1) unstable; urgency=low
1321   * merge branch debian-experimental.
1322   * new upstream release (closes: #657262).
1323   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
1324     applied upstream.
1325   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
1327  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
1329 git (1:1.7.9~rc1-1) experimental; urgency=low
1331   * new upstream release candidate.
1332   * debian/diff:
1333     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
1334     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
1335       convert some error conditions to warnings (closes: #649781).
1336     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
1337       upstream; credential-cache: handle long socket pathnames (closes:
1338       #655288).
1340  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
1342 git (1:1.7.9~rc0-1) experimental; urgency=low
1344   * new upstream release candidate.
1345   * update debian/copyright.
1347  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
1349 git (1:1.7.8.3-1) unstable; urgency=medium
1351   * new upstream point release.
1352   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
1353     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
1354     same file" errors when replacing hard links to the old copy with
1355     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
1356     #654596).
1358  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
1360 git (1:1.7.8.2-1) unstable; urgency=low
1362   * merge branch debian-experimental.
1363   * new upstream release.
1365  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
1367 git (1:1.7.8~rc3-1) experimental; urgency=low
1369   * new upstream release candidate.
1371  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
1373 git (1:1.7.8~rc2-1) experimental; urgency=low
1375   [ Jonathan Nieder ]
1376   * new upstream release candidate.
1377   * merge branch debian-sid.
1378   * update debian/copyright.
1379   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
1380     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
1381     closes: #645009).
1383   [ Gerrit Pape ]
1384   * merge branch debian-sid.
1386  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
1388 git (1:1.7.7.3-1) unstable; urgency=low
1390   * new upstream point release.
1392  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
1394 git (1:1.7.7.2-1) unstable; urgency=low
1396   * new upstream point release.
1397   * debian/rules: add separate build-arch and build-indep targets
1398     (thx Roger Leigh for suggesting it through lintian).
1399   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
1400     generation bug (see #426302).
1401   * debian/rules: use dpkg-buildflags to retrieve compiler flags
1402     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
1404  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
1406 git (1:1.7.8~rc0-1) experimental; urgency=low
1408   * merge branch debian-sid.
1409   * new upstream release candidate.
1410     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
1411       applied upstream (thx Jonathan Nieder).
1413  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
1415 git (1:1.7.7.1-1) unstable; urgency=low
1417   * new upstream point release.
1418   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
1419     remove; applied upstream.
1421  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
1423 git (1:1.7.7-2) unstable; urgency=low
1425   [ Jonathan Nieder ]
1426   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
1427     symlink before changing it to one (thx Євгеній Мещеряков; closes:
1428     #645005).
1429   * debian/diff:
1430     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
1431       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
1432     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
1433     * 0001...0004: new from the upstream 'master' branch:
1434       * ident: check /etc/mailname if email is unknown
1435       * ident: do not retrieve default ident when unnecessary
1436       * init --shared: do not set setgid bit on directories on
1437         GNU/kFreeBSD
1438       * Makefile: fix permissions of mergetools/ when building from
1439         source extracted with permissive umask
1440     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
1441       Makefile: add a knob to disable hardlinks within bindir and
1442       gitexecdir.
1443   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
1444     closes: #642603).
1445   * debian/rules: do not rely on umask to set contrib permissions.
1446   * update debian/copyright.
1447   * debian/watch, debian/copyright: point to code.google.com for now.
1448     The upstream tarballs haven't been added back to kernel.org yet.
1449   * debian/changelog.upstream, debian/versions.upstream: include
1450     v1.7.6.4.
1452   [ Simon Chopin ]
1453   * debian/git.postinst: fix fresh install contrib/hooks cleaning
1454     (#645005).
1456  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
1458 git (1:1.7.7-1) unstable; urgency=low
1460   * new upstream release.
1461   * merge branch debian-experimental.
1462   * debian/rules, debian/git.postinst: move contrib hooks from
1463     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
1464     for backward compatibility (closes: #640949).
1466  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
1468 git (1:1.7.7~rc1-1) experimental; urgency=low
1470   * merge branch debian-sid.
1471   * new upstream release candidate.
1472   * debian/rules: git: skip directories in /usr/lib/git-core/ and
1473     /usr/bin/ when stripping programs.
1475  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
1477 git (1:1.7.6.3-1) unstable; urgency=low
1479   * merge branch debian-experimental.
1480   * new upstream point release.
1481   * debian/diff:
1482     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
1483       to provide better error reporting (thx Jonathan Nieder).
1484     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
1486  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
1488 git (1:1.7.6-1) experimental; urgency=low
1490   * new upstream release.
1491   * debian/diff:
1492     * 0012-daemon-check-for-errors...diff: clarify patch description.
1493     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
1494     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
1495       dns_resolve() pass on return value from getaddrinfo.
1496     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
1497       introduced by this patch when it was added in 1:1.7.6~rc1-1.
1498       * use descriptive messages like "Unable to look up
1499         git.example.com: Out of memory" to report errors from the
1500         resolver, instead of "unable to connect to a socket (success)".
1501       * tolerate alias (CNAME) records in the DNS reply for
1502         _git._tcp.<host>, instead of confusing them for invalid SRV
1503         records and erroring out.
1504     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
1505       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
1507  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
1509 git (1:1.7.6~rc2-1) experimental; urgency=low
1511   * new upstream release candidate.
1513   [ Daniel Baumann ]
1514   * add an init.d script for git-daemon (closes: #422139).
1515     * debian/control, debian/rules: new package git-daemon-sysvinit;
1516       Depends: adduser; Conflicts: git-daemon-run; package git now
1517       Suggests and git-all Recommends: git-daemon-run |
1518       git-daemon-sysvinit.
1519     * debian/git-daemon.init: new; script to start or stop git-daemon.
1520     * debian/git-daemon.default: new; provide some default settings and
1521       disable the daemon by default on first installation.
1522     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
1523       started.
1524     * debian/git-daemon-sysvinit.conffiles: new; treat
1525       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
1526     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
1527       user; register and invoke init script to start git-daemon.
1528     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
1529     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
1531   [ Jonathan Nieder ]
1532   * debian/diff/:
1533     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
1534       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
1535       kfreebsd).
1536     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
1537     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
1538       new; daemon: check for errors when retrieving IP address for use
1539       by the --interpolated-path feature.
1541  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
1543 git (1:1.7.6~rc1-1) experimental; urgency=low
1545   * new upstream release candidate.
1546   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
1547     teach the git client to pay attention to SRV records (thx Julien
1548     Cristau; closes: #627839).
1549   * debian/rules: add USE_SRV_RR=1 to OPTS.
1550   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
1551     DOC_OPTS.
1553  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
1555 git (1:1.7.5.4-1) unstable; urgency=low
1557   * new upstream point release.
1559   [ Gerrit Pape ]
1560   * debian/changelog.upstream, debian/versions.upstream: update upstream
1561     changelog.
1563   [ Jonathan Nieder ]
1564   * debian/changelog.upstream.sh: use set -e.
1565   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
1566     socket so the server can restart without waiting for old connections
1567     to time out (thx Daniel Kahn Gillmor; closes: #609405).
1568   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
1569     service, even if there is an active connection using it, before
1570     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
1571     #627314).
1573  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
1575 git (1:1.7.5.3-1) unstable; urgency=low
1577   * new upstream point release.
1578   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
1579     remove; included upstream.
1580   * debian/control: Package: git-cvs: make cvs dependency unversioned;
1581     Package: git-gui: make tk dependency unversioned (thx Jonathan
1582     Nieder).
1584  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
1586 git (1:1.7.5.1-1) unstable; urgency=low
1588   * new upstream point release.
1589   * merge branch debian-experimental.
1590   * debian/diff/:
1591     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
1592       remove; applied upstream.
1593     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
1594       0010-*.
1595     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
1596       from upstream; tests: check that the add -p split-and-edit bug
1597       has not resurfaced.
1598   * debian/control: package git: no longer Conflicts: but Breaks:
1599     git-core from Debian 5.0 (lenny) to simplify the upgrade path
1600     (thx Russ Allbery for suggesting it through lintian).
1601   * debian/control: package git: Conflicts: git-core from
1602     Debian 4.0 (etch) which provided /usr/bin/git through the
1603     alternatives system.
1604   * debian/control: Standards-Version: 3.9.2.0.
1606  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
1608 git (1:1.7.5-1) experimental; urgency=low
1610   * new upstream release.
1611   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
1612     new from upstream; upload-pack: start pack-objects which reads
1613     pack_pipe before writing to it to avoid deadlock (closes:
1614     #607346).
1615   * debian/changelog.upstream, debian/versions.upstream: do not skip
1616     versions not packaged for Debian (thx Gerrit Pape).
1618  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
1620 git (1:1.7.5~rc3-1) experimental; urgency=low
1622   * new upstream release candidate.
1623   * merge branch debian-sid.
1624   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
1625     remove; applied upstream.
1627  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
1629 git (1:1.7.4.4-1) unstable; urgency=low
1631   * new upstream point release.
1632   * debian/diff/0008...0064: remove; applied upstream.
1633   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
1634     upstream; add -p: do not error out for attempts to stage hunks
1635     after splitting and editing them.  This fixes a regression
1636     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
1637     already patched, 2011-03-04).
1638   * debian/git-doc.doc-base.git-index-format: new; catalog
1639     .git/index file format document.
1640   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
1641     don't use dpkg-maintscript-helper, avoiding a dependency on
1642     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
1643   * debian/git-daemon-run.postrm: terminate the git-daemon/log
1644     service before deleting the gitlog user (closes: #610099).
1646  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
1648 git (1:1.7.4.1-5) unstable; urgency=low
1650   * merge branch debian-experimental.
1651   * debian/diff/0008...0064: new from the upstream 'maint' branch:
1652     (see RelNotes/1.7.4.2.txt for details)
1653     * revert "core.abbrevguard: Ensure short object names stay
1654       unique a bit longer"
1655     * parse_tag_buffer(): do not prefixcmp() out of range
1656     * pull: do not display fetch usage on --help-all
1657     * gitweb: address warnings from perl 5.13
1658     * gitweb: replace tabs with spaces when highlighting syntax
1659     * merge: honor prepare-commit-msg hook
1660     * diff: handle diffstat of rewritten binary files
1661     * config: add "[push] default = upstream" synonym for
1662       "[push] default = tracking"
1663     * diffcore: properly honor the difference between -M and -C
1664     * diffcore: improve similarity heuristics for rename detection
1665     * patch-id: do not trip over "no newline" marker
1666     * various documentation, usage string, and code clarity
1667       improvements
1669  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
1671 git (1:1.7.4.1-4) experimental; urgency=low
1673   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
1674     symlink before changing it to one (closes: #617631).
1675   * git-el.postinst: remove spurious .../contrib/emacs.old and
1676     /usr/share/git-core/emacs/emacs symlinks.
1677   * package git: do not run emacs-package-remove on upgrade (it's not
1678     needed).
1679     - git.postinst: do not run "emacs-package-remove git".
1680     - debian/control: git no longer Depends: emacsen-common (closes:
1681       #617784).
1682   * git-el.emacsen-install, git-el.emacsen-remove:
1683     - use printf instead of echo.
1684     - only remove the lisp (.el) and bytecode (.elc) files that we
1685       install.
1686     - make output less noisy --- for example, do not say "+ set +x".
1688  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
1690 git (1:1.7.4.1-3) unstable; urgency=low
1692   [ Anders Kaseorg ]
1693   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
1694     lucid.
1696   [ Jonathan Nieder ]
1697   * README.emacs: git-blame.el does not print a summary in the echo
1698     area (documents: #611935).
1699   * Move emacs support files to a separate git-el package.
1700   * Make git depend on emacsen-support, so it can reliably clean up
1701     the old emacs support files on upgrade (closes: #614578)
1702   * git-el.emacsen-install: Overwrite .el symlinks if they already
1703     exist (closes: #614659).
1704   * git-el.emacsen-remove: Do not complain if the site-lisp
1705     directory is nonempty or is already missing.
1706   * debian/control: git-man: Section: doc.
1708  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
1710 git (1:1.7.4.1-1) unstable; urgency=low
1712   * new upstream release (closes: #600566, #575917, #578752, #583693,
1713     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
1714     #577471, #607044, #606975, #610423, #610481).
1716   [ Anders Kaseorg ]
1717   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
1718   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
1719     not error out when git version number contains "-rc".
1721   [ Jonathan Nieder ]
1722   * add myself as uploader.
1723   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
1724   * debian/rules: accept patches with .patch suffix, too (thx Anders
1725     Kaseorg).
1726   * debian/rules: use patch -N -r- so patch application is idempotent.
1727   * update debian/copyright.
1728   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
1729     gethostbyname when mailname is not an fqdn (closes: #611608).
1730   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
1731     fonts by default.  The appearance for users that already have a
1732     generated ~/.gitk file is not affected (closes: #466471).
1733   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
1734     in "All fields" search (thx Frédéric Brière, closes: #465776).
1735   * debian/control: git-cvs: recommend cvs2git for one-time conversions
1736     (closes: #585725).
1737   * debian/control: git-core: explain that it still may be needed (thx
1738     Denis Laxalde).
1739   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
1740     CGI implementation (thx Ivan Shmakov).
1741   * debian/control, debian/rules: new architecture-independent package
1742     git-man: manual pages that were previously in the main git package.
1743   * debian/rules: do not build documentation on autobuilders (closes:
1744     #499002).
1745   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
1746   * debian/rules: git-gui: install git-gui--askpass helper to
1747     /usr/lib/git-core (closes: #598245).
1748   * debian/rules: git-doc: install symlink to html documentation in
1749     /usr/share/doc/git (thx Ian Jackson).
1750   * debian/watch: new; point to upstream sources.
1751   * debian/implicit: create DEBIAN/md5sums with correct permissions.
1752   * debian/diff/0003-remove-shebang...diff: new; do not start shell
1753     libraries with #!/bin/sh.
1754   * debian/rules: do not try to strip scripts even if they begin
1755     with "# " in place of "#!".
1756   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
1757     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
1758     from treating documentation as code.
1759   * debian/implicit: check for debian/$pkg.doc-base.$docid.
1760   * debian/git-doc.doc-base.*: new; catalog provided documentation.
1761   * debian/implicit: check for debian/$pkg.lintian-overrides.
1762   * debian/git.lintian-overrides: new; document some deviations from
1763     lintian guidelines.
1764   * debian/control: Standards-Version: 3.9.1.0.
1766   * debian/git.README.Debian: server logs go in /var/log/apache2.
1767   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
1768   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
1769     needed.
1770   * debian/rules, debian/control: move gitweb script to the main git
1771     package for use by instaweb; make gitweb into a configuration
1772     package.
1773   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
1774     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
1775   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
1776   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
1777   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
1778     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
1780   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
1781     debian/git.prerm: put emacs support files in /usr/share/git-core
1782     instead of /usr/share/doc/git/contrib.
1783   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
1784     README.source and README.Debian.
1785   * debian/git.README.emacs: new; introduction to the emacs support
1786     (text taken from contrib/emacs/README).
1788   [ Kevin Ryde ]
1789   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
1790     debian/git.prerm: Make M-x git-status and git-blame modes available
1791     with emacs23 (closes: #576887).
1793  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
1795 git (1:1.7.2.3-2.2) unstable; urgency=medium
1797   * Non-maintainer upload.
1798   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
1799     upstream: gitweb: do not parrot filenames or other arguments given
1800     in a request without proper quoting (closes: #607248,
1801     CVE-2010-3906).
1803  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
1805 git (1:1.7.2.3-2.1) unstable; urgency=low
1807   * Non-maintainer upload.
1808   * debian/diff/0010...0033: new from the upstream 'maint' branch:
1809     * cache_tree_free: Fix small memory leak.
1810     * diff.c: call regfree to free memory allocated by regcomp.
1811     * gitweb: allow configurations that change with each request
1812       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
1813     * Documentation: 19 formatting fixes (thx Frédéric Brière,
1814       closes: #540001, #600422).
1815     * setup: make sure git dir path is in a permanent buffer.
1816     * do not depend on signed integer overflow.
1817   * debian/control: gitweb: weaken dependencies to allow configurations
1818     using mod_perl or fastcgi rather than CGI; explain dependencies in
1819     the package description (thx Servilio Afre Puentes,
1820     closes: #600413).
1822  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
1824 git (1:1.7.2.3-2) unstable; urgency=low
1826   * merge branch debian-experimental.
1827   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
1829  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
1831 git (1:1.7.2.3-1) experimental; urgency=low
1833   * new upstream release.
1834     * post-receive-email: document command-line mode (closes: #428413).
1835     * add-interactive: Clarify “remaining hunks in the file”
1836       (closes: #526014).
1837     * rebase -i -p: document shortcomings (closes: #532775).
1838     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
1839     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
1840       closes: #546733, #572847).
1841     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
1842       closes: #578908).
1843   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
1844     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
1845     applied upstream.
1846   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
1847     prevent gitweb from serving rename patches that GNU patch 2.6.1
1848     cannot apply.
1849   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
1850     install gitweb.css et al in /usr/share/gitweb, not a new static/
1851     subdirectory.
1852   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
1853     upstream; do not unquote + into space character in URLs.
1854   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
1855     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
1856   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
1857     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
1858   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
1859     instaweb: ignore /etc/gitweb.conf;
1860     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
1861     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
1862     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
1863     Kleine-König, closes: #592733).
1864   * update debian/copyright.
1865   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
1866     install gitweb.js, add an Alias for it to the VirtualHost example,
1867     and configure gitweb to look for it in the right place (closes:
1868     #555047).
1869   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
1870   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
1871     #559890).
1872   * debian/gitweb.conf: use relative links for gitweb.css et al
1873     (thx Alban Browaeys, closes: #568343).
1874   * debian/control: package git: no longer Conflicts: git
1875     (<< 4.3.20-11).
1876   * debian/control: package git: Breaks: packages from Debian 5.0
1877     (lenny) relying on removed features such as dashed-form commands in
1878     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
1879     Breaks: ancient qgit for the same reason.
1880   * debian/gitweb.README.Debian: copy-edit.
1881   * debian/git.README.Debian: retitle to "Git for Debian" (thx
1882     Christoph Anton Mitterer, closes: #590129).
1883   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
1884   * debian/control: package git no longer Depends: libdigest-sha1-perl
1885     (thx Ansgar Burchardt, closes: #591039).
1886   * debian/control: Build-Depends: libio-pty-perl for better test
1887     coverage.
1889  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
1891 git (1:1.7.1-1.1) unstable; urgency=high
1893   * Non-maintainer upload.
1894   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
1895     new, cherry-picked from 3c9d041: setup: Check size of path buffer
1896     before writing into it (closes: #590026, CVE-2010-2542).
1898  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
1900 git (1:1.7.1-1) unstable; urgency=low
1902   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1903     remove; obsolete.
1904   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
1905     new; git-submodule.sh: properly initialize shell variables (closes:
1906     #569594).
1907   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
1908     test.
1909   * new upstream release.
1910   * merge branch debian-experimental.
1912  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
1914 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
1916   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1917     remove; more archs are affected (additionally hppa, armel).
1918   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1919     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
1920     --init'.
1922  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
1924 git (1:1.7.0.5-1) unstable; urgency=low
1926   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
1927     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
1928     (closes: #578298).
1929   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1930     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
1931     test (workaround: #569594).
1932   * debian/control: no longer Replaces, Conflicts: git-completion (thx
1933     Jonathan Nieder, closes: #577730).
1934   * new upstream point release.
1935   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
1937  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
1939 git (1:1.7.1~rc1-1.1) experimental; urgency=low
1941   * debian/control: typo (thx Jonathan Nieder).
1942   * debian/git-daemon-run.postinst: remove fixup for #522348.
1944  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
1946 git (1:1.7.1~rc1-1) experimental; urgency=low
1948   * new upstream release candidate.
1949   * merge branch debian-sid.
1951  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
1953 git (1:1.7.0.4-2) unstable; urgency=low
1955   * debian/rules: package git: no longer install /usr/share/doc/git-core
1956     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
1957     symlink (closes: #576906).
1958   * debian/control: package git: Replaces:, Conflicts: git-core (<=
1959     1:1.7.0.4-1).
1960   * debian/rules: make /usr/share/gitweb/index.cgi ->
1961     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
1962   * debian/control: package git-core: minor update to the long
1963     description.
1964   * debian/git.README.source: add note about the <debian-package-git>
1965     mailing list.
1966   * debian/rules: target binary-indep: add missing dependency to
1967     git-core.deb-DEBIAN.
1968   * debian/implicit: no longer create DEBIAN/md5sums.
1969   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
1970     (keeping upstream's default).
1972  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
1974 git (1:1.7.0.4-2~exp0) experimental; urgency=low
1976   [ Gerrit Pape ]
1977   * debian/control, debian/rules, debian/git-core.*: change source and
1978     binary package name from git-core to git; keep now obsolete empty
1979     git-core package that depends on git for upgrade (see
1980     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
1981   * debian/control: package git: Replaces: git-core, Conflicts: git-core
1982     (<= 1:1.7.0.3-1), Provides: git-core.
1983   * debian/git.NEWS.Debian: talk about the package name change, and the
1984     possible hazzle when upgrading with GNU Interactive Tools installed
1985     since etch and no git-core installed.
1986   * debian/control, debian/rules: new package git-all: dummy package
1987     which brings in all subpackages (following upstream's RPMs).
1989   [ Jonathan Nieder ]
1990   * debian/git.README.source: adjust for the package name change.
1991   * debian/rules: install symbolic link git -> git-core in /usr/lib
1992     to simplify upgrades.
1993   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
1994     the path to the git-daemon binary.
1996  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
1998 git-core (1:1.7.0.4-1) unstable; urgency=low
2000   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
2001     service is already removed; use -f option to userdel, on fast-purge
2002     the log service daemon might still run for a short time (closes:
2003     #575434).
2004   * new upstream point release.
2006  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
2008 git-core (1:1.7.0.3-1) unstable; urgency=low
2010   * debian/control: Standards-Version: 3.8.4.0.
2011   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
2012   * new upstream point release.
2014  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
2016 git-core (1:1.7.0.2-1) unstable; urgency=low
2018   * new upstream point release.
2020     [ Jonathan Nieder ]
2021     * am: remove rebase-apply directory before gc (thx Mark Brown,
2022       closes: #570966).
2023     * git-imap-send: Convert LF to CRLF before storing patch to draft box
2024       (closes: #572598).
2025     * sha1_file: be paranoid when creating loose objects (closes:
2026       #569505).
2028  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
2030 git-core (1:1.7.0-1) unstable; urgency=low
2032   * debian/git-core.README.source: typos.
2033   * new upstream release.
2034     * Documentation: Update git core tutorial clarifying reference to
2035       scripts (closes: ##560795).
2036   * merge branch debian-experimental.
2038  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
2040 git-core (1:1.7.0~rc2-1) experimental; urgency=low
2042   * new upstream release candidate.
2044  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
2046 git-core (1:1.7.0~rc1-1) experimental; urgency=low
2048   * new upstream release candidate.
2049   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
2050     remove; applied upstream.
2051   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
2052     Python module will require more work.
2053   * update debian/copyright (closes: #557065).
2054   * debian/rules: set prefix=/usr when building man pages (closes:
2055     #567404).
2057  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
2059 git-core (1:1.6.6.2-1) unstable; urgency=medium
2061   * new upstream point release.
2062   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
2063     remove; applied upstream.
2064   * debian/rules: stop ignoring test suite failures on ia64, since
2065     #563882 has been fixed.  Build-Depends: and Depends:
2066     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
2067   * update debian/copyright (closes: #557065).
2068   * debian/rules: set prefix=/usr when building man pages (closes:
2069     #567404).
2071  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
2073 git-core (1:1.6.6.1-1) unstable; urgency=low
2075   [ Gerrit Pape ]
2076   * new upstream point release.
2077     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
2078       closes: #476604).
2079   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
2080     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
2081     build/selftest failure if the build directory pathname contains a +).
2082   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
2083     work out of the box with Apache (thx Charles Plessy).
2084   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
2085     gitweb work out of the box with Apache (thx Charles Plessy, closes:
2086     #497809).
2087   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
2089   [ Jonathan Nieder ]
2090   * debian/rules: ignore test suite failures on ia64 (workaround:
2091     #563882).
2093  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
2095 git-core (1:1.6.6-1) unstable; urgency=low
2097   * new upstream release.
2099  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
2101 git-core (1:1.6.6~rc2-1) experimental; urgency=low
2103   * new upstream release candidate.
2104   * merge branch debian-sid.
2106  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
2108 git-core (1:1.6.5.7-1) unstable; urgency=low
2110   * new upstream point release.
2112  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
2114 git-core (1:1.6.6~rc1-1) experimental; urgency=low
2116   * merge branch debian-sid.
2117   * new upstream release candidate.
2119  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
2121 git-core (1:1.6.5.4-1) unstable; urgency=low
2123   * new upstream point release.
2125  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
2127 git-core (1:1.6.6~rc0-1) experimental; urgency=low
2129   * new upstream release candidate.
2130   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
2131     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
2132     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
2133     remove; obsolete.
2134   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
2135     OPTS.
2137  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
2139 git-core (1:1.6.5.3-1) unstable; urgency=low
2141   [ Tanguy Ortolo ]
2142   * debian/git-core.README.Debian, debian/control: git-daemon-run:
2143     document that git-daemon is not provided by this package; add hint
2144     on how to enable git-daemon through inetd(8) (closes: #554215).
2146   [ Jonathan Nieder ]
2147   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
2148     #555039).
2149   * debian/rules: log $(CC) version, not gcc (closes: #555040).
2150   * debian/rules: allow clean as non-root (closes: #555041).
2151   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
2152     #555051).
2153   * debian/rules: TCLTK_PATH=wish (closes: #555027).
2155   [ Gerrit Pape ]
2156   * new upstream point release.
2157     * ls-files: unbreak "ls-files -i" (closes: #553296).
2158     * Require a struct remote in transport_get(); Allow curl helper to
2159       work without a local repository (closes: #553507).
2160     * help -a: do not unnecessarily look for a repository (closes:
2161       #539273).
2162     * thx Jonathan Nieder.
2164  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
2166 git-core (1:1.6.5.2-1) unstable; urgency=low
2168   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
2169     #530693).
2170   * new upstream point release.
2171     * grep: do not segfault when -f is used (closes: 551071).
2173  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
2175 git-core (1:1.6.5-1) unstable; urgency=low
2177   * new upstream release.
2178     * git-doc: html no longer uses "{plus}" where it should be "+"
2179       (closes: #529255).
2180   * debian/git-core.README.source: new; document how to use the
2181     Debian package source.
2182   * debian/implicit: update to revision 60d9070.
2184  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
2186 git-core (1:1.6.4.3-1) unstable; urgency=low
2188   * new upstream release (closes: #546709).
2189     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
2190       (closes: #536067).
2191   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
2192     Anders Kaseorg; closes: #546499).
2194  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
2196 git-core (1:1.6.3.3-2) unstable; urgency=low
2198   [ Anders Kaseorg ]
2199   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
2200     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
2201     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
2202     (closes: #530693, #521954, #533320).
2204   [ Gerrit Pape ]
2205   * debian/control: Standards-Version: 3.8.2.0.
2207  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
2209 git-core (1:1.6.3.3-1) unstable; urgency=high
2211   * new upstream point release.
2212     * daemon: Strictly parse the "extra arg" part of the command
2213       (closes: #532935; CVE-2009-2108).
2214   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
2215   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
2216     remove; obsolete.
2218  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
2220 git-core (1:1.6.3.1-1) unstable; urgency=low
2222   * new upstream point release.
2224  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
2226 git-core (1:1.6.3-1) unstable; urgency=low
2228   * new upstream release.
2229   * merge branch debian-experimental.
2231  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
2233 git-core (1:1.6.3~rc3-1) experimental; urgency=low
2235   * new upstream release candidate.
2237  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
2239 git-core (1:1.6.3~rc1-1) experimental; urgency=low
2241   * new upstream release candidate.
2242   * merge branch debian-sid.
2244  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
2246 git-core (1:1.6.2.4-1) unstable; urgency=low
2248   * new upstream point release.
2250  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
2252 git-core (1:1.6.3~rc0-1) experimental; urgency=low
2254   * new upstream release candidate.
2255   * merge branch debian-sid.
2257  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
2259 git-core (1:1.6.2.3-1) unstable; urgency=low
2261   * new upstream point release.
2262   * debian/control: Standards-Version: 3.8.1.0.
2263   * debian/control: change subversion to Subversion in description.
2264   * debian/control: Section: vcs (except for git-doc).
2266  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
2268 git-core (1:1.6.2.2-1) unstable; urgency=low
2270   * new upstream point release.
2271   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
2272     new; Makefile: do not install cross-directory hardlink (thx Jonathan
2273     Nieder, closes: #520116).
2274   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
2275     'git daemon' (closes: #522348).
2276   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
2277     #522348.
2278   * debian/git-core.emacsen-startup: remove the line
2279     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
2281  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
2283 git-core (1:1.6.2.1-1) unstable; urgency=low
2285   * new upstream point release.
2286   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
2287     (closes: #519728).
2289  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
2291 git-core (1:1.6.2-1) unstable; urgency=medium
2293   * new upstream release.
2294   * merge branch debian-experimental.
2295   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
2296     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
2297     remove; applied upstream.
2299  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
2301 git-core (1:1.6.2~rc2-1) experimental; urgency=low
2303   * merge branch debian-sid.
2304   * new upstream release candidate.
2306  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
2308 git-core (1:1.6.1.3-2) unstable; urgency=high
2310   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
2311     new from upstream git: Install builtins with the user and group of
2312     the installing personality.
2313   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
2314     new from upstream git: git-quiltimport: preserve standard input to
2315     be able to read user input (closes: #515910).
2317  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
2319 git-core (1:1.6.2~rc1-1) experimental; urgency=low
2321   * new upstream release candidate.
2322   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
2323     Documentation/RelNotes* from git-doc to the git-core package
2324     (closes: #514866).
2326  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
2328 git-core (1:1.6.2~rc0-1) experimental; urgency=low
2330   * new upstream release candidate.
2331   * merge branch debian-sid.
2333  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
2335 git-core (1:1.6.1.3-1) unstable; urgency=low
2337   * new upstream point release.
2339  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
2341 git-core (1:1.6.1.2-1) experimental; urgency=low
2343   * new upstream release.
2344     * don't fail to clone over http if connection is rate limited
2345       (closes: #512795).
2346     * git svn info no longer fails (closes: #499243).
2347   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
2348     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
2349     for the patch, closes: #497883).
2350   * merge branch debian-lenny.
2351   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
2352     remove; fixed upstream.
2354  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
2356 git-core (1:1.5.6.5-3) unstable; urgency=high
2358   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
2359     /usr/bin/sv (closes: #511687).
2360   * debian/git-daemon-run.README.Debian: document how to create the
2361     symlink manually to have an LSB compatible /etc/init.d/git-daemon
2362     interface to control the service.
2364  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
2366 git-core (1:1.6.0.6-1) experimental; urgency=low
2368   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
2369     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
2370   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
2371     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
2372     Gerasiov, closes: #506445).
2373   * new upstream point release (closes: #504641).
2374     * gitweb: do not run "git diff" that is Porcelain.
2376  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
2378 git-core (1:1.5.6.5-2) unstable; urgency=high
2380   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
2381     new; fix possible gitweb vulnerability: calling "git diff": Jakub
2382     says that legacy-style URI to view two blob differences are never
2383     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
2384     the gitweb, which is a no-no.  It can trigger diff.external command
2385     that is specified in the configuration file of the repository being
2386     viewed.
2388  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
2390 git-core (1:1.6.0.4-1) experimental; urgency=low
2392   * new upstream point release.
2393   * debian/control: git-email: minor update to the long description
2394     (thx Gerfried Fuchs, closes: #501559).
2395   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
2396   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
2397     tk8.5 (thx Adeodato Simó, closes: #503113).
2398   * debian/rules: move the /usr/bin/git-cvsserver program into the
2399     git-cvs package.
2401  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
2403 git-core (1:1.6.0.3-1) experimental; urgency=low
2405   * debian/control: minor update to long descriptions (thx Reuben
2406     Thomas, closes: #499065).
2407   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
2408     file (thx Jari Aalto, closes: #472197).
2409   * debian/rules: install emacsen-startup configuration file into the
2410     git-core package (thx Eddy Mulyono, closes: #446027).
2411   * new upstream point release.
2412   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
2414  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
2416 git-core (1:1.6.0.2-1) experimental; urgency=low
2418   * new upstream point release.
2419   * debian/git-core.NEWS.Debian: new; mention that most of the programs
2420     now are installed outside the default $PATH; the "git-xyzzy" form
2421     in scripts and on the command line is no longer supported in 1.6.0.
2422   * debian/git-core.README.Debian: fix paths in config example (thx
2423     Michael Biebl for the patch, closes: #498741).
2424   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
2425     patch, closes: #496834).
2427  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
2429 git-core (1:1.6.0.1-1) experimental; urgency=low
2431   * new upstream point release (closes: #496155).
2432   * merge branch debian-sid.
2434  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
2436 git-core (1:1.6.0-1) experimental; urgency=low
2438   * new upstream release.
2439     * svnimport: newer libsvn wants us to ask for the root with "",
2440       not "/" (closes: #492522, #490400).
2441     * Keep some git-* programs in $(bindir); Move all dashed-form
2442       commands to libexecdir (closes: #461212).
2443     * bash: Add more option completions for 'git log' (closes:
2444       #490220).
2445     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
2446       in git diff; Fix buffer overflow in git-grep (closes: #494097).
2447   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
2448     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
2449     Jonathan Nieder for the patch, closes: #494505).
2450   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
2451     several paths (thx Jonathan Nieder for a patch, closes: #480396).
2452   * debian/gitweb.NEWS.Debian: new; talk about files moved from
2453     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
2454   * debian/git-daemon/run: run git daemon instead of git-daemon
2455     (dash-less form).
2456   * debian/git-daemon-run.postinst: add gitdaemon system user.
2457   * debian/git-daemon/run: utilize chpst to run git daemon as user
2458     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
2460  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
2462 git-core (1:1.5.6.5-1) unstable; urgency=high
2464   * new upstream point release.
2465     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
2466       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
2467       closes: #494097).
2468   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
2470  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
2472 git-core (1:1.5.6.3-1.1) unstable; urgency=high
2474   * Non-maintainer upload by the Security Team.
2475   * Fix various stack-based buffer overflows when processing overly long
2476     repository pathnames which can be exploited to execute arbitrary code if
2477     a victim is tricked into using git-grep or git-diff on a crafted
2478     repository (CVE-2008-3546; Closes: #494097).
2480  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
2482 git-core (1:1.5.6.3-1) unstable; urgency=low
2484   * new upstream point release.
2485   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
2486     remove; applied upstream (opens: #490400).
2487   * debian/control: Standards-Version: 3.8.0.1.
2489  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
2491 git-core (1:1.5.6.2-1) unstable; urgency=low
2493   * new upstream point release (closes: #489431).
2494   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
2495     machine-readable format; clarify some license information (thx,
2496     closes: #488351).
2497   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
2498     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
2499     #479479).
2500   * debian/control: package git-arch: no longer Suggests: bazaar
2501     (closes: #486726).
2502   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
2503     new; git-svn.perl: workaround assertions in svn library 1.5.0
2504     (closes: #489108).
2506  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
2508 git-core (1:1.5.6-1) unstable; urgency=low
2510   * new upstream release.
2511   * merge branch debian-experimental.
2513  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
2515 git-core (1:1.5.6~rc3-1) experimental; urgency=low
2517   * debian/git-daemon-run.postrm: remove log files on purge.
2518   * new upstream release candidate.
2519   * debian/control: package git-core: no longer Depends: cpio, no
2520     longer Recommends: curl.
2522  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
2524 git-core (1:1.5.6~rc2-1) experimental; urgency=low
2526   * new upstream release candidate.
2527   * merge branch debian-sid.
2528   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
2530  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
2532 git-core (1:1.5.5.4-1) unstable; urgency=low
2534   * new upstream point release.
2535   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
2536     breakage (thx Jonathan Nieder, closes: #476634).
2537   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
2538     Nieder).
2540  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
2542 git-core (1:1.5.6~rc1-1) experimental; urgency=low
2544   * new upstream release candidate.
2545     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
2546       477393).
2547     * gitweb: Fix "next" link on bottom of page (closes: #481902).
2548   * merge branch debian-sid.
2549   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
2551  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
2553 git-core (1:1.5.5.3-1) unstable; urgency=low
2555   * new upstream point release.
2556     * commit --interactive: properly update the index before commiting
2557       (closes: #480429).
2558   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2559     remove; applied upstream.
2560   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
2561     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
2562     (closes: #477337).
2564  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
2566 git-core (1:1.5.6~rc0-1) experimental; urgency=low
2568   * merge branch debian-sid.
2569   * new upstream release candidate.
2570   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
2571     remove; fixed upstream.
2572   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2573     remove; applied upstream.
2575  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
2577 git-core (1:1.5.5.2-1) unstable; urgency=low
2579   * new upstream point release.
2580     * diff-options.txt: document the new "--dirstat" option (closes:
2581       #476437).
2582   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2583     new: git-bisect.sh: don't accidentally override existing branch
2584     "bisect" (closes: #478647).
2586  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
2588 git-core (1:1.5.5.1-1) unstable; urgency=low
2590   * new upstream point release.
2592  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
2594 git-core (1:1.5.5-1) unstable; urgency=low
2596   * new upstream release.
2597     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
2598     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
2599       (closes: #469083).
2600   * merge branch debian/experimental.
2602  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
2604 git-core (1:1.5.5~rc3-2) experimental; urgency=low
2606   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2607     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
2609  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
2611 git-core (1:1.5.5~rc3-1) experimental; urgency=low
2613   * new upstream release candidate.
2614   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2615     new: gitweb: fallback to system-wide config file if default config does
2616     not exist (closes: #450592).
2617   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
2619  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
2621 git-core (1:1.5.5~rc2-1) experimental; urgency=low
2623   * new upstream release candidate.
2624     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
2625       (closes: #471969).
2626     * imap-send: properly error out if imap.host is not set in config
2627       (closes: #472632).
2628   * merge branch debian-sid.
2630  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
2632 git-core (1:1.5.4.5-1) unstable; urgency=low
2634   * new upstream point release (closes: #473071).
2636  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
2638 git-core (1:1.5.5~rc1-1) experimental; urgency=low
2640   * new upstream release candidate.
2642  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
2644 git-core (1:1.5.5~rc0-1) experimental; urgency=low
2646   * new upstream release candidate.
2647     * git-pull documentation: warn about the option order (closes: #463853).
2648     * hash-object: cleanup handling of command line options (closes:
2649       #464432).
2650   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2651     remove; applied upstream.
2653  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
2655 git-core (1:1.5.4.4-1) unstable; urgency=low
2657   * new upstream point release.
2658     * templates/Makefile: don't depend on local umask setting (closes:
2659       #467518).
2660     * Fix random crashes in http_cleanup() (closes: #468836).
2661     * send-email: fix In-Reply-To regression (closes: #468153).
2662     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
2663       options (closes: #468568).
2665  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
2667 git-core (1:1.5.4.3-1) unstable; urgency=low
2669   * new upstream point release.
2670     * git-clone.sh: properly configure remote even if remote's head is
2671       dangling (closes: #466581).
2672   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2673     new: from upstream master: gitk: properly deal with tag names containing /
2674     (slash) (closes: #464104).
2675   * debian/git-daemon-run.postrm: adapt paths in /var/.
2677  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
2679 git-core (1:1.5.4.2-2) unstable; urgency=low
2681   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
2682     subdirectories, update-service now takes care of this.
2683   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
2684     upgrade from <= 1.5.4.2-1.
2686  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
2688 git-core (1:1.5.4.2-1) unstable; urgency=low
2690   * new upstream point release.
2691     * cvsimport: have default merge regex also match beginning of commit
2692       message (thx Frédéric Brière, closes: #463468).
2693     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
2694       #464656).
2695   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
2696   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
2697     (closes: #456423).
2698   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
2699     debian/git-daemon-run.prerm: use runit's update-service program to
2700     add/remove the git daemon service, instead of dealing with symlinks in
2701     /var/service/ directly.
2702   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
2703     version that provides the update-service program).
2705  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
2707 git-core (1:1.5.4.1-1) unstable; urgency=medium
2709   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
2710     closes: #463896).
2711   * new upstream point release.
2713  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
2715 git-core (1:1.5.4-1) unstable; urgency=low
2717   * merge branch debian-experimental.
2718   * new upstream release.
2719   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
2720     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
2721     #463732).
2722   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
2723     on test failures.
2725  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
2727 git-core (1:1.5.4~rc5-1) experimental; urgency=low
2729   * new upstream release candidate.
2731  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
2733 git-core (1:1.5.4~rc4-1) experimental; urgency=low
2735   * new upstream release candidate.
2736   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2737     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
2738   * debian/rules: install /usr/share/gitk/ into the gitk package, not
2739     git-core.
2741  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
2743 git-core (1:1.5.4~rc3-1) experimental; urgency=low
2745   * merge branch debian-sid.
2746   * new upstream release candidate.
2747     * "git pull --tags": error out with a better message (closes: #456035).
2748     * gitk: use user-configured background in view definition dialog
2749       (closes: #457124).
2750   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
2752  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
2754 git-core (1:1.5.3.8-1) unstable; urgency=low
2756   * debian/control: for all packages: Suggests: git-doc instead of
2757     Recommends: (thx Andrew Moise, closes: #455369).
2758   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
2759   * new upstream point release.
2761  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
2763 git-core (1:1.5.4~rc2-1) experimental; urgency=low
2765   * new upstream release candidate.
2766     * shortlog manpage documentation: work around asciidoc markup issues
2767       (closes: #447911).
2768     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
2770  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
2772 git-core (1:1.5.4~rc1-1) experimental; urgency=low
2774   * new upstream release candidate.
2775     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
2776       type (closes: #435610).
2778  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
2780 git-core (1:1.5.4~rc0-1) experimental; urgency=low
2782   * new upstream release candidate.
2783     * build with correct version information (on amd64, closes: #454935,
2784       #454408).
2785     * git-reset: add -q option to operate quietly (closes: #444933).
2786     * gitk: disable colours when calling git log (closes: #454420).
2787     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
2788       #447325, #447965, #451037).
2789     * git-commit: allow grouping of short options (closes: #407241).
2790   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
2791     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
2792     applied upstream.
2793   * debian/rules: install git-gui's lib/ directory plus subdirectory
2794     properly.
2795   * debian/control: Build-Depends: gettext.
2797  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
2799 git-core (1:1.5.3.7-1) unstable; urgency=low
2801   * new upstream point release.
2802   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
2803     cache DESTDIR in perl/perl.mak (#452077).
2804   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
2805     again, this is now handled through debian/diff/0005 (thx Pierre
2806     Habouzit, #452077).
2808  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
2810 git-core (1:1.5.3.6-1.1) unstable; urgency=low
2812   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
2813     preventing people from installing git, I took the initiative to fix it
2814     before his return.
2815   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
2816     that remembers our DESTDIR and makes perl modules be installed in
2817     debian/git-core/ in the install-indep target again
2818     (closes: #452077, #452078, #452080, #452111, #452324).
2820  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
2822 git-core (1:1.5.3.6-1) unstable; urgency=low
2824   * debian/implicit: add proper dependencies to support 'parallel build'
2825     through make -j (thx Daniel Schepler for the patch).
2826   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
2827     the selftests.
2828   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2829     new; check /etc/mailname if author email is unknown (closes: #448655).
2830   * debian/gitweb.docs: new; install gitweb/README.
2831   * new upstream point release.
2832     * git-cvsimport: really convert underscores in branch names to dots with
2833       -u (closes: #446495).
2834     * git-mailsplit: with maildirs not only process cur/, but also new/
2835       (closes: #447396).
2836   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
2837     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
2838     subject prefix configurable (closes: #428418).
2840  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
2842 git-core (1:1.5.3.5-1) unstable; urgency=low
2844   * new upstream point release.
2845     * git-config: handle --file option with relative pathname properly;
2846       git-config: print error message if the config file cannot be read;
2847       git-config: don't silently ignore options after --list (closes:
2848       #445208).
2850  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
2852 git-core (1:1.5.3.4-1) unstable; urgency=low
2854   * new upstream point release (closes: #445188).
2856  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
2858 git-core (1:1.5.3.3-1) unstable; urgency=low
2860   * new upstream point release.
2862  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
2864 git-core (1:1.5.3.2-1) unstable; urgency=low
2866   * new upstream point release.
2867     * git-svn: fix "Malformed network data" with svn:// servers (closes:
2868       #430091, #436142).
2869     * git-commit: Allow partial commit of file removal (closes: #437817).
2870     * git-gui: lib/index.tcl: handle files with % in the filename properly
2871       (closes: #441167).
2872     * git-clone: improve error message if curl program is missing or not
2873       executable (closes: #440976).
2874   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
2875     'sv restart git-daemon' to restart git-daemon service if it was running.
2876   * debian/control: git-core: no longer Suggests: cogito, which was removed.
2877   * debian/diff/genindex.diff: apply and remove.
2878   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
2879     default (thx Ansgar Burchardt for the patch, closes: 441694).
2881  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
2883 git-core (1:1.5.3.1-1) unstable; urgency=low
2885   * new upstream point release.
2886   * debian/control: git-daemon-run: improve long description (closes:
2887     #440699).
2888   * debian/git-daemon-run.README.Debian: improve.
2889   * debian/control: git-svn: improve long description.
2890   * debian/control: git-cvs: improve long description.
2891   * debian/control: git-core: improve long description (closes: #412560).
2893  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
2895 git-core (1:1.5.3-1) unstable; urgency=low
2897   * merge branch debian-experimental.
2898   * new upstream release.
2899   * debian/control: git-email: move libemail-valid-perl from Depends: to
2900     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
2901   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
2902     Uwe Kleine-Koenig).
2904  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
2906 git-core (1:1.5.3~rc7-1) experimental; urgency=low
2908   * new upstream release candidate.
2909   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2910     remove; included upstream.
2912  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
2914 git-core (1:1.5.3~rc6-1) experimental; urgency=low
2916   * new upstream release candidate.
2917     * git-am: initialize variable $resume on startup (closes: #435807).
2918   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2919     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
2920   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
2921     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
2922     are unset (thx Mike Hommey, closes: #438793).
2923   * merge branch debian-sid.
2925  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
2927 git-core (1:1.5.2.5-2) unstable; urgency=low
2929   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
2931  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
2933 git-core (1:1.5.2.5-1) unstable; urgency=low
2935   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
2936     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
2937   * new upstream point release.
2938   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
2939   * dbian/control: git-core: Depends: cpio (closes: #438057).
2940   * debian/git-core.README.Debian: fix typos (closes: #438932).
2941   * debian/versions.upstream, debian/changelog.upstream: adapt.
2942   * debian/rules, debian/control: install git-completion.bash from contrib as
2943     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
2944     git-completion (closes: #437532, thx Sebastian Harl).
2946  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
2948 git-core (1:1.5.3~rc4-1) experimental; urgency=low
2950   * new upstream release candidate.
2952  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
2954 git-core (1:1.5.3~rc3-1) experimental; urgency=low
2956   * new upstream release candidate.
2957   * debian/versions.upstream, debian/changelog.upstream: adapt.
2959  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
2961 git-core (1:1.5.3~rc2-1) experimental; urgency=low
2963   * new upstream release candidate.
2964   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
2965     remove; obsolete.
2966   * debian/control, debian/rules: remove git-p4 package again, moved into
2967     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
2968   * debian/versions.upstream, debian/changelog.upstream: adapt.
2970  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
2972 git-core (1:1.5.3~rc1-1) experimental; urgency=low
2974   * new upstream release candidate.
2975     * git-commit: don't add multiple Signed-off-by: from the same identity
2976       (closes: #430851).
2977     * Fix core.sharedRepository = 2 (closes: #432698).
2978   * merge branch debian-sid.
2979   * debian/versions.upstream, debian/changelog.upstream: adapt.
2980   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2981     remove; doesn't apply anymore.
2982   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
2983     new; on upstream advice.
2985  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
2987 git-core (1:1.5.2.4-1) unstable; urgency=low
2989   * new upstream point release.
2990   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
2991     #432560).
2992   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
2993   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2994     remove; merged upstream.
2995   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
2996     (closes: #432812).
2997   * debian/versions.upstream, debian/changelog.upstream: adapt.
2999  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
3001 git-core (1:1.5.3~rc0-1) experimental; urgency=low
3003   * new upstream release candidate.
3004   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
3005   * debian/versions.upstream, debian/changelog.upstream: update.
3006   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
3007     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
3008     remove; applied upstream.
3009   * debian/diff/00*.diff: adapt.
3010   * debian/rules: put git-gui, git-citool man pages into package git-gui.
3012  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
3014 git-core (1:1.5.2.3-1) unstable; urgency=low
3016   * new upstream point release.
3017   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
3018     (thx Frank Lichtenheld, closes: #431481).
3019   * debian/versions.upstream, debian/changelog.upstream: update.
3021  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
3023 git-core (1:1.5.2.2-3) unstable; urgency=low
3025   * debian/rules: move /usr/share/git-gui/ from git-core package into
3026     git-gui package (thx Ansgar Burchardt, closes: #430530).
3027   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
3028     new; git-cvsimport: force checkout of working tree after initial import
3029     (closes: #430903).
3030   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
3031     new; git-gui: properly popup error if gitk should be started but is not
3032     installed (#429810).
3033   * debian/control: git-gui: Recommends: gitk (closes: #429810).
3034   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
3035     (#429389).
3037  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
3039 git-core (1:1.5.2.2-2) unstable; urgency=low
3041   * debian/control: all Architecture: all packages: Depends: git-core (>>
3042     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
3043     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
3044     #430128).
3046  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
3048 git-core (1:1.5.2.2-1) unstable; urgency=low
3050   * new upstream point release.
3051     * Fix typo in remote branch example in git user manual (closes: #427502).
3052   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
3053     remove; applied upstream.
3054   * debian/versions.upstream: new; ordered list of upstream versions,
3055     starting with 1.0.0.
3056   * debian/changelog.upstream.sh: new; create changelog.upstream from git
3057     shortlog using debian/versions.upstream.
3058   * debian/changelog.upstream: re-created through changelog.upstream.sh.
3059   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
3060     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
3061     (closes: #429443).
3063  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
3065 git-core (1:1.5.2.1-2) unstable; urgency=low
3067   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
3068     new; from upstream master: git-branch --track: fix tracking branch
3069     computation.
3071  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
3073 git-core (1:1.5.2.1-1) unstable; urgency=low
3075   * new upstream point release.
3076     * Create a new manpage for the gitignore format, and reference it
3077       elsewhere (thx Josh Triplett, closes: #427078).
3078   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
3079     new; properly resolve ambiguity if argument is both, revision and
3080     filename (closes: #425491).
3081   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
3082     transition).
3083   * debian/git-daemon-run.README.Debian: new (#422139).
3084   * debian/control: all Architecture: all packages: Depends: git-core
3085     (= ${source:Version}) instead of (>= ...); this makes it no longer
3086     support binNMUs (closes: #425494, reopens: #423041).
3088  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
3090 git-core (1:1.5.2-1) unstable; urgency=low
3092   * merge branch debian-experimental.
3093   * new upstream release.
3094     * gitweb: choose appropriate view for file type if a= parameter missing
3095       (closes: #410465).
3096     * git fetch -q is supported (closes: #423165).
3097   * /usr/bin/git transition (thx Ian Beckwith!).
3098     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
3099       upgrading from versions older than 1:1.5.2~rc3-2.
3100     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
3101       handle /usr/bin/git alternative through update-alternatives.
3102     * debian/rules: no longer install git program as git-scm.
3104  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
3106 git-core (1:1.5.2~rc3-2) experimental; urgency=low
3108   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
3109   * debian/control: package git-p4: Section: contrib/devel (closes:
3110     #422755).
3111   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
3112     instead of (= ${Source-Version}) (to support binNMUs).
3114  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
3116 git-core (1:1.5.1.4-2) unstable; urgency=low
3118   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
3119     maint branch 20070514:
3120     * includes git-svn fixes (closes: #423599, #423226).
3121   * deian/rules: reverse order when applying diffs (fix typo).
3122   * debian/control: all Architecture: all packages: Depends: git-core (>=
3123     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
3124     closes: #423041).
3126  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
3128 git-core (1:1.5.2~rc3-1) experimental; urgency=low
3130   * new upstream release candidate.
3131   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
3132     remove; included upstream.
3133   * debian/control: Build-Depends: tcl8.4 (for gitgui).
3134   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
3135     git-daemon-run package (#422139).
3137  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
3139 git-core (1:1.5.1.4-1) unstable; urgency=medium
3141   * new upstream point release.
3142   * debian/diff/pager-vs-less.diff: rename to
3143     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
3144   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
3145     new: Optimize directory listing with pathspec limiter (closes: #420671).
3146   * debian/git-daemon-run.postinst: restart git-daemon service if it was
3147     running.
3149  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
3151 git-core (1:1.5.2~rc2-1) experimental; urgency=low
3153   * new upstream release candidate.
3155  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
3157 git-core (1:1.5.2~rc1-1) experimental; urgency=low
3159   * new upstream release candidate.
3160   * debian/control, debian/rules: new package git-p4: tools for importing
3161     development history from perforce repositories.
3162   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
3163     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
3164     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
3166  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
3168 git-core (1:1.5.1.3-1) unstable; urgency=low
3170   * new upstream point release.
3171     * git-add tried to optimize by finding common leading directories
3172       across its arguments but botched, causing very confused behaviour
3173       (closes: #420671).
3174     * Documentation/git-reset.txt: suggest git commit --amend in example
3175       (closes: #420112).
3176     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
3177       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
3178       harder for distro people to make the same mistake, by setting the
3179       variable to /etc/gitconfig if prefix is set to /usr (closes:
3180       #420675).
3181   * debian/changelog.upstream: upstream changes taken from mailing list
3182     announcement.
3184  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
3186 git-core (1:1.5.1.2-1) unstable; urgency=low
3188   * new upstream point release.
3189   * debian/changelog.upstream: upstream changes taken from mailing list
3190     announcement.
3192  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
3194 git-core (1:1.5.1.1-1) unstable; urgency=low
3196   * new upstream point release.
3197   * debian/changelog.upstream: upstream changes taken from mailing list
3198     announcement.
3199   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
3200     remove; applied upstream.
3202  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
3204 git-core (1:1.5.1-1) unstable; urgency=low
3206   * new upstream release.
3207     * git-svn got almost a rewrite (closes: #416372).
3208   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
3209   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
3210     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
3211     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
3212     remove; applied upstream.
3213   * debian/diff/GNU-Hurd.diff: remove; obsolete.
3214   * debian/git-daemon-run.postrm: check for deluser being available, if
3215     not, print warning and don't remove system user (closes: #416755).
3216   * debian/changelog.upstream: upstream changes taken from mailing list
3217     announcement, and git shortlog.
3218   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
3219     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
3220     receive-email.
3222  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
3224 git-core (1:1.5.0.6-1) unstable; urgency=low
3226   * new upstream point release.
3227   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
3228     new, cherry-pick'ed from upstream master: http-fetch: don't use
3229     double-slash as directory separator in URLs (closes: #409887).
3230   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
3231     Documentation/git-svnimport.txt: fix typo.
3232   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
3233     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
3234     (closes: #404795).
3235   * debian/changelog.upstream: upstream changes taken from mailing list
3236     announcements.
3238  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
3240 git-core (1:1.5.0.5-1) unstable; urgency=low
3242   * new upstream point release.
3243   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
3244     mode 0755 (closes: #415328); remove .gitignore file(s) from
3245     /usr/share/doc/git-core/ (closes: #413913).
3246   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
3247     Habouzit, closes: #415475).
3248   * debian/changelog.upstream: upstream changes taken from mailing list
3249     announcements.
3251  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
3253 git-core (1:1.5.0.3-1) unstable; urgency=low
3255   * new upstream point release.
3256   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
3257   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
3258   * debian/changelog.upstream: upstream changes taken from mailing list
3259     announcements.
3261  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
3263 git-core (1:1.5.0.2-1) unstable; urgency=low
3265   * new upstream point release.
3266   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
3267   * debian/changelog.upstream: upstream changes taken from mailing list
3268     announcements.
3269   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
3270     yet committed to cvs (closes: #412732).
3272  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
3274 git-core (1:1.5.0.1-1) unstable; urgency=low
3276   * new upstream point release.
3277   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
3278     Have git-cvsserver call hooks/update before really altering the ref.
3279   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
3281  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
3283 git-core (1:1.5.0-1) experimental; urgency=low
3285   * new upstream release.
3286   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
3287   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
3288     adapt.
3289   * debian/control: new package git-gui, the git graphical user interface;
3290     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
3291     git-gui.
3292   * debian/rules: new package git-gui.
3293   * debian/changelog.upstream: upstream changes taken from mailing list
3294     announcements and git shortlog.
3295   * debian/git-daemon/run: don't limit git-daemon's memory resources.
3296   * debian/control, debian/rules: remove git-core-dev package again,
3297     libgit.a is not a publically usable/useful library at this moment, as
3298     its internal API is not cast in stone yet.
3299   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
3300     package.
3302  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
3304 git-core (1:1.5.0~rc3-1) experimental; urgency=low
3306   * new upstream release candidate.
3307   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
3308     install libgit.a library plus header files (thx Luca Falavigna).
3309   * debian/rules: new package git-core-dev; remove obsolete
3310     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
3311     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
3312     Luca Falavigna; closes: #403731); make git-p4import.pl available through
3313     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
3314   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
3315     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
3316     python, Suggests: git-core-dev; update short and long descriptions
3317     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
3318   * debian/diff/GNU-Hurd.diff: adapt.
3319   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
3320     needs empty directory (closes: #400508).
3321   * debian/gitweb.README.Debian: typo.
3323  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
3325 git-core (1:1.4.4.4-1) unstable; urgency=low
3327   * new upstream release, important fixes:
3328     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
3329     * Fix infinite loop when deleting multiple packed refs.
3330     * diff --check: fix off by one error.
3331   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
3332     upstream version.
3333   * debian/changelog.upstream: upstream changes taken from mailing list
3334     announcement.
3336  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
3338 git-core (1:1.4.4.3-1) unstable; urgency=medium
3340   * new upstream release (closes: #404796); important fixes:
3341     * Make sure the empty tree exists when needed in merge-recursive; the
3342       error message may make the user think that their database is corrupt
3343       when its actually not.
3344     * Don't use memcpy when source and dest. buffers may overlap.
3345     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
3346       counting of bytes for the CVS protocol, resulting in the client
3347       expecting less data than we actually send, and storing truncated files.
3348   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
3349     work around spurious .sp in manpages (closes: #388370).
3350   * debian/changelog.upstream: upstream changes taken from mailing list
3351     announcement.
3353  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
3355 git-core (1:1.4.4.2-1) unstable; urgency=low
3357   * new upstream release.
3358     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
3359   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
3360     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
3361     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
3362     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
3363     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
3364   * debian/changelog.upstream: upstream changes taken from mailing list
3365     announcements and git log | git shortlog.
3367  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
3369 git-core (1:1.4.4.1-1) unstable; urgency=low
3371   * new upstream release (closes: #400191).
3372   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
3373     replaces debian/diff/not-packed-structs.diff.
3374   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
3375     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
3376     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
3377     0005-Increase-length-of-function-name-buffer.diff: new from upstream
3378     git.
3379   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
3380     generator (thx David Nusinow; closes: #400284).
3381   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
3383  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
3385 git-core (1:1.4.4-2) unstable; urgency=low
3387   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
3388     size doesn't match on arm (fixes selftests failure on arm).
3390  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
3392 git-core (1:1.4.4-1) unstable; urgency=low
3394   * new upstream release (closes: #399575).
3395   * debian/changelog.upstream: upstream changes taken from mailing list
3396     announcements.
3397   * debian/control: Build-Depends: unzip (for selftests).
3399  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
3401 git-core (1:1.4.3.5-1) unstable; urgency=low
3403   * new upstream release.
3404   * debian/changelog.upstream: upstream changes taken from mailing list
3405     announcements.
3407  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
3409 git-core (1:1.4.3.3-2) unstable; urgency=medium
3411   * debian/git-daemon-run.postinst: don't make the log service system user
3412     gitlog member of group adm, but nogroup; gitlog's home directory is
3413     /nonexistent (thx Florian Weimer, closes: #396687).
3414   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
3415     2750, owner gitlog:adm.
3416   * debian/changelog.upstream: upstream changes taken from mailing list
3417     announcements.
3419  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
3421 git-core (1:1.4.3.3-1) unstable; urgency=low
3423   * new upstream release.
3424   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
3425   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
3426     thx Ichthyostega).
3428  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
3430 git-core (1:1.4.3.2-1) unstable; urgency=low
3432   * new upstream release.
3433   * debian/diff/gitweb.conf.diff: remove; obsolete.
3434   * debian/changelog.upstream: upstream changes taken from mailing list
3435     announcements.
3436   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
3437     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
3438     git-arch: don't include git-archive, git-upload-archive; gitweb: install
3439     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
3440     plus man page.
3441   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
3442     selftests (fixes build/selftest failures).
3443   * debian/control: git-core: Depends: liberror-perl.
3445  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
3447 git-core (1:1.4.2.3-2) unstable; urgency=low
3449   * debian/control: new package git-daemon-run: provide a git-daemon
3450     service; git-core: no longer Suggests: runit, Depends: adduser, the
3451     git-daemon-run package now Depends: runit, adduser.
3452   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
3453     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
3454     service (closes: #388144).
3455   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
3456     package does now.
3457   * debian/git-core.postrm: remove; obsolete.
3458   * debian/rules: install git-daemon service directory in the new
3459     git-daemon-run package instead of the git-core package.
3460   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
3461   * debian/git-core.README.Debian: adapt.
3462   * debian/control: git-core: Suggests: git-daemon-run.
3464  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
3466 git-core (1:1.4.2.3-1) unstable; urgency=medium
3468   * new upstream release.
3469   * debian/changelog.upstream: upstream changes taken from mailing list
3470     announcements.
3471   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
3472   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
3473     Kujau, closes: #383065).
3475  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
3477 git-core (1:1.4.2.1-1) unstable; urgency=low
3479   * new upstream release (closes: #386820, #387405).
3480   * debian/changelog.upstream: upstream changes taken from mailing list
3481     announcements.
3482   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
3483     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
3484     #379841).
3485   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
3486   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
3487     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
3488   * debian/gitweb.docs: remove; obsolete.
3489   * debian/examples/index.aux-generation: example script to generate an
3490     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
3491     #383219).
3492   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
3493     (#383219).
3494   * debian/git-core.README.Debian: new; hints on how to set up a
3495     git.example.org server providing git://, rsync://, http:// access to
3496     repositories from Matthew Wilcox (thx!, closes: #383219).
3497   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
3498   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
3499     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
3500     Recommends: git-doc.
3501   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
3502   * debian/git-daemon/: new; git-daemon service directory for the use with
3503     runit.
3504   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
3505     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
3506   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
3507     they fail without a terminal connected.
3508   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
3509     /etc/sv/git-daemon/log/run.
3511  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
3513 git-core (1:1.4.1.1-1) unstable; urgency=low
3515   * new upstream release.
3516   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
3517     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
3518     #380209).
3520  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
3522 git-core (1:1.4.1-2) unstable; urgency=low
3524   * adopt package gitweb, now included in git-core upstream source (thx
3525     Andres Salomon):
3526     * debian/control, debian/rules: build gitweb package.
3527     * debian/copyright: adapt.
3528     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
3529       new; taken from Andres' gitweb package.
3530     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
3531     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
3532   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
3533   * debian/rules: set DESTDIR in environment, not build flags.
3535  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
3537 git-core (1.4.1-1) unstable; urgency=low
3539   * new upstream release.
3540   * debian/changelog.upstream: upstream changes taken from mailing list
3541     announcement.
3542   * debian/rules: user same build flags and prefix to $(MAKE) in build
3543     and install target to prevent rebuild in install target.
3545  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
3547 git-core (1.4.0-1) unstable; urgency=low
3549   * new upstream release.
3550   * debian/changelog.upstream: new; upstream changes taken from mailing
3551     list announcement.
3552   * debian/rules: install debian/changelog.upstream as upstream changelog.
3553   * debian/diff/pager-vs-less.diff: adapt.
3554   * debian/control: Standards-Version: 3.7.2.0.
3556  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
3558 git-core (1.3.3-2) unstable; urgency=medium
3560   * debian/control: git-core: Depends: perl-modules (closes: #369737).
3561   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
3562     if $PAGER is unset (closes: #369742).
3564  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
3566 git-core (1.3.3-1) unstable; urgency=low
3568   * new upstream release.
3570  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
3572 git-core (1.3.2-1) unstable; urgency=low
3574   * new upstream release.
3576  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
3578 git-core (1.3.1-1) unstable; urgency=low
3580   * new upstream release (closes: #364678).
3581   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
3583  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
3585 git-core (1.2.6-1) unstable; urgency=low
3587   * new upstream release.
3588   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
3590  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
3592 git-core (1.2.4-1) unstable; urgency=low
3594   * new upstream release (closes: #354563).
3596  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
3598 git-core (1.2.1-1) unstable; urgency=low
3600   * new upstream release (closes: #353041).
3601   * debian/control: git-core: Recommends: ssh-client instead of
3602     openssh-client (closes: #350708).
3604  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
3606 git-core (1.1.5-1) unstable; urgency=high
3608   * new upstream release.
3609     * checkout: do not make a temporary copy of symlink target.
3610       If the index records an insanely long symbolic link, copying
3611       into the temporary would overflow the buffer (noticed by Mark
3612       Wooding). (closes: #350274).
3614  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
3616 git-core (1.1.3-1) unstable; urgency=low
3618   * new upstream release.
3620  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
3622 git-core (1.0.8-1) unstable; urgency=low
3624   * new upstream point release.
3625   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
3626   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
3627     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
3628     Tretkowski, closes: #344929).
3630  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
3632 git-core (1.0.6-1) unstable; urgency=low
3634   * new upstream point release.
3635   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
3636     merge-order test with NO_OPENSSL=1.
3637   * debian/rules: re-enable git-rev-list --merge-order selftests.
3638   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
3640  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
3642 git-core (1.0.5-1) unstable; urgency=low
3644   * new upstream point release.
3645   * debian/rules: don't take upstream changelog from upstream
3646     debian/changelog.
3647   * debian/changelog.upstream: remove again.
3649  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
3651 git-core (1.0.3-1) unstable; urgency=low
3653   * new upstream point release.
3654   * debian/changelog.upstream: new: upstream changelog taken from upstream
3655     debian/changelog.
3656   * debian/rules: install debian/changelog.upstream as upstream changelog;
3657     remove obsolete VERSION variable.
3659  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
3661 git-core (1.0.0-1) unstable; urgency=medium
3663   * new upstream release: GIT 1.0.0.
3665  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
3667 git-core (0.99.9n-1) unstable; urgency=low
3669   * new upstream version: GIT 0.99.9n aka 1.0rc6.
3670   * debian/rules: rename git program in git-core package to git-scm,
3671     handle /usr/bin/git program through update-alternatives (as suggested
3672     by Ian Beckwith, see #342363).
3673   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
3674     #342363).
3675   * debian/git-core.postinst, debian/git-core.prerm: new: run
3676     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
3677     priority 70 on configure, and --remove on remove respectively.
3679  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
3681 git-core (0.99.9m-1) unstable; urgency=low
3683   * new upstream version: GIT 0.99.9m aka 1.0rc5.
3684     * sets PYTHONPATH for selftests (fixes autobuild test failures).
3685   * switch from tarball-in-tarball approach to original upstream tarball.
3686   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
3687     Eric Biederman previously were maintaining this package unofficially.
3688   * debian/control: Build-Depends: rcs (for selftests); git-core:
3689     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
3690     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
3691     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
3692     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
3693     description (lots taken from upstream unofficial package, thx).
3694   * debian/git-core.docs, debian/git-doc.docs: adapt.
3695   * debian/rules: adapt; remove target unpack; add target patch; adapt
3696     target clean.
3698  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
3700 git-core (0.99.9l-1) unstable; urgency=low
3702   * new upstream version.
3703   * debian/rules: apply diffs with patch -p1.
3704   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
3705     git-email packages, as suggested by upstream:
3706     http://article.gmane.org/gmane.comp.version-control.git/13185
3707   * debian/git-doc.docs: get docs from temporary install directory;
3708     include *.txt docs.
3709   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
3710     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
3711     git-cvs, git-svn, git-email, gitk.
3713  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
3715 git-core (0.99.9k-1) unstable; urgency=low
3717   * new upstream version.
3718   * debian/implicit: update to revision 1.11.
3719   * debian/git-doc.docs: add git/Documentation/howto,
3720     git/Documentation/technical (closes: #341178).
3722  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
3724 git-core (0.99.9j-1) unstable; urgency=low
3726   * initial version.
3727   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
3728     0.16rc2-0 no longer includes the git core components, but depends on
3729     the git-core package (see #338789).
3731  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
3733 git-core (0.99.9j-0) unstable; urgency=low
3735   * GIT 0.99.9j aka 1.0rc3
3737  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
3739 git-core (0.99.9i-0) unstable; urgency=low
3741   * GIT 0.99.9i aka 1.0rc2
3743  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
3745 git-core (0.99.9h-0) unstable; urgency=low
3747   * GIT 0.99.9h
3749  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
3751 git-core (0.99.9g-0) unstable; urgency=low
3753   * GIT 0.99.9g
3755  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
3757 git-core (0.99.9f-0) unstable; urgency=low
3759   * GIT 0.99.9f
3761  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
3763 git-core (0.99.9e-0) unstable; urgency=low
3765   * GIT 0.99.9e
3767  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
3769 git-core (0.99.9d-0) unstable; urgency=low
3771   * GIT 0.99.9d
3773  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
3775 git-core (0.99.9c-0) unstable; urgency=low
3777   * GIT 0.99.9c
3779  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
3781 git-core (0.99.9b-0) unstable; urgency=low
3783   * GIT 0.99.9b
3785  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
3787 git-core (0.99.9a-0) unstable; urgency=low
3789   * GIT 0.99.9a
3791  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
3793 git-core (0.99.9.GIT-2) unstable; urgency=low
3795   * Build Dependency did not include libexpat-dev.
3797  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
3799 git-core (0.99.9.GIT-1) unstable; urgency=low
3801   * Do not scatter txt and html documentation into feature
3802     subpackages.  Do place man pages into them.
3803   * Capture more cvs stuff into git-cvs package.
3805  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
3807 git-core (0.99.9.GIT-0) unstable; urgency=low
3809   * Test Build.
3811  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3813 git-core (0.99.9-1) unstable; urgency=low
3815   * Split the git-core binary package into core, doc, and foreign SCM
3816     interoperability modules.
3818  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3820 git-core (0.99.9-0) unstable; urgency=low
3822   * GIT 0.99.9
3824  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
3826 git-core (0.99.8-0) unstable; urgency=low
3828   * GIT 0.99.8
3830  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
3832 git-core (0.99.7-0) unstable; urgency=low
3834   * GIT 0.99.7
3836  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
3838 git-core (0.99.6-0) unstable; urgency=low
3840   * GIT 0.99.6
3842  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
3844 git-core (0.99.5-1) unstable; urgency=low
3846   * Enable git-send-email on Debian.  There is no reason to shy
3847     away from it, since we have the necessary Perl modules available.
3849  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
3851 git-core (0.99.5-0) unstable; urgency=low
3853   * GIT 0.99.5
3855  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
3857 git-core (0.99.4-4) unstable; urgency=low
3859   * Mark git-tk as architecture neutral.
3861  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
3863 git-core (0.99.4-3) unstable; urgency=low
3865   * Split off gitk.
3866   * Do not depend on diff which is an essential package.
3867   * Use dh_movefiles, not dh_install, to stage two subpackages.
3869  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
3871 git-core (0.99.4-2) unstable; urgency=low
3873   * Git 0.99.4 official release.
3875  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
3877 git-core (0.99.4-1) unstable; urgency=low
3879   * Pass prefix down to the submake when building.
3881  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
3883 git-core (0.99-2) unstable; urgency=low
3885   * Conflict with the GNU Interactive Tools package, which also installs
3886     /usr/bin/git.
3887   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
3888     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
3889   * Minor tweaks to the Depends.
3891  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
3893 git-core (0.99-1) unstable; urgency=low
3895   * Update deb package support to build correctly. 
3897  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
3899 git-core (0.99-0) unstable; urgency=low
3901   * Initial deb package support
3903  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600