debian: clarify choice between git-daemon-run, git-daemon-sysvinit
[git/debian.git] / debian / changelog
blobfd0ff7385d7bfd441f0e71a65b6500fec88793ae
1 git (1:2.14.1-2) unstable; urgency=low
3   * debian/control: git-daemon-sysvinit: Priority: optional.
4   * debian/control: clarify how to decide between git-daemon-run and
5     git-daemon-sysvinit in package descriptions.
6   * debian/control: Standards-Version: 4.0.1.0.
8  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 14 Aug 2017 12:14:32 -0700
10 git (1:2.14.1-1) unstable; urgency=high
12   * new upstream point release to fix CVE-2017-1000117, arbitrary
13     code execution issues via URLs (see RelNotes/2.14.1.txt).
15  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 10 Aug 2017 09:16:20 -0700
17 git (1:2.14.0-1) unstable; urgency=low
19   * new upstream release (see RelNotes/2.14.0.txt).
20   * debian/patches/0001-pre-rebase-hook-capture-documentation-...diff:
21     remove; applied upstream.
22   * build against PCRE v2 if available at build time (thx to Ævar
23     Arnfjörð Bjarmason for the suggestion).  Build-Depends:
24     libpcre2-dev | libpcre3-dev.
26  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 07 Aug 2017 11:31:25 -0700
28 git (1:2.13.3-1) unstable; urgency=low
30   * new upstream point release (see RelNotes/2.13.3.txt).
32  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 17 Jul 2017 12:16:44 -0700
34 git (1:2.13.2-3) unstable; urgency=low
36   * remove git-arch package.  It depended on GNU Arch, which has not
37     been maintained upstream for more than 10 years (thx Adrian
38     Bunk; closes: #866059).
39   * debian/rules: do not allow flaky git-svn tests t9128.4 or t9167.3
40     to cause the build to fail, either (closes: #865789).
42  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 30 Jun 2017 16:11:06 -0700
44 git (1:2.13.2-2) unstable; urgency=low
46   * git-email: use perl in dependency instead of perl-modules (thx
47     Damyan Ivanov for suggesting it through lintian).
48   * debian/rules: do not allow flaky git-svn test t9128.3 to cause
49     the build to fail (closes: #865789).
51  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 26 Jun 2017 15:17:48 -0700
53 git (1:2.13.2-1) unstable; urgency=low
55   * new upstream point release (see RelNotes/2.13.2.txt).
56   * git-email: Depends: perl-modules (>> 5.21.5) | libnet-smtp-ssl-perl
57     for starttls support instead of unconditionally requiring
58     Net::SMTP::SSL (thx Dennis Kaarsemaker).
59   * debian/rules: skip HTML documentation generation when
60     DEB_BUILD_OPTIONS=nodoc.
61   * debian/copyright: use https form of Format URL.
62   * debian/control: Standards-Version: 4.0.0.0.
64  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 26 Jun 2017 11:47:14 -0700
66 git (1:2.13.1-1) unstable; urgency=low
68   * new upstream release (see RelNotes/2.12.0.txt, RelNotes/2.13.0.txt).
69   * debian/patches/xdiff-Do-not-enable-XDF_FAST_HASH-by-default.diff,
70     shell-disallow-repo-names-beginning-with-dash.patch: remove; applied
71     upstream.
72   * update debian/copyright
73   * debian/rules: run tests once and always produce verbose output.
75  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 Jun 2017 15:42:17 -0700
77 git (1:2.11.0-4) unstable; urgency=low
79   [ Alan Jenkins ]
80   * git: remove Recommends: rsync (closes #862435).
81   * git-arch: Depends: rsync.
83  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 15 May 2017 12:13:38 -0700
85 git (1:2.11.0-3) unstable; urgency=high
87   * Do not allow git helpers run via git-shell to launch a pager
88     (CVE-2017-8386).
90  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 09 May 2017 16:23:17 -0700
92 git (1:2.11.0-2) unstable; urgency=medium
94   * gitweb: Depends: libcgi-pm-perl; Build-Depends: libcgi-pm-perl
95     (thx Mikko Rasa; closes: #847961).
97  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 27 Dec 2016 15:17:12 -0800
99 git (1:2.11.0-1) unstable; urgency=medium
101   * New upstream release (see RelNotes/2.11.0.txt).
102   * debian/patches/git-sh-setup-Restore-sourcability-from-outside-script.diff:
103     remove; applied upstream.
104   * Replace
105     debian/patches/Documentation-omit-asciidoc-footer-on-generated-input.diff
106     with the more upstreamable
107     debian/patches/Normalize-generated-asciidoc-timestamps-with-SOURCE_D.diff.
108   * debian/patches/git-gui-Sort-entries-in-optimized-tclIndex.diff,
109     debian/patches/xdiff-Do-not-enable-XDL_FAST_HASH-by-default.diff:
110     Further improvements to build reproducibility.
112  -- Anders Kaseorg <andersk@mit.edu>  Wed, 30 Nov 2016 23:34:59 -0500
114 git (1:2.10.2-3) unstable; urgency=medium
116   * debian/rules: Split override_dh_installdocs into -arch and -indep
117     parts.  (Closes: #843393)
119  -- Anders Kaseorg <andersk@mit.edu>  Wed, 16 Nov 2016 16:12:02 -0500
121 git (1:2.10.2-2) unstable; urgency=medium
123   * Add missing upstream changelog entries from v2.10.2.
124   * gitweb: Add version to Breaks: apache2.2-common (<< 2.3~).
125   * git-mediawiki: Shorten description.
126   * Link extra license files to common-licenses.
127   * Invoke dpkg-maintscript-helper dir_to_symlink correctly.
128     (Closes: #843011)
129   * debian/patches/Documentation-omit-asciidoc-footer-on-generated-input.diff:
130     Omit the “last updated” footer when processing asciidoc inputs that
131     are generated at build time.  (Closes: #813912)
133  -- Anders Kaseorg <andersk@mit.edu>  Sat, 05 Nov 2016 07:20:14 -0400
135 git (1:2.10.2-1) unstable; urgency=medium
137   * New upstream point release (see RelNotes/2.10.2.txt).
138     - imap-send: Tell cURL to use imap:// or imaps:// (Closes: #648329)
139   * Run asciidoc in TZ=UTC to improve the reproducibility of documentation
140     footer timestamps.
141   * debian/patches/git-sh-setup-Restore-sourcability-from-outside-script.diff:
142     Restore sourcability of git-sh-setup from outside scripts.
143     (Closes: #842477)
145  -- Anders Kaseorg <andersk@mit.edu>  Sat, 29 Oct 2016 22:44:37 -0400
147 git (1:2.10.1-1) unstable; urgency=medium
149   * New upstream release (see RelNotes/2.10.0.txt, RelNotes/2.10.1.txt).
150     (Closes: #840800)
151   * debian/rules: Fix clean target to remove GIT-VERSION-FILE and
152     contrib/subtree build products.  (Closes: #834870)
153   * Fix a missing reference in /usr/share/doc-base/everyday-git.
154     (Closes: #836516)
155   * Migrate patches to 3.0 (quilt) format.  (Closes: #834566)
156   * Migrate packaging to Debhelper.  (Closes: #834886)
157   * Replace perl-modules dependency with perl.
158   * git-daemon-sysvinit: Depend lsb-base (>= 3.0-6) for
159     /lib/lsb/init-functions.
161  -- Anders Kaseorg <andersk@mit.edu>  Fri, 14 Oct 2016 21:47:15 -0400
163 git (1:2.9.3-1) unstable; urgency=medium
165   * New upstream release (see RelNotes/2.8.2.txt, RelNotes/2.8.3.txt,
166     RelNotes/2.9.0.txt, RelNotes/2.9.1.txt, RelNotes/2.9.2.txt,
167     RelNotes/2.9.3.txt).
169  -- Anders Kaseorg <andersk@mit.edu>  Tue, 16 Aug 2016 16:32:47 -0400
171 git (1:2.8.1-1) unstable; urgency=low
173   * new upstream point release.
174   * debian/diff/0003-0007-srv-be-more-tolerant-of-broken-DNS-replies.diff:
175     remove.
177  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Apr 2016 17:23:33 -0700
179 git (1:2.8.0~rc3-1) unstable; urgency=medium
181   * new upstream release candidate (see RelNotes/2.8.0.txt).
182     * harden against on-stack and on-heap buffer overflows (CVE-2016-2324,
183       CVE-2016-2315; closes: #818318).
184   * debian/git.docs: update for README -> README.md renaming.
186  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2016 18:28:12 -0700
188 git (1:2.7.0-1) unstable; urgency=low
190   * new upstream release.
192  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 19 Jan 2016 11:04:08 -0800
194 git (1:2.7.0~rc3-1) unstable; urgency=low
196   * new upstream release candidate (see RelNotes/2.7.0.txt).
197   * debian/control: Standards-Version: 3.9.6.0.
198   * debian/control: use HTTPS for Homepage URL.
200  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 04 Jan 2016 12:25:50 -0800
202 git (1:2.6.4-1) unstable; urgency=medium
204   * new upstream point release (see RelNotes/2.6.4.txt).
206  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 10 Dec 2015 16:07:19 -0800
208 git (1:2.6.3-1) unstable; urgency=medium
210   * new upstream point release (see RelNotes/2.6.3.txt).
212  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 08 Dec 2015 12:02:26 -0800
214 git (1:2.6.2-1) unstable; urgency=low
216   * new upstream point release (see RelNotes/2.6.2.txt).
218  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 23 Oct 2015 11:52:44 -0700
220 git (1:2.6.1-1) unstable; urgency=high
222   * new upstream point release (see RelNotes/2.6.1.txt).
224  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 Oct 2015 11:16:05 -0700
226 git (1:2.6.0-1) unstable; urgency=low
228   * new upstream release (see RelNotes/2.6.0.txt).
230  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 29 Sep 2015 12:55:19 -0700
232 git (1:2.5.3-1) unstable; urgency=medium
234   * new upstream point release (see RelNotes/2.5.2.txt, 2.5.3.txt).
236  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Sep 2015 12:36:49 -0700
238 git (1:2.5.1-1) unstable; urgency=medium
240   * new upstream point release (see RelNotes/2.5.1.txt).
242  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 28 Aug 2015 14:27:25 -0700
244 git (1:2.5.0-1) unstable; urgency=low
246   * new upstream release (see RelNotes/2.5.0.txt).
248  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jul 2015 10:47:13 -0700
250 git (1:2.4.6-1) unstable; urgency=medium
252   * new upstream release (see RelNotes/2.[234].*.txt).
253   * debian/rules: use install-html target for git-subtree docs
254     (see #768795).
255   * gitweb: Pre-Depends: dpkg 1.16.1 for -noawait support.
256   * gitweb.apache2.conf: make configuration conditional on MIME
257     support (thx Uwe Storbeck; closes: #775236).
259  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 21 Jul 2015 12:08:09 -0700
261 git (1:2.1.4-2.1) unstable; urgency=medium
263   * Non-maintainer upload.
264   * Use interest-noawait triggers for gitweb to avoid a
265     trigger cycle.  (Closes: #774607)
267  -- Niels Thykier <niels@thykier.net>  Mon, 02 Feb 2015 19:42:37 +0100
269 git (1:2.1.4-2) unstable; urgency=medium
271   * update gitweb configuration for Apache 2.4:
272     * apache2.conf:
273       * make configuration conditional on CGI and alias support.
274       * put explicit '+' before FollowSymLinks option.
275     * README.Debian: update with new configuration file path.
276       Mention CGI support requirement.
277     * prerm: fix typo in last line (it should be "fi", not "then").
278     * update version number in conffile handling code to handle
279       upgrades within testing.
281  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 19 Dec 2014 17:52:50 -0800
283 git (1:2.1.4-1) unstable; urgency=medium
285   * new upstream point release (CVE-2014-9390).
286     * checkout: tighten exit code handling on errors.
287     * avoid writing filenames to the work tree that some filesystems
288       do not distinguish from ".git".
289       * reject ".gIt" and other path components that case-fold
290         to ".git" in "git checkout", "git add", and "git fsck".
291       * new '[core] protectHFS' setting to reject path components
292         such as ".Git\u200f" that HFS+ folds to ".git" in
293         "git checkout" and "git add".  Always reject such paths
294         in "git fsck".  (U+200F is the Unicode right-to-left
295         mark.)
296       * new '[core] protectNTFS' setting to reject path components
297         such as ".Git " that NTFS folds to ".git" in "git checkout"
298         and "git add".  Always reject such paths in "git fsck".
299   * gitweb: use apache 2.4-compatible configuration (thx Jean-Michel
300     Nirgal Vourgère for advice; closes: #669292).
301     * rules, conffiles: Apache configuration goes in
302       /etc/apache2/conf-available, not conf.d.
303     * preinst, postinst, postrm: use dpkg-maintscript-helper to
304       rename the conffile and preserve local changes.
305     * postinst, prerm, postrm: use apache2-maintscript-helper if
306       present to load and unload gitweb configuration.
307     * implicit: check for debian/$pkg.triggers.
308     * triggers: re-run postinst when apache2-maintscript-helper is
309       installed.
310     * control:
311       * Pre-Depends: dpkg 1.15.8 for dpkg-maintscript-helper.
312       * Breaks: apache2.2-common because the Apache configuration
313         requires version 2.4.
314   * debian/diff/0009-git-svn-use-SVN-Ra-get_dir2-when-possible.diff:
315     new from upstream: git svn: use get_dir2 instead of get_dir when
316     possible (thx Eric Wong; works around: #767530).
317   * debian/diff/0010-gitweb-hack-around-CGI-s-list-context-...diff:
318     new from upstream: gitweb: be explicit about use of param() in list
319     context, avoiding log noiose with libcgi-pm-perl >= 4.08 and a test
320     failure in t9500-gitweb-standalone-no-errors.sh (thx Reiner
321     Herrmann; closes: #770655).
322   * correct spelling of Roland Mas's name in the 1:2.1.3-1 changelog
323     entry.
325  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 19 Dec 2014 15:55:34 -0800
327 git (1:2.1.3-1) unstable; urgency=low
329   * new upstream point release.
330     * config --add: avoid segfault when key already has an empty value.
331     * remote-http: avoid failure due to command line length limits when
332       pushing many refs.
333     * fast-import: avoid segfault when trying to clear root tree.
334     * index-pack: reliably detect and error out when encountering
335       duplicate delta base.
336     * gc: do not prune objects only reachable from HEAD .
337     * fsck: be more consistent about exiting nonzero for corruption.
338     * am: tighten check for mbox 'From ' line.
339     * daemon: fix error message when bind() fails.
340     * mergetool: fix --output handling in meld >= 3.12 (see GNOME
341       bug 737869).
342     * gitweb: use start_form instead of startform for compatibility
343       with CGI.pm 4.04 and newer (thx Roland Mas; closes: #765525).
344     * pack-objects: do not write invalid bitmaps when hitting pack
345       size limit.
347  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 04 Nov 2014 13:20:39 -0800
349 git (1:2.1.1-1) unstable; urgency=low
351   * new upstream point release.
353  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 22 Sep 2014 17:56:49 -0700
355 git (1:2.1.0-1) unstable; urgency=low
357   * new upstream release (see RelNotes/2.1.0.txt).
359  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Aug 2014 16:09:26 -0700
361 git (1:2.1.0~rc1-1) unstable; urgency=low
363   * new upstream release candidate.
365  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 05 Aug 2014 13:59:00 -0700
367 git (1:2.0.1-1) unstable; urgency=low
369   * new upstream point release.
371  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 25 Jun 2014 15:09:25 -0700
373 git (1:2.0.0-2) unstable; urgency=low
375   * debian/rules: drop obsolete THREADED_DELTA_SEARCH setting.
376   * debian/rules: add SANE_TOOL_PATH= INSTALL=install TAR=tar to
377     OPTS to fix the Dyson build (thx Игорь Пашев; closes:
378     #734097).
379   * debian/rules: remove NO_PYTHON=1 now that the git_remote_helpers
380     library has been removed.
381   * debian/rules: remove git-p4 and its documentation from the git,
382     git-man, and git-doc packages.  It depends on Perforce, which is
383     not part of Debian.
385  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Jun 2014 16:17:46 -0700
387 git (1:2.0.0-1) unstable; urgency=low
389   * new upstream release (see RelNotes/2.0.0.txt).
391  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 28 May 2014 16:06:41 -0700
393 git (1:2.0.0~rc4-1) unstable; urgency=low
395   * new upstream release candidate.
396   * remove source-highlight build dependency since the markup
397     requiring it was removed upstream (thx Anders Kaserog;
398     LP: #1316810).
399   * remove git-bzr package to make room for a package built from
400     https://github.com/felipec/git-remote-bzr.
401     * debian/control: remove references to git-bzr package.
402     * debian/control: remove Build-Depends: bzr, python-bzrlib.
403     * debian/rules: remove rules to build, install, and clean
404       git-remote-bzr.
405     * debian/git-doc.docs: do not install git-remote-bzr.html.
406     * debian/git-remote-bzr.txt, debian/git-bzr.postinst,
407       debian/git-bzr.prerm, debian/git-bzr.README.Debian: remove.
409  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 May 2014 11:34:56 -0700
411 git (1:2.0.0~rc2-1) unstable; urgency=low
413   * new upstream release candidate.
415  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 May 2014 17:25:50 -0700
417 git (1:2.0.0~rc0-2) unstable; urgency=low
419   [ Anders Kaseorg ]
420   * add source-highlight build dependency (closes: #745591).
422  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 23 Apr 2014 11:09:25 -0700
424 git (1:2.0.0~rc0-1) unstable; urgency=low
426   * new upstream release candidate.
427   * debian/diff/0009-contrib-subtree-unset-prefix-before-....diff:
428     remove; applied upstream.
429   * update debian/copyright.
431  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Apr 2014 17:01:04 -0700
433 git (1:1.9.2-1) unstable; urgency=low
435   * new upstream point release.
436     * wt-status: subject full label string to l10n (thx Raphaël
437       Hertzog; closes: #725777).
439  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 09 Apr 2014 15:15:18 -0700
441 git (1:1.9.1-1) unstable; urgency=low
443   * new upstream point release.
445   [ Jonathan Nieder ]
446   * git-email: Recommends: libio-socket-ssl-perl (>= 1.951) since
447     earlier versions do not use OpenSSL's defaults when ca_path
448     and ca_file are unset.
450   [ Gilles Filippini ]
451   * install git-subtree from contrib (closes: #704652).
452   * debian/diff/0009-contrib-subtree-unset-prefix-before-proceeding.diff:
453     new; unset the 'prefix' environment variable before proceeding.
455  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Mar 2014 15:58:46 -0700
457 git (1:1.9.0-1) unstable; urgency=low
459   * new upstream release.
461  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Feb 2014 08:31:49 -0800
463 git (1:1.9.0~rc3-1) unstable; urgency=low
465   * new upstream release candidate.
467  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 07 Feb 2014 15:53:52 -0800
469 git (1:1.9~rc1-1) unstable; urgency=low
471   * new upstream release candidate.
473  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 14:07:56 -0800
475 git (1:1.9~rc0-1) unstable; urgency=low
477   * new upstream release candidate.
478   * debian/diff:
479     * 0001-remove-interpreter-line-from-shell-libraries.diff:
480       remove; applied upstream.
481     * 0002...0009: rename to 0001-*, ..., 0008-*.
482     * 0010-git-remote-mediawiki-do-not-remove-installed-...diff:
483       remove; applied upstream.
484   * debian/rules install: no more need to include DESTDIR in
485     mw-to-git INSTLIBDIR.
487  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 13:05:17 -0800
489 git (1:1.8.5.3-1) unstable; urgency=low
491   * new upstream point release.
493  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Jan 2014 16:18:25 -0800
495 git (1:1.8.5.2-2) unstable; urgency=low
497   * /etc/bash_completion.d/git-prompt: check for git-sh-prompt
498     and do not source it if git is removed but not purged (thx
499     Craig Small; closes: #726669).
500   * debian/control: package git Breaks: git-buildpackage versions
501     that rely on output from 'git status' without the --porcelain
502     flag (closes: #734223).
504  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jan 2014 14:46:23 -0800
506 git (1:1.8.5.2-1) unstable; urgency=low
508   * new upstream point release.
510  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Dec 2013 16:31:01 -0800
512 git (1:1.8.5.1-1) unstable; urgency=medium
514   * new upstream point release.
515     * submodule: do not copy unknown update mode from .gitmodules.
517  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 03 Dec 2013 14:12:55 -0800
519 git (1:1.8.5-1) unstable; urgency=low
521   * new upstream release.
522   * merge branch debian-experimental.
523   * git-daemon-sysvinit: advertise GIT_DAEMON_BASE_PATH in
524     /etc/default/git-daemon (thx Alexander Dahl and Antonio
525     Ospite; closes: #704985).
527  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Nov 2013 11:28:02 -0800
529 git (1:1.8.5~rc3-1) experimental; urgency=low
531   * new upstream release candidate.
533   [ Anders Kaseorg ]
534   * debian/rules: pass $(OPTS) to contrib/mw-to-git/Makefile
535     (closes: #729763).
537  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 16:35:29 -0800
539 git (1:1.8.5~rc2-1) experimental; urgency=low
541   * merge branch debian-sid.
542   * new upstream release candidate.
544   [ Thorsten Glaser ]
545   * package mw-to-git (closes: #718395).
546     * debian/control: new package git-mediawiki; Depends:
547       libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl,
548       libdatetime-format-iso8601-perl; package git now Suggests
549       and git-all Depends: git-mediawiki.
550     * debian/rules: build and install Git::Mediawiki perl module,
551       mediawiki remote helper, and 'git mw' command in
552       git-mediawiki package.
553     * debian/diff/0010-git-remote-mediawiki-do-not-remove-...diff:
554       new from upstream: mw-to-git: do not remove installed files
555       in "clean" target.
556     * debian/git-mediawiki.docs: install git-remote-mediawiki.txt.
558   [ Anders Kaseorg ]
559   * debian/diff/0003-transport-expose-git_tcp_connect-...diff:
560     include tcp.h before using tcp functions (closes: #728508).
562   [ Jonathan Nieder ]
563   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
564     remove; applied upstream.
566  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 13 Nov 2013 16:12:29 -0800
569 git (1:1.8.4.4-1) unstable; urgency=low
571   * new upstream point release.
573  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 17:51:36 -0800
575 git (1:1.8.4.3-1) unstable; urgency=low
577   * new upstream point release.
579  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 11 Nov 2013 15:51:10 -0800
581 git (1:1.8.5~rc0-1) experimental; urgency=low
583   * new upstream release candidate.
584   * debian/diff:
585     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff,
586       0002-post-receive-email-defend-against-non-utf8-...diff:
587       remove; applied upstream.
588     * 0003...0012: rename to 0001-*, ..., 0010-*.
590  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:01:15 -0700
592 git (1:1.8.4.2-1) unstable; urgency=low
594   * new upstream point release.
595   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
596     new from upstream: sort cvsserver output to combat Perl 5.18
597     hash randomization (thx Anders Kaseorg; closes: #727226).
599  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:00:07 -0700
601 git (1:1.8.4.1-1) unstable; urgency=low
603   * merge branch debian-experimental.
604   * new upstream point release.
605   * debian/control: Build-Depends tcl instead of tcl8.5
606     (closes: #725961).
608  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 21 Oct 2013 11:46:45 -0700
610 git (1:1.8.4-1) experimental; urgency=low
612   * new upstream release.
614  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 24 Aug 2013 14:50:38 -0700
616 git (1:1.8.4~rc4-1) experimental; urgency=low
618   * new upstream release candidate.
619   * debian/diff/0012-*, 0013-*: remove; applied upstream.
620   * debian/rules: define .NOTPARALLEL to avoid races between
621     "make" child processes (thx Anders Kaseorg; closes: #720274).
623  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 19 Aug 2013 22:41:08 -0700
625 git (1:1.8.4~rc3-1) unstable; urgency=low
627   * new upstream release candidate.
628     * switch de translation from pure German to German+English.
629   * debian/diff/:
630     * 0012-Revert-git-stash-avoid-data-loss-when-....diff: new
631       from upstream: stash: omit too-slow check for files
632       replaced by directories before stashing.
633     * 0013-Revert-Add-new-shortcut-for-HEAD.diff: new from
634       upstream: treat "@" and names like "refs/heads/@/foo" as
635       ordinary refnames again.
636   * debian/control: Vcs-Git: https://repo.or.cz/r/git/debian.git/
637     (thx brian m. carlson; closes: #719932).
638   * debian/git.README.source: suggest developing against
639     https://repo.or.cz/r/git/debian.git/.
640   * debian/watch: use xz-compressed tars from kernel.org again.
642  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 18 Aug 2013 03:41:49 -0700
644 git (1:1.8.4~rc2-1) unstable; urgency=low
646   * new upstream release candidate.
647     * cat-file: do not split --batch input lines on whitespace
648       (thx Joey Hess; closes: #718517).
650  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 10 Aug 2013 12:25:45 -0700
652 git (1:1.8.4~rc1-1) unstable; urgency=low
654   * new upstream release candidate.
655   * debian/watch: point to code.google.com again.
656   * debian/git.preinst:
657     * check that targets in /var/cache/git/* exist when
658       creating symlinks from /var/lib/git/ (thx Steve Cotton and
659       Christoph Anton Mitterer; closes: #718411).
660     * remove spurious '/var/lib/git/*' symlink from the upgrade
661       to 1:1.8.4~rc0-1.
663  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 01 Aug 2013 23:14:58 -0700
665 git (1:1.8.4~rc0-1) unstable; urgency=low
667   * new upstream release candidate.
668   * use /var/lib/git instead of /var/cache/git as default git
669     project root to comply with the Filesystem Hierarchy Standard
670     (thx Julian Gilbey; closes: #483788):
671     * git-daemon.default, git-daemon.in, git-daemon/run: use
672       base path of /var/lib and projectroot of /var/lib/git.
673     * gitweb.conf: $projectroot = "/var/lib/git".
674     * rules: package git: install empty /var/lib/git directory
675       instead of /var/cache/git.
676     * git.README.Debian, git-daemon-run.README.Debian,
677       git-daemon-sysvinit.README.Debian, gitweb.README.Debian:
678       update for the new project root.
679     * git.preinst: install symlinks /var/lib/git/* ->
680       ../../cache/git/*.
681     * git.NEWS.Debian: advertise the change and explain how to
682       adapt to it.
683   * update debian/copyright.
685  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 30 Jul 2013 19:11:14 -0700
687 git (1:1.8.3.2-1) unstable; urgency=low
689   * new upstream point release (see RelNotes/1.8.3.2.txt).
691  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 01 Jul 2013 19:20:03 -0700
693 git (1:1.8.3.1-1) unstable; urgency=low
695   * merge branch debian-experimental
696   * new upstream point release (see RelNotes/1.8.3.1.txt).
697   * debian/watch: use xz-compressed tarballs from kernel.org.
699  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 12 Jun 2013 07:50:53 -0700
701 git (1:1.8.3-1) experimental; urgency=low
703   * new upstream release (see RelNotes/1.8.3.txt).
705  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 May 2013 22:32:40 -0700
707 git (1:1.8.3~rc3-1) experimental; urgency=low
709   * new upstream release candidate.
711  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 19 May 2013 11:49:16 -0700
713 git (1:1.8.3~rc2-1) experimental; urgency=low
715   * new upstream release candidate.
716     * gitk: "grep diff" pickaxe variant (closes: #589283).
717   * debian/rules: install perl modules with correct permissions
718     (thx Christian Schwartz for suggesting it through lintian).
719   * move "git svn" perl helpers to the git-svn package.
720     * debian/rules: install Git::SVN and Git::SVN::* to the
721       git-svn package, not git.
722     * debian/control: git-svn: Breaks: and Replaces: old git.
723   * debian/rules: install perl module manpages to git-man and
724     git-svn packages, as appropriate.
725   * debian/rules: mark hooks in /usr/share/git-core/contrib/hooks/
726     as executable (thx Olivier Berger; closes: #687391).
727   * debian/control: drop Depends: and Build-Depends: libc6.1
728     (>= 2.10.2-6) [ia64] workaround for #563882, since that bug did
729     not affect any stable release.
730   * debian/control: drop dependencies on pre-Debian 5.0 (lenny)
731     packages.
732     * do not accept libcurl3-gnutls-dev as a substitute for
733       libcurl4-gnutls-dev.
734     * do not accept libsvn-core-perl as a substitute for
735       libsvn-perl.
736     * make asciidoc, docbook-xsl, runit, and tk dependencies
737       unversioned.
738     * git, git-man, git-cvs, git-svn, git-email, gitk: drop Breaks
739       and Replaces against cogito (<< 0.16rc2-0).
740     * git: drop Breaks against old qgit and git-buildpackage.
741     * git: drop Conflicts against git-core (<< 1:1.5.2~rc3-2.).
742     * git-gui: no longer Replaces git-core (<< 1:1.5.2.2-3).
743   * Use source format 3.0 (quilt).
745  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 15 May 2013 00:20:06 -0700
747 git (1:1.8.3~rc1-1) experimental; urgency=low
749   * new upstream release candidate.
750     * log --pretty: avoid undefined behavior in %>, %<, %><'s
751       truncation support (closes: #706400).
753  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 May 2013 23:28:04 -0700
755 git (1:1.8.3~rc0-1) experimental; urgency=low
757   * new upstream release candidate.
758     * remote-bzr: respect bzr "author" field in import (closes:
759       #705245).
760     * remote-bzr: allow re-add of a deleted file in the same commit
761       (closes: #704913, #704959).
763  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 29 Apr 2013 00:29:14 -0700
765 git (1:1.8.2.1-1) experimental; urgency=low
767   * new upstream point release (see RelNotes/1.8.2.1.txt).
768   * debian/implicit:
769     * check for debian/changelog.upstream.
770     * %.deb-DEBIAN-md5sums depends on /usr/share/doc/$pkg/doc/,
771       doc-base/, and lintian/ directories.
772     * do not remove files named after implicit targets.
773   * debian/rules:
774     * respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
775     * do not create ./changelog symlink (avoiding a race).
776     * override implicit git-core.deb-docs target, since git-core does
777       not have its own doc/ directory.
778   * debian/README.source: point to git.README.source (thx Helmut
779     Grohne; closes: #704580)
780   * debian/git.NEWS.Debian: add leading spaces before tab for
781     changelog parsers (thx Russ Allbery for suggesting it through
782     lintian).
784  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 08 Apr 2013 00:46:02 -0700
786 git (1:1.8.2-1) experimental; urgency=low
788   * new upstream release (see RelNotes/1.8.2.txt).
789   * package the bzr remote helper (closes: #702697).
790     * debian/control: new package git-bzr; Priority: extra; Provides:
791       git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
792       bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
793       package git now Suggests and git-all Recommends: git-bzr.
794     * debian/git-remote-bzr.txt: new; explain usage.
795     * debian/rules: build git-remote-bzr documentation, munge script
796       shebang line, and install manpage (git-remote-bzr--git.1.gz)
797       and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
798       package.
799     * debian/git-doc.docs: install git-remote-bzr.html.
800     * debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
801       /usr/bin/git-remote-bzr through the alternatives system.
802     * debian/git-bzr.README.Debian: new; explain how to get started.
803   * debian/control: Standards-Version: 3.9.4.0.
804   * debian/rules: define %.install depending on install-arch or
805     install-indep as appropriate for each package.
806   * debian/implicit: depend on %.install instead of both install-arch
807     and install-indep so "debian/rules binary-arch" does not try to
808     build documentation.
809   * debian/rules build-indep, install-indep: build documentation even
810     if asciidoc is not installed.  Build-Depends: dpkg-dev (>= 1.16.2).
811   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
813  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 22:06:58 -0700
815 git (1:1.8.2~rc3-1) experimental; urgency=low
817   * new upstream release candidate.
819  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
821 git (1:1.8.2~rc2-1) experimental; urgency=low
823   * new upstream release candidate.
824     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
825       empty entry (thx Anders Kaseorg and Michael Haggerty).
826   * update debian/copyright.
828  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
830 git (1:1.8.2~rc1-1) experimental; urgency=low
832   * new upstream release candidate.
834  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
836 git (1:1.8.2~rc0-1) experimental; urgency=low
838   * new upstream release candidate.
839     * push: require force for refs under refs/tags/.
840     * push: require force for annotated tags.
841   * debian/git.NEWS.Debian: advertise upcoming change to default
842     behavior of argumentless "git push [<remote>]".
843   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
844     #699536).
845   * update debian/copyright (closes: #699930).
847  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
849 git (1:1.8.1.3-1) experimental; urgency=low
851   * new upstream point release.
853  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
855 git (1:1.8.1.2-1) experimental; urgency=low
857   * new upstream point release.
859  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
861 git (1:1.8.1.1-1) experimental; urgency=low
863   [ Jonathan Nieder ]
864   * debian/git.NEWS.Debian: bash completion script moved to
865     /usr/share/bash-completion/completions/ (thx Philipp Marek;
866     closes: #698055).
868   [ Gerrit Pape ]
869   * new upstream release.
871  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
873 git (1:1.8.1-1) experimental; urgency=low
875   * new upstream release (see RelNotes/1.8.1.txt).
877  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
879 git (1:1.8.1~rc3-1) experimental; urgency=low
881   * new upstream release candidate.
882   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
883     #669376).
885  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
887 git (1:1.8.1~rc0-1) experimental; urgency=low
889   * new upstream release candidate.
890   * debian/control: mark all binary packages Multi-Arch: foreign (thx
891     Colin Watson; closes: #694651).
893  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
895 git (1:1.8.0-1) experimental; urgency=low
897   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
898     RelNotes/1.8.0.txt)
899     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
900       (closes: #526989).
901     * git-svn: use platform specific auth providers.
902     * git-svn: handle errors and concurrent commits in dcommit
903       (closes: #676904).
904     * am: support --include option.
905     * grep: add a grep.patternType configuration setting.
906     * daemon: --access-hook for authentication logging and policy.
907     * merge-base: expose --is-ancestor helper for scripts.
908     * branch: support --set-upstream-to with simpler syntax than
909       --set-upstream.
910     * format-patch: do not use bogus email addresses in message ids.
911     * http: trim trailing newline from /etc/mailname.
912     * do not ignore port in ssh URLs with ipv6 literals
913       (closes: #646178).
914     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
915       before ~/.gitconfig for configuration.
916     * [core] excludesfile and attributes file default to
917       ~/.config/git/ignore and ~/.config/git/attributes.
918     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
919       settings (closes: #666250).
920     * git-blame.el: address elisp warnings from emacs:
921       * use mapc instead of mapchar (closes: #611931).
922       * do not use goto-line in lisp code (closes: #611933).
923       * use with-current-buffer where appropriate (closes: #611932).
924     * cli: add Italian and Vietnamese translations.
925     * push: introduce new push.default mode "simple".  It will be the
926       default in the next major release.
928   [ Jonathan Nieder ]
929   * debian/diff:
930     * 0013...0031: remove; applied upstream.
931     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
932       upstream.
933   * debian/rules:
934     * install German translation.
935     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
936       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
937     * install-arch: sanity-check that built-ins still do not approach
938       btrfs hardlink limit (see #642603).
939     * git: install git-prompt.sh from contrib/completion to
940       /usr/lib/git-core/git-sh-prompt.
941     * git: install completion script to
942       /usr/share/bash-completion/completions/{git,gitk} instead of
943       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
944       it on the fly when completing arguments to git commands.
945   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
946   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
947     remove /etc/bash_completion.d/git on upgrade if unmodified.
948   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
949     /etc/bash_completion.d/git-prompt: new; source
950     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
951     completion lib defining __git_ps1 can continue to work (thx Danny
952     Yates and Anders Kaseorg).
953   * debian/git.conffiles: remove /etc/bash_completion.d/git.
954   * update debian/copyright.
955   * debian/control: gitweb: Recommends: libhttp-date-perl or
956     libtime-module-perl for If-Modified-Since support; Build-Depends:
957     same to support test suite.
958   * debian/implicit: use order-only dependencies so "debian/rules
959     binary-arch" does not try to build documentation.
961   [ Gerrit Pape ]
962   * new upstream release.
964  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
966 git (1:1.7.10.4-2) unstable; urgency=low
968   * debian/diff:
969     * 0013...0030: new from the upstream 'master' branch: git svn:
970       adapt to svn 1.7 changes:
971       * normalize paths and URLs passed to Subversion (thx Michael G.
972         Schwern; closes: #678137)
973       * use correct "svn cp" syntax when checking git svn's mangling
974         of @-signs in branch names (svn became stricter).
975       * commit filetype changes between a regular file and symlink as
976         replacement (deletion followed by addition) instead of
977         modification of files.  Otherwise, clients pulling the change
978         with "svn update" hit an assertion failure (svn issue 4091).
979     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
980       use YAML format for mergeinfo cache when possible.
981   * debian/control: git-svn: Depends: libyaml-perl for platform- and
982     version-independent .git/svn/.caches format; Build-Depends:
983     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
984     #587650).
986  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
988 git (1:1.7.10.4-1) unstable; urgency=low
990   * new upstream point release (thx Jonathan Nieder).
992  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
994 git (1:1.7.10.2-1) unstable; urgency=low
996   * new upstream point release.
997     * merge-recursive: don't detect renames of empty files.
998     * fast-import: tighten parsing of datarefs.
999     * diff -c -U0: fix segfault showing start of file.
1000   * debian/rules: do not install preliminary German translation.
1002  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
1004 git (1:1.7.10-1) unstable; urgency=low
1006   * new upstream release.
1007     * merge: use editor by default in interactive sessions
1008     * submodules: use relative paths to git dir and worktree.
1009     * fast-import: reject "ls" of path with empty components.
1010     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
1011     * am: officially deprecate -b/--binary option.
1012   * debian/diff:
1013     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
1014       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
1015       remove; applied upstream.
1016     * 0007...0014: rename to 0005-*, ... 0012-*.
1017   * debian/git.README.Debian: make paths in inetd(8) hint
1018     consistent with git-daemon-run and git-daemon-sysvinit setup.
1019   * debian/control: package git: Suggests: gettext-base for translated
1020     output in shell scripts.
1022  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
1024 git (1:1.7.9.5-1) unstable; urgency=low
1026   * new upstream point release.
1027   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
1028     Nieder; closes: #661317).
1030  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
1032 git (1:1.7.9.4-1) unstable; urgency=low
1034   * new upstream point release.
1035     * commit: skip intent-to-add entries instead of erroring out.
1036     * grep -I: let diff attribute override binary file detection.
1037     * clone, daemon, http-backend, transport: look for .../foo before
1038       .../foo.git in response to requests for .../foo.
1039     * rev-list: enable or disable --verify-objects behavior based on
1040       the command line instead of uninitialized memory.
1041     * checkout -b: allow switching out of an unborn branch (closes:
1042       #506480).
1043   * debian/diff: clean up patches for upstream.
1044     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
1045       hooks/post-receive-email: set content-transfer-encoding as well.
1046     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
1047       hooks/post-receive-email: avoid mixed-encoding messages when
1048       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
1049     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
1050       remove #! line from sh-i18n and rebase--* shell libraries, too
1051       (lintian); fix tests' --valgrind support to detect shell
1052       libraries without the #! line (thx Jeff King).
1053     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
1054       Hamano); rename to 0004-*.
1055     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
1056       non-symbolic font names on platforms like Mac OS X, Windows, and
1057       tk <= 8.4 that lack fontconfig support.
1058     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
1059       clarify descriptions.
1060     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
1061       rename to 0010-*.
1062     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
1063       combine; rename to 0011-*.
1064     * 0014, 0015: rename to 0013-*, 0014-*.
1065   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
1066     reload actions (thx Jonathan McCrohan; closes: #663522).
1067   * debian/control: git-gui: point to aspell for spell checking support
1068     in the package description; Suggests: aspell (thx Jonathan Ballet,
1069     closes: #656061).
1070   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
1071     (thx Jonathan McCrohan; closes: #663451).
1072   * debian/control: Standards-Version: 3.9.3.1.
1073   * debian/copyright: adopt copyright-format 1.0.
1075  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
1077 git (1:1.7.9.1-1) unstable; urgency=low
1079   * new upstream point release.
1080     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
1081       Günther; closes: #659255).
1083  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
1085 git (1:1.7.9-1) unstable; urgency=low
1087   * merge branch debian-experimental.
1088   * new upstream release (closes: #657262).
1089   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
1090     applied upstream.
1091   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
1093  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
1095 git (1:1.7.9~rc1-1) experimental; urgency=low
1097   * new upstream release candidate.
1098   * debian/diff:
1099     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
1100     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
1101       convert some error conditions to warnings (closes: #649781).
1102     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
1103       upstream; credential-cache: handle long socket pathnames (closes:
1104       #655288).
1106  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
1108 git (1:1.7.9~rc0-1) experimental; urgency=low
1110   * new upstream release candidate.
1111   * update debian/copyright.
1113  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
1115 git (1:1.7.8.3-1) unstable; urgency=medium
1117   * new upstream point release.
1118   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
1119     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
1120     same file" errors when replacing hard links to the old copy with
1121     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
1122     #654596).
1124  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
1126 git (1:1.7.8.2-1) unstable; urgency=low
1128   * merge branch debian-experimental.
1129   * new upstream release.
1131  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
1133 git (1:1.7.8~rc3-1) experimental; urgency=low
1135   * new upstream release candidate.
1137  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
1139 git (1:1.7.8~rc2-1) experimental; urgency=low
1141   [ Jonathan Nieder ]
1142   * new upstream release candidate.
1143   * merge branch debian-sid.
1144   * update debian/copyright.
1145   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
1146     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
1147     closes: #645009).
1149   [ Gerrit Pape ]
1150   * merge branch debian-sid.
1152  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
1154 git (1:1.7.7.3-1) unstable; urgency=low
1156   * new upstream point release.
1158  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
1160 git (1:1.7.7.2-1) unstable; urgency=low
1162   * new upstream point release.
1163   * debian/rules: add separate build-arch and build-indep targets
1164     (thx Roger Leigh for suggesting it through lintian).
1165   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
1166     generation bug (see #426302).
1167   * debian/rules: use dpkg-buildflags to retrieve compiler flags
1168     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
1170  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
1172 git (1:1.7.8~rc0-1) experimental; urgency=low
1174   * merge branch debian-sid.
1175   * new upstream release candidate.
1176     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
1177       applied upstream (thx Jonathan Nieder).
1179  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
1181 git (1:1.7.7.1-1) unstable; urgency=low
1183   * new upstream point release.
1184   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
1185     remove; applied upstream.
1187  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
1189 git (1:1.7.7-2) unstable; urgency=low
1191   [ Jonathan Nieder ]
1192   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
1193     symlink before changing it to one (thx Євгеній Мещеряков; closes:
1194     #645005).
1195   * debian/diff:
1196     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
1197       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
1198     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
1199     * 0001...0004: new from the upstream 'master' branch:
1200       * ident: check /etc/mailname if email is unknown
1201       * ident: do not retrieve default ident when unnecessary
1202       * init --shared: do not set setgid bit on directories on
1203         GNU/kFreeBSD
1204       * Makefile: fix permissions of mergetools/ when building from
1205         source extracted with permissive umask
1206     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
1207       Makefile: add a knob to disable hardlinks within bindir and
1208       gitexecdir.
1209   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
1210     closes: #642603).
1211   * debian/rules: do not rely on umask to set contrib permissions.
1212   * update debian/copyright.
1213   * debian/watch, debian/copyright: point to code.google.com for now.
1214     The upstream tarballs haven't been added back to kernel.org yet.
1215   * debian/changelog.upstream, debian/versions.upstream: include
1216     v1.7.6.4.
1218   [ Simon Chopin ]
1219   * debian/git.postinst: fix fresh install contrib/hooks cleaning
1220     (#645005).
1222  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
1224 git (1:1.7.7-1) unstable; urgency=low
1226   * new upstream release.
1227   * merge branch debian-experimental.
1228   * debian/rules, debian/git.postinst: move contrib hooks from
1229     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
1230     for backward compatibility (closes: #640949).
1232  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
1234 git (1:1.7.7~rc1-1) experimental; urgency=low
1236   * merge branch debian-sid.
1237   * new upstream release candidate.
1238   * debian/rules: git: skip directories in /usr/lib/git-core/ and
1239     /usr/bin/ when stripping programs.
1241  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
1243 git (1:1.7.6.3-1) unstable; urgency=low
1245   * merge branch debian-experimental.
1246   * new upstream point release.
1247   * debian/diff:
1248     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
1249       to provide better error reporting (thx Jonathan Nieder).
1250     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
1252  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
1254 git (1:1.7.6-1) experimental; urgency=low
1256   * new upstream release.
1257   * debian/diff:
1258     * 0012-daemon-check-for-errors...diff: clarify patch description.
1259     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
1260     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
1261       dns_resolve() pass on return value from getaddrinfo.
1262     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
1263       introduced by this patch when it was added in 1:1.7.6~rc1-1.
1264       * use descriptive messages like "Unable to look up
1265         git.example.com: Out of memory" to report errors from the
1266         resolver, instead of "unable to connect to a socket (success)".
1267       * tolerate alias (CNAME) records in the DNS reply for
1268         _git._tcp.<host>, instead of confusing them for invalid SRV
1269         records and erroring out.
1270     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
1271       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
1273  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
1275 git (1:1.7.6~rc2-1) experimental; urgency=low
1277   * new upstream release candidate.
1279   [ Daniel Baumann ]
1280   * add an init.d script for git-daemon (closes: #422139).
1281     * debian/control, debian/rules: new package git-daemon-sysvinit;
1282       Depends: adduser; Conflicts: git-daemon-run; package git now
1283       Suggests and git-all Recommends: git-daemon-run |
1284       git-daemon-sysvinit.
1285     * debian/git-daemon.init: new; script to start or stop git-daemon.
1286     * debian/git-daemon.default: new; provide some default settings and
1287       disable the daemon by default on first installation.
1288     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
1289       started.
1290     * debian/git-daemon-sysvinit.conffiles: new; treat
1291       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
1292     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
1293       user; register and invoke init script to start git-daemon.
1294     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
1295     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
1297   [ Jonathan Nieder ]
1298   * debian/diff/:
1299     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
1300       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
1301       kfreebsd).
1302     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
1303     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
1304       new; daemon: check for errors when retrieving IP address for use
1305       by the --interpolated-path feature.
1307  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
1309 git (1:1.7.6~rc1-1) experimental; urgency=low
1311   * new upstream release candidate.
1312   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
1313     teach the git client to pay attention to SRV records (thx Julien
1314     Cristau; closes: #627839).
1315   * debian/rules: add USE_SRV_RR=1 to OPTS.
1316   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
1317     DOC_OPTS.
1319  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
1321 git (1:1.7.5.4-1) unstable; urgency=low
1323   * new upstream point release.
1325   [ Gerrit Pape ]
1326   * debian/changelog.upstream, debian/versions.upstream: update upstream
1327     changelog.
1329   [ Jonathan Nieder ]
1330   * debian/changelog.upstream.sh: use set -e.
1331   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
1332     socket so the server can restart without waiting for old connections
1333     to time out (thx Daniel Kahn Gillmor; closes: #609405).
1334   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
1335     service, even if there is an active connection using it, before
1336     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
1337     #627314).
1339  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
1341 git (1:1.7.5.3-1) unstable; urgency=low
1343   * new upstream point release.
1344   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
1345     remove; included upstream.
1346   * debian/control: Package: git-cvs: make cvs dependency unversioned;
1347     Package: git-gui: make tk dependency unversioned (thx Jonathan
1348     Nieder).
1350  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
1352 git (1:1.7.5.1-1) unstable; urgency=low
1354   * new upstream point release.
1355   * merge branch debian-experimental.
1356   * debian/diff/:
1357     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
1358       remove; applied upstream.
1359     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
1360       0010-*.
1361     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
1362       from upstream; tests: check that the add -p split-and-edit bug
1363       has not resurfaced.
1364   * debian/control: package git: no longer Conflicts: but Breaks:
1365     git-core from Debian 5.0 (lenny) to simplify the upgrade path
1366     (thx Russ Allbery for suggesting it through lintian).
1367   * debian/control: package git: Conflicts: git-core from
1368     Debian 4.0 (etch) which provided /usr/bin/git through the
1369     alternatives system.
1370   * debian/control: Standards-Version: 3.9.2.0.
1372  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
1374 git (1:1.7.5-1) experimental; urgency=low
1376   * new upstream release.
1377   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
1378     new from upstream; upload-pack: start pack-objects which reads
1379     pack_pipe before writing to it to avoid deadlock (closes:
1380     #607346).
1381   * debian/changelog.upstream, debian/versions.upstream: do not skip
1382     versions not packaged for Debian (thx Gerrit Pape).
1384  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
1386 git (1:1.7.5~rc3-1) experimental; urgency=low
1388   * new upstream release candidate.
1389   * merge branch debian-sid.
1390   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
1391     remove; applied upstream.
1393  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
1395 git (1:1.7.4.4-1) unstable; urgency=low
1397   * new upstream point release.
1398   * debian/diff/0008...0064: remove; applied upstream.
1399   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
1400     upstream; add -p: do not error out for attempts to stage hunks
1401     after splitting and editing them.  This fixes a regression
1402     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
1403     already patched, 2011-03-04).
1404   * debian/git-doc.doc-base.git-index-format: new; catalog
1405     .git/index file format document.
1406   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
1407     don't use dpkg-maintscript-helper, avoiding a dependency on
1408     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
1409   * debian/git-daemon-run.postrm: terminate the git-daemon/log
1410     service before deleting the gitlog user (closes: #610099).
1412  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
1414 git (1:1.7.4.1-5) unstable; urgency=low
1416   * merge branch debian-experimental.
1417   * debian/diff/0008...0064: new from the upstream 'maint' branch:
1418     (see RelNotes/1.7.4.2.txt for details)
1419     * revert "core.abbrevguard: Ensure short object names stay
1420       unique a bit longer"
1421     * parse_tag_buffer(): do not prefixcmp() out of range
1422     * pull: do not display fetch usage on --help-all
1423     * gitweb: address warnings from perl 5.13
1424     * gitweb: replace tabs with spaces when highlighting syntax
1425     * merge: honor prepare-commit-msg hook
1426     * diff: handle diffstat of rewritten binary files
1427     * config: add "[push] default = upstream" synonym for
1428       "[push] default = tracking"
1429     * diffcore: properly honor the difference between -M and -C
1430     * diffcore: improve similarity heuristics for rename detection
1431     * patch-id: do not trip over "no newline" marker
1432     * various documentation, usage string, and code clarity
1433       improvements
1435  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
1437 git (1:1.7.4.1-4) experimental; urgency=low
1439   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
1440     symlink before changing it to one (closes: #617631).
1441   * git-el.postinst: remove spurious .../contrib/emacs.old and
1442     /usr/share/git-core/emacs/emacs symlinks.
1443   * package git: do not run emacs-package-remove on upgrade (it's not
1444     needed).
1445     - git.postinst: do not run "emacs-package-remove git".
1446     - debian/control: git no longer Depends: emacsen-common (closes:
1447       #617784).
1448   * git-el.emacsen-install, git-el.emacsen-remove:
1449     - use printf instead of echo.
1450     - only remove the lisp (.el) and bytecode (.elc) files that we
1451       install.
1452     - make output less noisy --- for example, do not say "+ set +x".
1454  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
1456 git (1:1.7.4.1-3) unstable; urgency=low
1458   [ Anders Kaseorg ]
1459   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
1460     lucid.
1462   [ Jonathan Nieder ]
1463   * README.emacs: git-blame.el does not print a summary in the echo
1464     area (documents: #611935).
1465   * Move emacs support files to a separate git-el package.
1466   * Make git depend on emacsen-support, so it can reliably clean up
1467     the old emacs support files on upgrade (closes: #614578)
1468   * git-el.emacsen-install: Overwrite .el symlinks if they already
1469     exist (closes: #614659).
1470   * git-el.emacsen-remove: Do not complain if the site-lisp
1471     directory is nonempty or is already missing.
1472   * debian/control: git-man: Section: doc.
1474  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
1476 git (1:1.7.4.1-1) unstable; urgency=low
1478   * new upstream release (closes: #600566, #575917, #578752, #583693,
1479     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
1480     #577471, #607044, #606975, #610423, #610481).
1482   [ Anders Kaseorg ]
1483   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
1484   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
1485     not error out when git version number contains "-rc".
1487   [ Jonathan Nieder ]
1488   * add myself as uploader.
1489   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
1490   * debian/rules: accept patches with .patch suffix, too (thx Anders
1491     Kaseorg).
1492   * debian/rules: use patch -N -r- so patch application is idempotent.
1493   * update debian/copyright.
1494   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
1495     gethostbyname when mailname is not an fqdn (closes: #611608).
1496   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
1497     fonts by default.  The appearance for users that already have a
1498     generated ~/.gitk file is not affected (closes: #466471).
1499   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
1500     in "All fields" search (thx Frédéric Brière, closes: #465776).
1501   * debian/control: git-cvs: recommend cvs2git for one-time conversions
1502     (closes: #585725).
1503   * debian/control: git-core: explain that it still may be needed (thx
1504     Denis Laxalde).
1505   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
1506     CGI implementation (thx Ivan Shmakov).
1507   * debian/control, debian/rules: new architecture-independent package
1508     git-man: manual pages that were previously in the main git package.
1509   * debian/rules: do not build documentation on autobuilders (closes:
1510     #499002).
1511   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
1512   * debian/rules: git-gui: install git-gui--askpass helper to
1513     /usr/lib/git-core (closes: #598245).
1514   * debian/rules: git-doc: install symlink to html documentation in
1515     /usr/share/doc/git (thx Ian Jackson).
1516   * debian/watch: new; point to upstream sources.
1517   * debian/implicit: create DEBIAN/md5sums with correct permissions.
1518   * debian/diff/0003-remove-shebang...diff: new; do not start shell
1519     libraries with #!/bin/sh.
1520   * debian/rules: do not try to strip scripts even if they begin
1521     with "# " in place of "#!".
1522   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
1523     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
1524     from treating documentation as code.
1525   * debian/implicit: check for debian/$pkg.doc-base.$docid.
1526   * debian/git-doc.doc-base.*: new; catalog provided documentation.
1527   * debian/implicit: check for debian/$pkg.lintian-overrides.
1528   * debian/git.lintian-overrides: new; document some deviations from
1529     lintian guidelines.
1530   * debian/control: Standards-Version: 3.9.1.0.
1532   * debian/git.README.Debian: server logs go in /var/log/apache2.
1533   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
1534   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
1535     needed.
1536   * debian/rules, debian/control: move gitweb script to the main git
1537     package for use by instaweb; make gitweb into a configuration
1538     package.
1539   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
1540     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
1541   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
1542   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
1543   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
1544     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
1546   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
1547     debian/git.prerm: put emacs support files in /usr/share/git-core
1548     instead of /usr/share/doc/git/contrib.
1549   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
1550     README.source and README.Debian.
1551   * debian/git.README.emacs: new; introduction to the emacs support
1552     (text taken from contrib/emacs/README).
1554   [ Kevin Ryde ]
1555   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
1556     debian/git.prerm: Make M-x git-status and git-blame modes available
1557     with emacs23 (closes: #576887).
1559  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
1561 git (1:1.7.2.3-2.2) unstable; urgency=medium
1563   * Non-maintainer upload.
1564   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
1565     upstream: gitweb: do not parrot filenames or other arguments given
1566     in a request without proper quoting (closes: #607248,
1567     CVE-2010-3906).
1569  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
1571 git (1:1.7.2.3-2.1) unstable; urgency=low
1573   * Non-maintainer upload.
1574   * debian/diff/0010...0033: new from the upstream 'maint' branch:
1575     * cache_tree_free: Fix small memory leak.
1576     * diff.c: call regfree to free memory allocated by regcomp.
1577     * gitweb: allow configurations that change with each request
1578       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
1579     * Documentation: 19 formatting fixes (thx Frédéric Brière,
1580       closes: #540001, #600422).
1581     * setup: make sure git dir path is in a permanent buffer.
1582     * do not depend on signed integer overflow.
1583   * debian/control: gitweb: weaken dependencies to allow configurations
1584     using mod_perl or fastcgi rather than CGI; explain dependencies in
1585     the package description (thx Servilio Afre Puentes,
1586     closes: #600413).
1588  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
1590 git (1:1.7.2.3-2) unstable; urgency=low
1592   * merge branch debian-experimental.
1593   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
1595  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
1597 git (1:1.7.2.3-1) experimental; urgency=low
1599   * new upstream release.
1600     * post-receive-email: document command-line mode (closes: #428413).
1601     * add-interactive: Clarify “remaining hunks in the file”
1602       (closes: #526014).
1603     * rebase -i -p: document shortcomings (closes: #532775).
1604     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
1605     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
1606       closes: #546733, #572847).
1607     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
1608       closes: #578908).
1609   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
1610     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
1611     applied upstream.
1612   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
1613     prevent gitweb from serving rename patches that GNU patch 2.6.1
1614     cannot apply.
1615   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
1616     install gitweb.css et al in /usr/share/gitweb, not a new static/
1617     subdirectory.
1618   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
1619     upstream; do not unquote + into space character in URLs.
1620   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
1621     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
1622   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
1623     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
1624   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
1625     instaweb: ignore /etc/gitweb.conf;
1626     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
1627     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
1628     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
1629     Kleine-König, closes: #592733).
1630   * update debian/copyright.
1631   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
1632     install gitweb.js, add an Alias for it to the VirtualHost example,
1633     and configure gitweb to look for it in the right place (closes:
1634     #555047).
1635   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
1636   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
1637     #559890).
1638   * debian/gitweb.conf: use relative links for gitweb.css et al
1639     (thx Alban Browaeys, closes: #568343).
1640   * debian/control: package git: no longer Conflicts: git
1641     (<< 4.3.20-11).
1642   * debian/control: package git: Breaks: packages from Debian 5.0
1643     (lenny) relying on removed features such as dashed-form commands in
1644     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
1645     Breaks: ancient qgit for the same reason.
1646   * debian/gitweb.README.Debian: copy-edit.
1647   * debian/git.README.Debian: retitle to "Git for Debian" (thx
1648     Christoph Anton Mitterer, closes: #590129).
1649   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
1650   * debian/control: package git no longer Depends: libdigest-sha1-perl
1651     (thx Ansgar Burchardt, closes: #591039).
1652   * debian/control: Build-Depends: libio-pty-perl for better test
1653     coverage.
1655  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
1657 git (1:1.7.1-1.1) unstable; urgency=high
1659   * Non-maintainer upload.
1660   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
1661     new, cherry-picked from 3c9d041: setup: Check size of path buffer
1662     before writing into it (closes: #590026, CVE-2010-2542).
1664  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
1666 git (1:1.7.1-1) unstable; urgency=low
1668   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1669     remove; obsolete.
1670   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
1671     new; git-submodule.sh: properly initialize shell variables (closes:
1672     #569594).
1673   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
1674     test.
1675   * new upstream release.
1676   * merge branch debian-experimental.
1678  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
1680 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
1682   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1683     remove; more archs are affected (additionally hppa, armel).
1684   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1685     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
1686     --init'.
1688  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
1690 git (1:1.7.0.5-1) unstable; urgency=low
1692   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
1693     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
1694     (closes: #578298).
1695   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1696     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
1697     test (workaround: #569594).
1698   * debian/control: no longer Replaces, Conflicts: git-completion (thx
1699     Jonathan Nieder, closes: #577730).
1700   * new upstream point release.
1701   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
1703  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
1705 git (1:1.7.1~rc1-1.1) experimental; urgency=low
1707   * debian/control: typo (thx Jonathan Nieder).
1708   * debian/git-daemon-run.postinst: remove fixup for #522348.
1710  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
1712 git (1:1.7.1~rc1-1) experimental; urgency=low
1714   * new upstream release candidate.
1715   * merge branch debian-sid.
1717  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
1719 git (1:1.7.0.4-2) unstable; urgency=low
1721   * debian/rules: package git: no longer install /usr/share/doc/git-core
1722     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
1723     symlink (closes: #576906).
1724   * debian/control: package git: Replaces:, Conflicts: git-core (<=
1725     1:1.7.0.4-1).
1726   * debian/rules: make /usr/share/gitweb/index.cgi ->
1727     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
1728   * debian/control: package git-core: minor update to the long
1729     description.
1730   * debian/git.README.source: add note about the <debian-package-git>
1731     mailing list.
1732   * debian/rules: target binary-indep: add missing dependency to
1733     git-core.deb-DEBIAN.
1734   * debian/implicit: no longer create DEBIAN/md5sums.
1735   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
1736     (keeping upstream's default).
1738  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
1740 git (1:1.7.0.4-2~exp0) experimental; urgency=low
1742   [ Gerrit Pape ]
1743   * debian/control, debian/rules, debian/git-core.*: change source and
1744     binary package name from git-core to git; keep now obsolete empty
1745     git-core package that depends on git for upgrade (see
1746     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
1747   * debian/control: package git: Replaces: git-core, Conflicts: git-core
1748     (<= 1:1.7.0.3-1), Provides: git-core.
1749   * debian/git.NEWS.Debian: talk about the package name change, and the
1750     possible hazzle when upgrading with GNU Interactive Tools installed
1751     since etch and no git-core installed.
1752   * debian/control, debian/rules: new package git-all: dummy package
1753     which brings in all subpackages (following upstream's RPMs).
1755   [ Jonathan Nieder ]
1756   * debian/git.README.source: adjust for the package name change.
1757   * debian/rules: install symbolic link git -> git-core in /usr/lib
1758     to simplify upgrades.
1759   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
1760     the path to the git-daemon binary.
1762  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
1764 git-core (1:1.7.0.4-1) unstable; urgency=low
1766   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
1767     service is already removed; use -f option to userdel, on fast-purge
1768     the log service daemon might still run for a short time (closes:
1769     #575434).
1770   * new upstream point release.
1772  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
1774 git-core (1:1.7.0.3-1) unstable; urgency=low
1776   * debian/control: Standards-Version: 3.8.4.0.
1777   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
1778   * new upstream point release.
1780  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
1782 git-core (1:1.7.0.2-1) unstable; urgency=low
1784   * new upstream point release.
1786     [ Jonathan Nieder ]
1787     * am: remove rebase-apply directory before gc (thx Mark Brown,
1788       closes: #570966).
1789     * git-imap-send: Convert LF to CRLF before storing patch to draft box
1790       (closes: #572598).
1791     * sha1_file: be paranoid when creating loose objects (closes:
1792       #569505).
1794  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
1796 git-core (1:1.7.0-1) unstable; urgency=low
1798   * debian/git-core.README.source: typos.
1799   * new upstream release.
1800     * Documentation: Update git core tutorial clarifying reference to
1801       scripts (closes: ##560795).
1802   * merge branch debian-experimental.
1804  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
1806 git-core (1:1.7.0~rc2-1) experimental; urgency=low
1808   * new upstream release candidate.
1810  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
1812 git-core (1:1.7.0~rc1-1) experimental; urgency=low
1814   * new upstream release candidate.
1815   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1816     remove; applied upstream.
1817   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
1818     Python module will require more work.
1819   * update debian/copyright (closes: #557065).
1820   * debian/rules: set prefix=/usr when building man pages (closes:
1821     #567404).
1823  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
1825 git-core (1:1.6.6.2-1) unstable; urgency=medium
1827   * new upstream point release.
1828   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1829     remove; applied upstream.
1830   * debian/rules: stop ignoring test suite failures on ia64, since
1831     #563882 has been fixed.  Build-Depends: and Depends:
1832     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
1833   * update debian/copyright (closes: #557065).
1834   * debian/rules: set prefix=/usr when building man pages (closes:
1835     #567404).
1837  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
1839 git-core (1:1.6.6.1-1) unstable; urgency=low
1841   [ Gerrit Pape ]
1842   * new upstream point release.
1843     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
1844       closes: #476604).
1845   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1846     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
1847     build/selftest failure if the build directory pathname contains a +).
1848   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1849     work out of the box with Apache (thx Charles Plessy).
1850   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1851     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1852     #497809).
1853   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1855   [ Jonathan Nieder ]
1856   * debian/rules: ignore test suite failures on ia64 (workaround:
1857     #563882).
1859  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1861 git-core (1:1.6.6-1) unstable; urgency=low
1863   * new upstream release.
1865  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1867 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1869   * new upstream release candidate.
1870   * merge branch debian-sid.
1872  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1874 git-core (1:1.6.5.7-1) unstable; urgency=low
1876   * new upstream point release.
1878  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1880 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1882   * merge branch debian-sid.
1883   * new upstream release candidate.
1885  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1887 git-core (1:1.6.5.4-1) unstable; urgency=low
1889   * new upstream point release.
1891  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1893 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1895   * new upstream release candidate.
1896   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1897     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1898     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1899     remove; obsolete.
1900   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1901     OPTS.
1903  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1905 git-core (1:1.6.5.3-1) unstable; urgency=low
1907   [ Tanguy Ortolo ]
1908   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1909     document that git-daemon is not provided by this package; add hint
1910     on how to enable git-daemon through inetd(8) (closes: #554215).
1912   [ Jonathan Nieder ]
1913   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1914     #555039).
1915   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1916   * debian/rules: allow clean as non-root (closes: #555041).
1917   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1918     #555051).
1919   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1921   [ Gerrit Pape ]
1922   * new upstream point release.
1923     * ls-files: unbreak "ls-files -i" (closes: #553296).
1924     * Require a struct remote in transport_get(); Allow curl helper to
1925       work without a local repository (closes: #553507).
1926     * help -a: do not unnecessarily look for a repository (closes:
1927       #539273).
1928     * thx Jonathan Nieder.
1930  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1932 git-core (1:1.6.5.2-1) unstable; urgency=low
1934   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1935     #530693).
1936   * new upstream point release.
1937     * grep: do not segfault when -f is used (closes: 551071).
1939  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1941 git-core (1:1.6.5-1) unstable; urgency=low
1943   * new upstream release.
1944     * git-doc: html no longer uses "{plus}" where it should be "+"
1945       (closes: #529255).
1946   * debian/git-core.README.source: new; document how to use the
1947     Debian package source.
1948   * debian/implicit: update to revision 60d9070.
1950  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1952 git-core (1:1.6.4.3-1) unstable; urgency=low
1954   * new upstream release (closes: #546709).
1955     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1956       (closes: #536067).
1957   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1958     Anders Kaseorg; closes: #546499).
1960  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1962 git-core (1:1.6.3.3-2) unstable; urgency=low
1964   [ Anders Kaseorg ]
1965   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1966     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1967     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1968     (closes: #530693, #521954, #533320).
1970   [ Gerrit Pape ]
1971   * debian/control: Standards-Version: 3.8.2.0.
1973  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1975 git-core (1:1.6.3.3-1) unstable; urgency=high
1977   * new upstream point release.
1978     * daemon: Strictly parse the "extra arg" part of the command
1979       (closes: #532935; CVE-2009-2108).
1980   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1981   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1982     remove; obsolete.
1984  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1986 git-core (1:1.6.3.1-1) unstable; urgency=low
1988   * new upstream point release.
1990  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1992 git-core (1:1.6.3-1) unstable; urgency=low
1994   * new upstream release.
1995   * merge branch debian-experimental.
1997  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1999 git-core (1:1.6.3~rc3-1) experimental; urgency=low
2001   * new upstream release candidate.
2003  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
2005 git-core (1:1.6.3~rc1-1) experimental; urgency=low
2007   * new upstream release candidate.
2008   * merge branch debian-sid.
2010  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
2012 git-core (1:1.6.2.4-1) unstable; urgency=low
2014   * new upstream point release.
2016  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
2018 git-core (1:1.6.3~rc0-1) experimental; urgency=low
2020   * new upstream release candidate.
2021   * merge branch debian-sid.
2023  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
2025 git-core (1:1.6.2.3-1) unstable; urgency=low
2027   * new upstream point release.
2028   * debian/control: Standards-Version: 3.8.1.0.
2029   * debian/control: change subversion to Subversion in description.
2030   * debian/control: Section: vcs (except for git-doc).
2032  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
2034 git-core (1:1.6.2.2-1) unstable; urgency=low
2036   * new upstream point release.
2037   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
2038     new; Makefile: do not install cross-directory hardlink (thx Jonathan
2039     Nieder, closes: #520116).
2040   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
2041     'git daemon' (closes: #522348).
2042   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
2043     #522348.
2044   * debian/git-core.emacsen-startup: remove the line
2045     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
2047  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
2049 git-core (1:1.6.2.1-1) unstable; urgency=low
2051   * new upstream point release.
2052   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
2053     (closes: #519728).
2055  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
2057 git-core (1:1.6.2-1) unstable; urgency=medium
2059   * new upstream release.
2060   * merge branch debian-experimental.
2061   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
2062     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
2063     remove; applied upstream.
2065  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
2067 git-core (1:1.6.2~rc2-1) experimental; urgency=low
2069   * merge branch debian-sid.
2070   * new upstream release candidate.
2072  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
2074 git-core (1:1.6.1.3-2) unstable; urgency=high
2076   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
2077     new from upstream git: Install builtins with the user and group of
2078     the installing personality.
2079   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
2080     new from upstream git: git-quiltimport: preserve standard input to
2081     be able to read user input (closes: #515910).
2083  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
2085 git-core (1:1.6.2~rc1-1) experimental; urgency=low
2087   * new upstream release candidate.
2088   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
2089     Documentation/RelNotes* from git-doc to the git-core package
2090     (closes: #514866).
2092  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
2094 git-core (1:1.6.2~rc0-1) experimental; urgency=low
2096   * new upstream release candidate.
2097   * merge branch debian-sid.
2099  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
2101 git-core (1:1.6.1.3-1) unstable; urgency=low
2103   * new upstream point release.
2105  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
2107 git-core (1:1.6.1.2-1) experimental; urgency=low
2109   * new upstream release.
2110     * don't fail to clone over http if connection is rate limited
2111       (closes: #512795).
2112     * git svn info no longer fails (closes: #499243).
2113   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
2114     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
2115     for the patch, closes: #497883).
2116   * merge branch debian-lenny.
2117   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
2118     remove; fixed upstream.
2120  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
2122 git-core (1:1.5.6.5-3) unstable; urgency=high
2124   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
2125     /usr/bin/sv (closes: #511687).
2126   * debian/git-daemon-run.README.Debian: document how to create the
2127     symlink manually to have an LSB compatible /etc/init.d/git-daemon
2128     interface to control the service.
2130  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
2132 git-core (1:1.6.0.6-1) experimental; urgency=low
2134   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
2135     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
2136   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
2137     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
2138     Gerasiov, closes: #506445).
2139   * new upstream point release (closes: #504641).
2140     * gitweb: do not run "git diff" that is Porcelain.
2142  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
2144 git-core (1:1.5.6.5-2) unstable; urgency=high
2146   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
2147     new; fix possible gitweb vulnerability: calling "git diff": Jakub
2148     says that legacy-style URI to view two blob differences are never
2149     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
2150     the gitweb, which is a no-no.  It can trigger diff.external command
2151     that is specified in the configuration file of the repository being
2152     viewed.
2154  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
2156 git-core (1:1.6.0.4-1) experimental; urgency=low
2158   * new upstream point release.
2159   * debian/control: git-email: minor update to the long description
2160     (thx Gerfried Fuchs, closes: #501559).
2161   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
2162   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
2163     tk8.5 (thx Adeodato Simó, closes: #503113).
2164   * debian/rules: move the /usr/bin/git-cvsserver program into the
2165     git-cvs package.
2167  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
2169 git-core (1:1.6.0.3-1) experimental; urgency=low
2171   * debian/control: minor update to long descriptions (thx Reuben
2172     Thomas, closes: #499065).
2173   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
2174     file (thx Jari Aalto, closes: #472197).
2175   * debian/rules: install emacsen-startup configuration file into the
2176     git-core package (thx Eddy Mulyono, closes: #446027).
2177   * new upstream point release.
2178   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
2180  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
2182 git-core (1:1.6.0.2-1) experimental; urgency=low
2184   * new upstream point release.
2185   * debian/git-core.NEWS.Debian: new; mention that most of the programs
2186     now are installed outside the default $PATH; the "git-xyzzy" form
2187     in scripts and on the command line is no longer supported in 1.6.0.
2188   * debian/git-core.README.Debian: fix paths in config example (thx
2189     Michael Biebl for the patch, closes: #498741).
2190   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
2191     patch, closes: #496834).
2193  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
2195 git-core (1:1.6.0.1-1) experimental; urgency=low
2197   * new upstream point release (closes: #496155).
2198   * merge branch debian-sid.
2200  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
2202 git-core (1:1.6.0-1) experimental; urgency=low
2204   * new upstream release.
2205     * svnimport: newer libsvn wants us to ask for the root with "",
2206       not "/" (closes: #492522, #490400).
2207     * Keep some git-* programs in $(bindir); Move all dashed-form
2208       commands to libexecdir (closes: #461212).
2209     * bash: Add more option completions for 'git log' (closes:
2210       #490220).
2211     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
2212       in git diff; Fix buffer overflow in git-grep (closes: #494097).
2213   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
2214     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
2215     Jonathan Nieder for the patch, closes: #494505).
2216   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
2217     several paths (thx Jonathan Nieder for a patch, closes: #480396).
2218   * debian/gitweb.NEWS.Debian: new; talk about files moved from
2219     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
2220   * debian/git-daemon/run: run git daemon instead of git-daemon
2221     (dash-less form).
2222   * debian/git-daemon-run.postinst: add gitdaemon system user.
2223   * debian/git-daemon/run: utilize chpst to run git daemon as user
2224     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
2226  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
2228 git-core (1:1.5.6.5-1) unstable; urgency=high
2230   * new upstream point release.
2231     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
2232       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
2233       closes: #494097).
2234   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
2236  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
2238 git-core (1:1.5.6.3-1.1) unstable; urgency=high
2240   * Non-maintainer upload by the Security Team.
2241   * Fix various stack-based buffer overflows when processing overly long
2242     repository pathnames which can be exploited to execute arbitrary code if
2243     a victim is tricked into using git-grep or git-diff on a crafted
2244     repository (CVE-2008-3546; Closes: #494097).
2246  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
2248 git-core (1:1.5.6.3-1) unstable; urgency=low
2250   * new upstream point release.
2251   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
2252     remove; applied upstream (opens: #490400).
2253   * debian/control: Standards-Version: 3.8.0.1.
2255  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
2257 git-core (1:1.5.6.2-1) unstable; urgency=low
2259   * new upstream point release (closes: #489431).
2260   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
2261     machine-readable format; clarify some license information (thx,
2262     closes: #488351).
2263   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
2264     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
2265     #479479).
2266   * debian/control: package git-arch: no longer Suggests: bazaar
2267     (closes: #486726).
2268   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
2269     new; git-svn.perl: workaround assertions in svn library 1.5.0
2270     (closes: #489108).
2272  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
2274 git-core (1:1.5.6-1) unstable; urgency=low
2276   * new upstream release.
2277   * merge branch debian-experimental.
2279  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
2281 git-core (1:1.5.6~rc3-1) experimental; urgency=low
2283   * debian/git-daemon-run.postrm: remove log files on purge.
2284   * new upstream release candidate.
2285   * debian/control: package git-core: no longer Depends: cpio, no
2286     longer Recommends: curl.
2288  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
2290 git-core (1:1.5.6~rc2-1) experimental; urgency=low
2292   * new upstream release candidate.
2293   * merge branch debian-sid.
2294   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
2296  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
2298 git-core (1:1.5.5.4-1) unstable; urgency=low
2300   * new upstream point release.
2301   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
2302     breakage (thx Jonathan Nieder, closes: #476634).
2303   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
2304     Nieder).
2306  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
2308 git-core (1:1.5.6~rc1-1) experimental; urgency=low
2310   * new upstream release candidate.
2311     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
2312       477393).
2313     * gitweb: Fix "next" link on bottom of page (closes: #481902).
2314   * merge branch debian-sid.
2315   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
2317  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
2319 git-core (1:1.5.5.3-1) unstable; urgency=low
2321   * new upstream point release.
2322     * commit --interactive: properly update the index before commiting
2323       (closes: #480429).
2324   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2325     remove; applied upstream.
2326   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
2327     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
2328     (closes: #477337).
2330  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
2332 git-core (1:1.5.6~rc0-1) experimental; urgency=low
2334   * merge branch debian-sid.
2335   * new upstream release candidate.
2336   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
2337     remove; fixed upstream.
2338   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2339     remove; applied upstream.
2341  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
2343 git-core (1:1.5.5.2-1) unstable; urgency=low
2345   * new upstream point release.
2346     * diff-options.txt: document the new "--dirstat" option (closes:
2347       #476437).
2348   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2349     new: git-bisect.sh: don't accidentally override existing branch
2350     "bisect" (closes: #478647).
2352  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
2354 git-core (1:1.5.5.1-1) unstable; urgency=low
2356   * new upstream point release.
2358  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
2360 git-core (1:1.5.5-1) unstable; urgency=low
2362   * new upstream release.
2363     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
2364     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
2365       (closes: #469083).
2366   * merge branch debian/experimental.
2368  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
2370 git-core (1:1.5.5~rc3-2) experimental; urgency=low
2372   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2373     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
2375  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
2377 git-core (1:1.5.5~rc3-1) experimental; urgency=low
2379   * new upstream release candidate.
2380   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2381     new: gitweb: fallback to system-wide config file if default config does
2382     not exist (closes: #450592).
2383   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
2385  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
2387 git-core (1:1.5.5~rc2-1) experimental; urgency=low
2389   * new upstream release candidate.
2390     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
2391       (closes: #471969).
2392     * imap-send: properly error out if imap.host is not set in config
2393       (closes: #472632).
2394   * merge branch debian-sid.
2396  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
2398 git-core (1:1.5.4.5-1) unstable; urgency=low
2400   * new upstream point release (closes: #473071).
2402  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
2404 git-core (1:1.5.5~rc1-1) experimental; urgency=low
2406   * new upstream release candidate.
2408  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
2410 git-core (1:1.5.5~rc0-1) experimental; urgency=low
2412   * new upstream release candidate.
2413     * git-pull documentation: warn about the option order (closes: #463853).
2414     * hash-object: cleanup handling of command line options (closes:
2415       #464432).
2416   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2417     remove; applied upstream.
2419  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
2421 git-core (1:1.5.4.4-1) unstable; urgency=low
2423   * new upstream point release.
2424     * templates/Makefile: don't depend on local umask setting (closes:
2425       #467518).
2426     * Fix random crashes in http_cleanup() (closes: #468836).
2427     * send-email: fix In-Reply-To regression (closes: #468153).
2428     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
2429       options (closes: #468568).
2431  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
2433 git-core (1:1.5.4.3-1) unstable; urgency=low
2435   * new upstream point release.
2436     * git-clone.sh: properly configure remote even if remote's head is
2437       dangling (closes: #466581).
2438   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2439     new: from upstream master: gitk: properly deal with tag names containing /
2440     (slash) (closes: #464104).
2441   * debian/git-daemon-run.postrm: adapt paths in /var/.
2443  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
2445 git-core (1:1.5.4.2-2) unstable; urgency=low
2447   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
2448     subdirectories, update-service now takes care of this.
2449   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
2450     upgrade from <= 1.5.4.2-1.
2452  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
2454 git-core (1:1.5.4.2-1) unstable; urgency=low
2456   * new upstream point release.
2457     * cvsimport: have default merge regex also match beginning of commit
2458       message (thx Frédéric Brière, closes: #463468).
2459     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
2460       #464656).
2461   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
2462   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
2463     (closes: #456423).
2464   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
2465     debian/git-daemon-run.prerm: use runit's update-service program to
2466     add/remove the git daemon service, instead of dealing with symlinks in
2467     /var/service/ directly.
2468   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
2469     version that provides the update-service program).
2471  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
2473 git-core (1:1.5.4.1-1) unstable; urgency=medium
2475   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
2476     closes: #463896).
2477   * new upstream point release.
2479  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
2481 git-core (1:1.5.4-1) unstable; urgency=low
2483   * merge branch debian-experimental.
2484   * new upstream release.
2485   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
2486     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
2487     #463732).
2488   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
2489     on test failures.
2491  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
2493 git-core (1:1.5.4~rc5-1) experimental; urgency=low
2495   * new upstream release candidate.
2497  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
2499 git-core (1:1.5.4~rc4-1) experimental; urgency=low
2501   * new upstream release candidate.
2502   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2503     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
2504   * debian/rules: install /usr/share/gitk/ into the gitk package, not
2505     git-core.
2507  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
2509 git-core (1:1.5.4~rc3-1) experimental; urgency=low
2511   * merge branch debian-sid.
2512   * new upstream release candidate.
2513     * "git pull --tags": error out with a better message (closes: #456035).
2514     * gitk: use user-configured background in view definition dialog
2515       (closes: #457124).
2516   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
2518  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
2520 git-core (1:1.5.3.8-1) unstable; urgency=low
2522   * debian/control: for all packages: Suggests: git-doc instead of
2523     Recommends: (thx Andrew Moise, closes: #455369).
2524   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
2525   * new upstream point release.
2527  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
2529 git-core (1:1.5.4~rc2-1) experimental; urgency=low
2531   * new upstream release candidate.
2532     * shortlog manpage documentation: work around asciidoc markup issues
2533       (closes: #447911).
2534     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
2536  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
2538 git-core (1:1.5.4~rc1-1) experimental; urgency=low
2540   * new upstream release candidate.
2541     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
2542       type (closes: #435610).
2544  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
2546 git-core (1:1.5.4~rc0-1) experimental; urgency=low
2548   * new upstream release candidate.
2549     * build with correct version information (on amd64, closes: #454935,
2550       #454408).
2551     * git-reset: add -q option to operate quietly (closes: #444933).
2552     * gitk: disable colours when calling git log (closes: #454420).
2553     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
2554       #447325, #447965, #451037).
2555     * git-commit: allow grouping of short options (closes: #407241).
2556   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
2557     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
2558     applied upstream.
2559   * debian/rules: install git-gui's lib/ directory plus subdirectory
2560     properly.
2561   * debian/control: Build-Depends: gettext.
2563  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
2565 git-core (1:1.5.3.7-1) unstable; urgency=low
2567   * new upstream point release.
2568   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
2569     cache DESTDIR in perl/perl.mak (#452077).
2570   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
2571     again, this is now handled through debian/diff/0005 (thx Pierre
2572     Habouzit, #452077).
2574  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
2576 git-core (1:1.5.3.6-1.1) unstable; urgency=low
2578   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
2579     preventing people from installing git, I took the initiative to fix it
2580     before his return.
2581   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
2582     that remembers our DESTDIR and makes perl modules be installed in
2583     debian/git-core/ in the install-indep target again
2584     (closes: #452077, #452078, #452080, #452111, #452324).
2586  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
2588 git-core (1:1.5.3.6-1) unstable; urgency=low
2590   * debian/implicit: add proper dependencies to support 'parallel build'
2591     through make -j (thx Daniel Schepler for the patch).
2592   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
2593     the selftests.
2594   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2595     new; check /etc/mailname if author email is unknown (closes: #448655).
2596   * debian/gitweb.docs: new; install gitweb/README.
2597   * new upstream point release.
2598     * git-cvsimport: really convert underscores in branch names to dots with
2599       -u (closes: #446495).
2600     * git-mailsplit: with maildirs not only process cur/, but also new/
2601       (closes: #447396).
2602   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
2603     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
2604     subject prefix configurable (closes: #428418).
2606  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
2608 git-core (1:1.5.3.5-1) unstable; urgency=low
2610   * new upstream point release.
2611     * git-config: handle --file option with relative pathname properly;
2612       git-config: print error message if the config file cannot be read;
2613       git-config: don't silently ignore options after --list (closes:
2614       #445208).
2616  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
2618 git-core (1:1.5.3.4-1) unstable; urgency=low
2620   * new upstream point release (closes: #445188).
2622  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
2624 git-core (1:1.5.3.3-1) unstable; urgency=low
2626   * new upstream point release.
2628  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
2630 git-core (1:1.5.3.2-1) unstable; urgency=low
2632   * new upstream point release.
2633     * git-svn: fix "Malformed network data" with svn:// servers (closes:
2634       #430091, #436142).
2635     * git-commit: Allow partial commit of file removal (closes: #437817).
2636     * git-gui: lib/index.tcl: handle files with % in the filename properly
2637       (closes: #441167).
2638     * git-clone: improve error message if curl program is missing or not
2639       executable (closes: #440976).
2640   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
2641     'sv restart git-daemon' to restart git-daemon service if it was running.
2642   * debian/control: git-core: no longer Suggests: cogito, which was removed.
2643   * debian/diff/genindex.diff: apply and remove.
2644   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
2645     default (thx Ansgar Burchardt for the patch, closes: 441694).
2647  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
2649 git-core (1:1.5.3.1-1) unstable; urgency=low
2651   * new upstream point release.
2652   * debian/control: git-daemon-run: improve long description (closes:
2653     #440699).
2654   * debian/git-daemon-run.README.Debian: improve.
2655   * debian/control: git-svn: improve long description.
2656   * debian/control: git-cvs: improve long description.
2657   * debian/control: git-core: improve long description (closes: #412560).
2659  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
2661 git-core (1:1.5.3-1) unstable; urgency=low
2663   * merge branch debian-experimental.
2664   * new upstream release.
2665   * debian/control: git-email: move libemail-valid-perl from Depends: to
2666     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
2667   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
2668     Uwe Kleine-Koenig).
2670  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
2672 git-core (1:1.5.3~rc7-1) experimental; urgency=low
2674   * new upstream release candidate.
2675   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2676     remove; included upstream.
2678  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
2680 git-core (1:1.5.3~rc6-1) experimental; urgency=low
2682   * new upstream release candidate.
2683     * git-am: initialize variable $resume on startup (closes: #435807).
2684   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2685     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
2686   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
2687     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
2688     are unset (thx Mike Hommey, closes: #438793).
2689   * merge branch debian-sid.
2691  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
2693 git-core (1:1.5.2.5-2) unstable; urgency=low
2695   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
2697  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
2699 git-core (1:1.5.2.5-1) unstable; urgency=low
2701   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
2702     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
2703   * new upstream point release.
2704   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
2705   * dbian/control: git-core: Depends: cpio (closes: #438057).
2706   * debian/git-core.README.Debian: fix typos (closes: #438932).
2707   * debian/versions.upstream, debian/changelog.upstream: adapt.
2708   * debian/rules, debian/control: install git-completion.bash from contrib as
2709     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
2710     git-completion (closes: #437532, thx Sebastian Harl).
2712  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
2714 git-core (1:1.5.3~rc4-1) experimental; urgency=low
2716   * new upstream release candidate.
2718  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
2720 git-core (1:1.5.3~rc3-1) experimental; urgency=low
2722   * new upstream release candidate.
2723   * debian/versions.upstream, debian/changelog.upstream: adapt.
2725  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
2727 git-core (1:1.5.3~rc2-1) experimental; urgency=low
2729   * new upstream release candidate.
2730   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
2731     remove; obsolete.
2732   * debian/control, debian/rules: remove git-p4 package again, moved into
2733     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
2734   * debian/versions.upstream, debian/changelog.upstream: adapt.
2736  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
2738 git-core (1:1.5.3~rc1-1) experimental; urgency=low
2740   * new upstream release candidate.
2741     * git-commit: don't add multiple Signed-off-by: from the same identity
2742       (closes: #430851).
2743     * Fix core.sharedRepository = 2 (closes: #432698).
2744   * merge branch debian-sid.
2745   * debian/versions.upstream, debian/changelog.upstream: adapt.
2746   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2747     remove; doesn't apply anymore.
2748   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
2749     new; on upstream advice.
2751  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
2753 git-core (1:1.5.2.4-1) unstable; urgency=low
2755   * new upstream point release.
2756   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
2757     #432560).
2758   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
2759   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2760     remove; merged upstream.
2761   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
2762     (closes: #432812).
2763   * debian/versions.upstream, debian/changelog.upstream: adapt.
2765  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
2767 git-core (1:1.5.3~rc0-1) experimental; urgency=low
2769   * new upstream release candidate.
2770   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
2771   * debian/versions.upstream, debian/changelog.upstream: update.
2772   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
2773     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2774     remove; applied upstream.
2775   * debian/diff/00*.diff: adapt.
2776   * debian/rules: put git-gui, git-citool man pages into package git-gui.
2778  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
2780 git-core (1:1.5.2.3-1) unstable; urgency=low
2782   * new upstream point release.
2783   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
2784     (thx Frank Lichtenheld, closes: #431481).
2785   * debian/versions.upstream, debian/changelog.upstream: update.
2787  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
2789 git-core (1:1.5.2.2-3) unstable; urgency=low
2791   * debian/rules: move /usr/share/git-gui/ from git-core package into
2792     git-gui package (thx Ansgar Burchardt, closes: #430530).
2793   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2794     new; git-cvsimport: force checkout of working tree after initial import
2795     (closes: #430903).
2796   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2797     new; git-gui: properly popup error if gitk should be started but is not
2798     installed (#429810).
2799   * debian/control: git-gui: Recommends: gitk (closes: #429810).
2800   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
2801     (#429389).
2803  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
2805 git-core (1:1.5.2.2-2) unstable; urgency=low
2807   * debian/control: all Architecture: all packages: Depends: git-core (>>
2808     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
2809     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
2810     #430128).
2812  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
2814 git-core (1:1.5.2.2-1) unstable; urgency=low
2816   * new upstream point release.
2817     * Fix typo in remote branch example in git user manual (closes: #427502).
2818   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2819     remove; applied upstream.
2820   * debian/versions.upstream: new; ordered list of upstream versions,
2821     starting with 1.0.0.
2822   * debian/changelog.upstream.sh: new; create changelog.upstream from git
2823     shortlog using debian/versions.upstream.
2824   * debian/changelog.upstream: re-created through changelog.upstream.sh.
2825   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
2826     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
2827     (closes: #429443).
2829  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
2831 git-core (1:1.5.2.1-2) unstable; urgency=low
2833   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2834     new; from upstream master: git-branch --track: fix tracking branch
2835     computation.
2837  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
2839 git-core (1:1.5.2.1-1) unstable; urgency=low
2841   * new upstream point release.
2842     * Create a new manpage for the gitignore format, and reference it
2843       elsewhere (thx Josh Triplett, closes: #427078).
2844   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2845     new; properly resolve ambiguity if argument is both, revision and
2846     filename (closes: #425491).
2847   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2848     transition).
2849   * debian/git-daemon-run.README.Debian: new (#422139).
2850   * debian/control: all Architecture: all packages: Depends: git-core
2851     (= ${source:Version}) instead of (>= ...); this makes it no longer
2852     support binNMUs (closes: #425494, reopens: #423041).
2854  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2856 git-core (1:1.5.2-1) unstable; urgency=low
2858   * merge branch debian-experimental.
2859   * new upstream release.
2860     * gitweb: choose appropriate view for file type if a= parameter missing
2861       (closes: #410465).
2862     * git fetch -q is supported (closes: #423165).
2863   * /usr/bin/git transition (thx Ian Beckwith!).
2864     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2865       upgrading from versions older than 1:1.5.2~rc3-2.
2866     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2867       handle /usr/bin/git alternative through update-alternatives.
2868     * debian/rules: no longer install git program as git-scm.
2870  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2872 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2874   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2875   * debian/control: package git-p4: Section: contrib/devel (closes:
2876     #422755).
2877   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2878     instead of (= ${Source-Version}) (to support binNMUs).
2880  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2882 git-core (1:1.5.1.4-2) unstable; urgency=low
2884   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2885     maint branch 20070514:
2886     * includes git-svn fixes (closes: #423599, #423226).
2887   * deian/rules: reverse order when applying diffs (fix typo).
2888   * debian/control: all Architecture: all packages: Depends: git-core (>=
2889     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2890     closes: #423041).
2892  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2894 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2896   * new upstream release candidate.
2897   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2898     remove; included upstream.
2899   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2900   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2901     git-daemon-run package (#422139).
2903  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2905 git-core (1:1.5.1.4-1) unstable; urgency=medium
2907   * new upstream point release.
2908   * debian/diff/pager-vs-less.diff: rename to
2909     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2910   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2911     new: Optimize directory listing with pathspec limiter (closes: #420671).
2912   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2913     running.
2915  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2917 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2919   * new upstream release candidate.
2921  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2923 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2925   * new upstream release candidate.
2926   * debian/control, debian/rules: new package git-p4: tools for importing
2927     development history from perforce repositories.
2928   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2929     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2930     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2932  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2934 git-core (1:1.5.1.3-1) unstable; urgency=low
2936   * new upstream point release.
2937     * git-add tried to optimize by finding common leading directories
2938       across its arguments but botched, causing very confused behaviour
2939       (closes: #420671).
2940     * Documentation/git-reset.txt: suggest git commit --amend in example
2941       (closes: #420112).
2942     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2943       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2944       harder for distro people to make the same mistake, by setting the
2945       variable to /etc/gitconfig if prefix is set to /usr (closes:
2946       #420675).
2947   * debian/changelog.upstream: upstream changes taken from mailing list
2948     announcement.
2950  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2952 git-core (1:1.5.1.2-1) unstable; urgency=low
2954   * new upstream point release.
2955   * debian/changelog.upstream: upstream changes taken from mailing list
2956     announcement.
2958  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2960 git-core (1:1.5.1.1-1) unstable; urgency=low
2962   * new upstream point release.
2963   * debian/changelog.upstream: upstream changes taken from mailing list
2964     announcement.
2965   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2966     remove; applied upstream.
2968  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2970 git-core (1:1.5.1-1) unstable; urgency=low
2972   * new upstream release.
2973     * git-svn got almost a rewrite (closes: #416372).
2974   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2975   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2976     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2977     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2978     remove; applied upstream.
2979   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2980   * debian/git-daemon-run.postrm: check for deluser being available, if
2981     not, print warning and don't remove system user (closes: #416755).
2982   * debian/changelog.upstream: upstream changes taken from mailing list
2983     announcement, and git shortlog.
2984   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2985     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2986     receive-email.
2988  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2990 git-core (1:1.5.0.6-1) unstable; urgency=low
2992   * new upstream point release.
2993   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2994     new, cherry-pick'ed from upstream master: http-fetch: don't use
2995     double-slash as directory separator in URLs (closes: #409887).
2996   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2997     Documentation/git-svnimport.txt: fix typo.
2998   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2999     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
3000     (closes: #404795).
3001   * debian/changelog.upstream: upstream changes taken from mailing list
3002     announcements.
3004  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
3006 git-core (1:1.5.0.5-1) unstable; urgency=low
3008   * new upstream point release.
3009   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
3010     mode 0755 (closes: #415328); remove .gitignore file(s) from
3011     /usr/share/doc/git-core/ (closes: #413913).
3012   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
3013     Habouzit, closes: #415475).
3014   * debian/changelog.upstream: upstream changes taken from mailing list
3015     announcements.
3017  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
3019 git-core (1:1.5.0.3-1) unstable; urgency=low
3021   * new upstream point release.
3022   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
3023   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
3024   * debian/changelog.upstream: upstream changes taken from mailing list
3025     announcements.
3027  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
3029 git-core (1:1.5.0.2-1) unstable; urgency=low
3031   * new upstream point release.
3032   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
3033   * debian/changelog.upstream: upstream changes taken from mailing list
3034     announcements.
3035   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
3036     yet committed to cvs (closes: #412732).
3038  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
3040 git-core (1:1.5.0.1-1) unstable; urgency=low
3042   * new upstream point release.
3043   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
3044     Have git-cvsserver call hooks/update before really altering the ref.
3045   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
3047  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
3049 git-core (1:1.5.0-1) experimental; urgency=low
3051   * new upstream release.
3052   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
3053   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
3054     adapt.
3055   * debian/control: new package git-gui, the git graphical user interface;
3056     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
3057     git-gui.
3058   * debian/rules: new package git-gui.
3059   * debian/changelog.upstream: upstream changes taken from mailing list
3060     announcements and git shortlog.
3061   * debian/git-daemon/run: don't limit git-daemon's memory resources.
3062   * debian/control, debian/rules: remove git-core-dev package again,
3063     libgit.a is not a publically usable/useful library at this moment, as
3064     its internal API is not cast in stone yet.
3065   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
3066     package.
3068  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
3070 git-core (1:1.5.0~rc3-1) experimental; urgency=low
3072   * new upstream release candidate.
3073   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
3074     install libgit.a library plus header files (thx Luca Falavigna).
3075   * debian/rules: new package git-core-dev; remove obsolete
3076     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
3077     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
3078     Luca Falavigna; closes: #403731); make git-p4import.pl available through
3079     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
3080   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
3081     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
3082     python, Suggests: git-core-dev; update short and long descriptions
3083     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
3084   * debian/diff/GNU-Hurd.diff: adapt.
3085   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
3086     needs empty directory (closes: #400508).
3087   * debian/gitweb.README.Debian: typo.
3089  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
3091 git-core (1:1.4.4.4-1) unstable; urgency=low
3093   * new upstream release, important fixes:
3094     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
3095     * Fix infinite loop when deleting multiple packed refs.
3096     * diff --check: fix off by one error.
3097   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
3098     upstream version.
3099   * debian/changelog.upstream: upstream changes taken from mailing list
3100     announcement.
3102  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
3104 git-core (1:1.4.4.3-1) unstable; urgency=medium
3106   * new upstream release (closes: #404796); important fixes:
3107     * Make sure the empty tree exists when needed in merge-recursive; the
3108       error message may make the user think that their database is corrupt
3109       when its actually not.
3110     * Don't use memcpy when source and dest. buffers may overlap.
3111     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
3112       counting of bytes for the CVS protocol, resulting in the client
3113       expecting less data than we actually send, and storing truncated files.
3114   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
3115     work around spurious .sp in manpages (closes: #388370).
3116   * debian/changelog.upstream: upstream changes taken from mailing list
3117     announcement.
3119  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
3121 git-core (1:1.4.4.2-1) unstable; urgency=low
3123   * new upstream release.
3124     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
3125   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
3126     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
3127     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
3128     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
3129     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
3130   * debian/changelog.upstream: upstream changes taken from mailing list
3131     announcements and git log | git shortlog.
3133  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
3135 git-core (1:1.4.4.1-1) unstable; urgency=low
3137   * new upstream release (closes: #400191).
3138   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
3139     replaces debian/diff/not-packed-structs.diff.
3140   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
3141     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
3142     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
3143     0005-Increase-length-of-function-name-buffer.diff: new from upstream
3144     git.
3145   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
3146     generator (thx David Nusinow; closes: #400284).
3147   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
3149  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
3151 git-core (1:1.4.4-2) unstable; urgency=low
3153   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
3154     size doesn't match on arm (fixes selftests failure on arm).
3156  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
3158 git-core (1:1.4.4-1) unstable; urgency=low
3160   * new upstream release (closes: #399575).
3161   * debian/changelog.upstream: upstream changes taken from mailing list
3162     announcements.
3163   * debian/control: Build-Depends: unzip (for selftests).
3165  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
3167 git-core (1:1.4.3.5-1) unstable; urgency=low
3169   * new upstream release.
3170   * debian/changelog.upstream: upstream changes taken from mailing list
3171     announcements.
3173  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
3175 git-core (1:1.4.3.3-2) unstable; urgency=medium
3177   * debian/git-daemon-run.postinst: don't make the log service system user
3178     gitlog member of group adm, but nogroup; gitlog's home directory is
3179     /nonexistent (thx Florian Weimer, closes: #396687).
3180   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
3181     2750, owner gitlog:adm.
3182   * debian/changelog.upstream: upstream changes taken from mailing list
3183     announcements.
3185  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
3187 git-core (1:1.4.3.3-1) unstable; urgency=low
3189   * new upstream release.
3190   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
3191   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
3192     thx Ichthyostega).
3194  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
3196 git-core (1:1.4.3.2-1) unstable; urgency=low
3198   * new upstream release.
3199   * debian/diff/gitweb.conf.diff: remove; obsolete.
3200   * debian/changelog.upstream: upstream changes taken from mailing list
3201     announcements.
3202   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
3203     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
3204     git-arch: don't include git-archive, git-upload-archive; gitweb: install
3205     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
3206     plus man page.
3207   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
3208     selftests (fixes build/selftest failures).
3209   * debian/control: git-core: Depends: liberror-perl.
3211  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
3213 git-core (1:1.4.2.3-2) unstable; urgency=low
3215   * debian/control: new package git-daemon-run: provide a git-daemon
3216     service; git-core: no longer Suggests: runit, Depends: adduser, the
3217     git-daemon-run package now Depends: runit, adduser.
3218   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
3219     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
3220     service (closes: #388144).
3221   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
3222     package does now.
3223   * debian/git-core.postrm: remove; obsolete.
3224   * debian/rules: install git-daemon service directory in the new
3225     git-daemon-run package instead of the git-core package.
3226   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
3227   * debian/git-core.README.Debian: adapt.
3228   * debian/control: git-core: Suggests: git-daemon-run.
3230  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
3232 git-core (1:1.4.2.3-1) unstable; urgency=medium
3234   * new upstream release.
3235   * debian/changelog.upstream: upstream changes taken from mailing list
3236     announcements.
3237   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
3238   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
3239     Kujau, closes: #383065).
3241  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
3243 git-core (1:1.4.2.1-1) unstable; urgency=low
3245   * new upstream release (closes: #386820, #387405).
3246   * debian/changelog.upstream: upstream changes taken from mailing list
3247     announcements.
3248   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
3249     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
3250     #379841).
3251   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
3252   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
3253     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
3254   * debian/gitweb.docs: remove; obsolete.
3255   * debian/examples/index.aux-generation: example script to generate an
3256     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
3257     #383219).
3258   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
3259     (#383219).
3260   * debian/git-core.README.Debian: new; hints on how to set up a
3261     git.example.org server providing git://, rsync://, http:// access to
3262     repositories from Matthew Wilcox (thx!, closes: #383219).
3263   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
3264   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
3265     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
3266     Recommends: git-doc.
3267   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
3268   * debian/git-daemon/: new; git-daemon service directory for the use with
3269     runit.
3270   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
3271     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
3272   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
3273     they fail without a terminal connected.
3274   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
3275     /etc/sv/git-daemon/log/run.
3277  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
3279 git-core (1:1.4.1.1-1) unstable; urgency=low
3281   * new upstream release.
3282   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
3283     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
3284     #380209).
3286  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
3288 git-core (1:1.4.1-2) unstable; urgency=low
3290   * adopt package gitweb, now included in git-core upstream source (thx
3291     Andres Salomon):
3292     * debian/control, debian/rules: build gitweb package.
3293     * debian/copyright: adapt.
3294     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
3295       new; taken from Andres' gitweb package.
3296     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
3297     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
3298   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
3299   * debian/rules: set DESTDIR in environment, not build flags.
3301  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
3303 git-core (1.4.1-1) unstable; urgency=low
3305   * new upstream release.
3306   * debian/changelog.upstream: upstream changes taken from mailing list
3307     announcement.
3308   * debian/rules: user same build flags and prefix to $(MAKE) in build
3309     and install target to prevent rebuild in install target.
3311  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
3313 git-core (1.4.0-1) unstable; urgency=low
3315   * new upstream release.
3316   * debian/changelog.upstream: new; upstream changes taken from mailing
3317     list announcement.
3318   * debian/rules: install debian/changelog.upstream as upstream changelog.
3319   * debian/diff/pager-vs-less.diff: adapt.
3320   * debian/control: Standards-Version: 3.7.2.0.
3322  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
3324 git-core (1.3.3-2) unstable; urgency=medium
3326   * debian/control: git-core: Depends: perl-modules (closes: #369737).
3327   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
3328     if $PAGER is unset (closes: #369742).
3330  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
3332 git-core (1.3.3-1) unstable; urgency=low
3334   * new upstream release.
3336  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
3338 git-core (1.3.2-1) unstable; urgency=low
3340   * new upstream release.
3342  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
3344 git-core (1.3.1-1) unstable; urgency=low
3346   * new upstream release (closes: #364678).
3347   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
3349  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
3351 git-core (1.2.6-1) unstable; urgency=low
3353   * new upstream release.
3354   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
3356  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
3358 git-core (1.2.4-1) unstable; urgency=low
3360   * new upstream release (closes: #354563).
3362  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
3364 git-core (1.2.1-1) unstable; urgency=low
3366   * new upstream release (closes: #353041).
3367   * debian/control: git-core: Recommends: ssh-client instead of
3368     openssh-client (closes: #350708).
3370  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
3372 git-core (1.1.5-1) unstable; urgency=high
3374   * new upstream release.
3375     * checkout: do not make a temporary copy of symlink target.
3376       If the index records an insanely long symbolic link, copying
3377       into the temporary would overflow the buffer (noticed by Mark
3378       Wooding). (closes: #350274).
3380  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
3382 git-core (1.1.3-1) unstable; urgency=low
3384   * new upstream release.
3386  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
3388 git-core (1.0.8-1) unstable; urgency=low
3390   * new upstream point release.
3391   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
3392   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
3393     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
3394     Tretkowski, closes: #344929).
3396  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
3398 git-core (1.0.6-1) unstable; urgency=low
3400   * new upstream point release.
3401   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
3402     merge-order test with NO_OPENSSL=1.
3403   * debian/rules: re-enable git-rev-list --merge-order selftests.
3404   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
3406  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
3408 git-core (1.0.5-1) unstable; urgency=low
3410   * new upstream point release.
3411   * debian/rules: don't take upstream changelog from upstream
3412     debian/changelog.
3413   * debian/changelog.upstream: remove again.
3415  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
3417 git-core (1.0.3-1) unstable; urgency=low
3419   * new upstream point release.
3420   * debian/changelog.upstream: new: upstream changelog taken from upstream
3421     debian/changelog.
3422   * debian/rules: install debian/changelog.upstream as upstream changelog;
3423     remove obsolete VERSION variable.
3425  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
3427 git-core (1.0.0-1) unstable; urgency=medium
3429   * new upstream release: GIT 1.0.0.
3431  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
3433 git-core (0.99.9n-1) unstable; urgency=low
3435   * new upstream version: GIT 0.99.9n aka 1.0rc6.
3436   * debian/rules: rename git program in git-core package to git-scm,
3437     handle /usr/bin/git program through update-alternatives (as suggested
3438     by Ian Beckwith, see #342363).
3439   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
3440     #342363).
3441   * debian/git-core.postinst, debian/git-core.prerm: new: run
3442     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
3443     priority 70 on configure, and --remove on remove respectively.
3445  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
3447 git-core (0.99.9m-1) unstable; urgency=low
3449   * new upstream version: GIT 0.99.9m aka 1.0rc5.
3450     * sets PYTHONPATH for selftests (fixes autobuild test failures).
3451   * switch from tarball-in-tarball approach to original upstream tarball.
3452   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
3453     Eric Biederman previously were maintaining this package unofficially.
3454   * debian/control: Build-Depends: rcs (for selftests); git-core:
3455     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
3456     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
3457     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
3458     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
3459     description (lots taken from upstream unofficial package, thx).
3460   * debian/git-core.docs, debian/git-doc.docs: adapt.
3461   * debian/rules: adapt; remove target unpack; add target patch; adapt
3462     target clean.
3464  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
3466 git-core (0.99.9l-1) unstable; urgency=low
3468   * new upstream version.
3469   * debian/rules: apply diffs with patch -p1.
3470   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
3471     git-email packages, as suggested by upstream:
3472     http://article.gmane.org/gmane.comp.version-control.git/13185
3473   * debian/git-doc.docs: get docs from temporary install directory;
3474     include *.txt docs.
3475   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
3476     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
3477     git-cvs, git-svn, git-email, gitk.
3479  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
3481 git-core (0.99.9k-1) unstable; urgency=low
3483   * new upstream version.
3484   * debian/implicit: update to revision 1.11.
3485   * debian/git-doc.docs: add git/Documentation/howto,
3486     git/Documentation/technical (closes: #341178).
3488  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
3490 git-core (0.99.9j-1) unstable; urgency=low
3492   * initial version.
3493   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
3494     0.16rc2-0 no longer includes the git core components, but depends on
3495     the git-core package (see #338789).
3497  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
3499 git-core (0.99.9j-0) unstable; urgency=low
3501   * GIT 0.99.9j aka 1.0rc3
3503  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
3505 git-core (0.99.9i-0) unstable; urgency=low
3507   * GIT 0.99.9i aka 1.0rc2
3509  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
3511 git-core (0.99.9h-0) unstable; urgency=low
3513   * GIT 0.99.9h
3515  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
3517 git-core (0.99.9g-0) unstable; urgency=low
3519   * GIT 0.99.9g
3521  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
3523 git-core (0.99.9f-0) unstable; urgency=low
3525   * GIT 0.99.9f
3527  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
3529 git-core (0.99.9e-0) unstable; urgency=low
3531   * GIT 0.99.9e
3533  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
3535 git-core (0.99.9d-0) unstable; urgency=low
3537   * GIT 0.99.9d
3539  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
3541 git-core (0.99.9c-0) unstable; urgency=low
3543   * GIT 0.99.9c
3545  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
3547 git-core (0.99.9b-0) unstable; urgency=low
3549   * GIT 0.99.9b
3551  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
3553 git-core (0.99.9a-0) unstable; urgency=low
3555   * GIT 0.99.9a
3557  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
3559 git-core (0.99.9.GIT-2) unstable; urgency=low
3561   * Build Dependency did not include libexpat-dev.
3563  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
3565 git-core (0.99.9.GIT-1) unstable; urgency=low
3567   * Do not scatter txt and html documentation into feature
3568     subpackages.  Do place man pages into them.
3569   * Capture more cvs stuff into git-cvs package.
3571  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
3573 git-core (0.99.9.GIT-0) unstable; urgency=low
3575   * Test Build.
3577  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3579 git-core (0.99.9-1) unstable; urgency=low
3581   * Split the git-core binary package into core, doc, and foreign SCM
3582     interoperability modules.
3584  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3586 git-core (0.99.9-0) unstable; urgency=low
3588   * GIT 0.99.9
3590  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
3592 git-core (0.99.8-0) unstable; urgency=low
3594   * GIT 0.99.8
3596  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
3598 git-core (0.99.7-0) unstable; urgency=low
3600   * GIT 0.99.7
3602  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
3604 git-core (0.99.6-0) unstable; urgency=low
3606   * GIT 0.99.6
3608  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
3610 git-core (0.99.5-1) unstable; urgency=low
3612   * Enable git-send-email on Debian.  There is no reason to shy
3613     away from it, since we have the necessary Perl modules available.
3615  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
3617 git-core (0.99.5-0) unstable; urgency=low
3619   * GIT 0.99.5
3621  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
3623 git-core (0.99.4-4) unstable; urgency=low
3625   * Mark git-tk as architecture neutral.
3627  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
3629 git-core (0.99.4-3) unstable; urgency=low
3631   * Split off gitk.
3632   * Do not depend on diff which is an essential package.
3633   * Use dh_movefiles, not dh_install, to stage two subpackages.
3635  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
3637 git-core (0.99.4-2) unstable; urgency=low
3639   * Git 0.99.4 official release.
3641  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
3643 git-core (0.99.4-1) unstable; urgency=low
3645   * Pass prefix down to the submake when building.
3647  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
3649 git-core (0.99-2) unstable; urgency=low
3651   * Conflict with the GNU Interactive Tools package, which also installs
3652     /usr/bin/git.
3653   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
3654     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
3655   * Minor tweaks to the Depends.
3657  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
3659 git-core (0.99-1) unstable; urgency=low
3661   * Update deb package support to build correctly. 
3663  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
3665 git-core (0.99-0) unstable; urgency=low
3667   * Initial deb package support
3669  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600