debian: new upstream release
[git/debian.git] / debian / changelog
blob3c3010c074da8df979c094a0953932ec812bd72e
1 git (1:2.1.0-1) unstable; urgency=low
3   * new upstream release (see RelNotes/2.1.0.txt).
5  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Aug 2014 16:09:26 -0700
7 git (1:2.1.0~rc1-1) unstable; urgency=low
9   * new upstream release candidate.
11  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 05 Aug 2014 13:59:00 -0700
13 git (1:2.0.1-1) unstable; urgency=low
15   * new upstream point release.
17  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 25 Jun 2014 15:09:25 -0700
19 git (1:2.0.0-2) unstable; urgency=low
21   * debian/rules: drop obsolete THREADED_DELTA_SEARCH setting.
22   * debian/rules: add SANE_TOOL_PATH= INSTALL=install TAR=tar to
23     OPTS to fix the Dyson build (thx Игорь Пашев; closes:
24     #734097).
25   * debian/rules: remove NO_PYTHON=1 now that the git_remote_helpers
26     library has been removed.
27   * debian/rules: remove git-p4 and its documentation from the git,
28     git-man, and git-doc packages.  It depends on Perforce, which is
29     not part of Debian.
31  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Jun 2014 16:17:46 -0700
33 git (1:2.0.0-1) unstable; urgency=low
35   * new upstream release (see RelNotes/2.0.0.txt).
37  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 28 May 2014 16:06:41 -0700
39 git (1:2.0.0~rc4-1) unstable; urgency=low
41   * new upstream release candidate.
42   * remove source-highlight build dependency since the markup
43     requiring it was removed upstream (thx Anders Kaserog;
44     LP: #1316810).
45   * remove git-bzr package to make room for a package built from
46     https://github.com/felipec/git-remote-bzr.
47     * debian/control: remove references to git-bzr package.
48     * debian/control: remove Build-Depends: bzr, python-bzrlib.
49     * debian/rules: remove rules to build, install, and clean
50       git-remote-bzr.
51     * debian/git-doc.docs: do not install git-remote-bzr.html.
52     * debian/git-remote-bzr.txt, debian/git-bzr.postinst,
53       debian/git-bzr.prerm, debian/git-bzr.README.Debian: remove.
55  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 May 2014 11:34:56 -0700
57 git (1:2.0.0~rc2-1) unstable; urgency=low
59   * new upstream release candidate.
61  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 May 2014 17:25:50 -0700
63 git (1:2.0.0~rc0-2) unstable; urgency=low
65   [ Anders Kaseorg ]
66   * add source-highlight build dependency (closes: #745591).
68  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 23 Apr 2014 11:09:25 -0700
70 git (1:2.0.0~rc0-1) unstable; urgency=low
72   * new upstream release candidate.
73   * debian/diff/0009-contrib-subtree-unset-prefix-before-....diff:
74     remove; applied upstream.
75   * update debian/copyright.
77  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Apr 2014 17:01:04 -0700
79 git (1:1.9.2-1) unstable; urgency=low
81   * new upstream point release.
82     * wt-status: subject full label string to l10n (thx Raphaël
83       Hertzog; closes: #725777).
85  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 09 Apr 2014 15:15:18 -0700
87 git (1:1.9.1-1) unstable; urgency=low
89   * new upstream point release.
91   [ Jonathan Nieder ]
92   * git-email: Recommends: libio-socket-ssl-perl (>= 1.951) since
93     earlier versions do not use OpenSSL's defaults when ca_path
94     and ca_file are unset.
96   [ Gilles Filippini ]
97   * install git-subtree from contrib (closes: #704652).
98   * debian/diff/0009-contrib-subtree-unset-prefix-before-proceeding.diff:
99     new; unset the 'prefix' environment variable before proceeding.
101  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Mar 2014 15:58:46 -0700
103 git (1:1.9.0-1) unstable; urgency=low
105   * new upstream release.
107  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Feb 2014 08:31:49 -0800
109 git (1:1.9.0~rc3-1) unstable; urgency=low
111   * new upstream release candidate.
113  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 07 Feb 2014 15:53:52 -0800
115 git (1:1.9~rc1-1) unstable; urgency=low
117   * new upstream release candidate.
119  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 14:07:56 -0800
121 git (1:1.9~rc0-1) unstable; urgency=low
123   * new upstream release candidate.
124   * debian/diff:
125     * 0001-remove-interpreter-line-from-shell-libraries.diff:
126       remove; applied upstream.
127     * 0002...0009: rename to 0001-*, ..., 0008-*.
128     * 0010-git-remote-mediawiki-do-not-remove-installed-...diff:
129       remove; applied upstream.
130   * debian/rules install: no more need to include DESTDIR in
131     mw-to-git INSTLIBDIR.
133  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 13:05:17 -0800
135 git (1:1.8.5.3-1) unstable; urgency=low
137   * new upstream point release.
139  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Jan 2014 16:18:25 -0800
141 git (1:1.8.5.2-2) unstable; urgency=low
143   * /etc/bash_completion.d/git-prompt: check for git-sh-prompt
144     and do not source it if git is removed but not purged (thx
145     Craig Small; closes: #726669).
146   * debian/control: package git Breaks: git-buildpackage versions
147     that rely on output from 'git status' without the --porcelain
148     flag (closes: #734223).
150  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jan 2014 14:46:23 -0800
152 git (1:1.8.5.2-1) unstable; urgency=low
154   * new upstream point release.
156  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Dec 2013 16:31:01 -0800
158 git (1:1.8.5.1-1) unstable; urgency=medium
160   * new upstream point release.
161     * submodule: do not copy unknown update mode from .gitmodules.
163  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 03 Dec 2013 14:12:55 -0800
165 git (1:1.8.5-1) unstable; urgency=low
167   * new upstream release.
168   * merge branch debian-experimental.
169   * git-daemon-sysvinit: advertise GIT_DAEMON_BASE_PATH in
170     /etc/default/git-daemon (thx Alexander Dahl and Antonio
171     Ospite; closes: #704985).
173  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Nov 2013 11:28:02 -0800
175 git (1:1.8.5~rc3-1) experimental; urgency=low
177   * new upstream release candidate.
179   [ Anders Kaseorg ]
180   * debian/rules: pass $(OPTS) to contrib/mw-to-git/Makefile
181     (closes: #729763).
183  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 16:35:29 -0800
185 git (1:1.8.5~rc2-1) experimental; urgency=low
187   * merge branch debian-sid.
188   * new upstream release candidate.
190   [ Thorsten Glaser ]
191   * package mw-to-git (closes: #718395).
192     * debian/control: new package git-mediawiki; Depends:
193       libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl,
194       libdatetime-format-iso8601-perl; package git now Suggests
195       and git-all Depends: git-mediawiki.
196     * debian/rules: build and install Git::Mediawiki perl module,
197       mediawiki remote helper, and 'git mw' command in
198       git-mediawiki package.
199     * debian/diff/0010-git-remote-mediawiki-do-not-remove-...diff:
200       new from upstream: mw-to-git: do not remove installed files
201       in "clean" target.
202     * debian/git-mediawiki.docs: install git-remote-mediawiki.txt.
204   [ Anders Kaseorg ]
205   * debian/diff/0003-transport-expose-git_tcp_connect-...diff:
206     include tcp.h before using tcp functions (closes: #728508).
208   [ Jonathan Nieder ]
209   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
210     remove; applied upstream.
212  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 13 Nov 2013 16:12:29 -0800
215 git (1:1.8.4.4-1) unstable; urgency=low
217   * new upstream point release.
219  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 17:51:36 -0800
221 git (1:1.8.4.3-1) unstable; urgency=low
223   * new upstream point release.
225  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 11 Nov 2013 15:51:10 -0800
227 git (1:1.8.5~rc0-1) experimental; urgency=low
229   * new upstream release candidate.
230   * debian/diff:
231     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff,
232       0002-post-receive-email-defend-against-non-utf8-...diff:
233       remove; applied upstream.
234     * 0003...0012: rename to 0001-*, ..., 0010-*.
236  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:01:15 -0700
238 git (1:1.8.4.2-1) unstable; urgency=low
240   * new upstream point release.
241   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
242     new from upstream: sort cvsserver output to combat Perl 5.18
243     hash randomization (thx Anders Kaseorg; closes: #727226).
245  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:00:07 -0700
247 git (1:1.8.4.1-1) unstable; urgency=low
249   * merge branch debian-experimental.
250   * new upstream point release.
251   * debian/control: Build-Depends tcl instead of tcl8.5
252     (closes: #725961).
254  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 21 Oct 2013 11:46:45 -0700
256 git (1:1.8.4-1) experimental; urgency=low
258   * new upstream release.
260  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 24 Aug 2013 14:50:38 -0700
262 git (1:1.8.4~rc4-1) experimental; urgency=low
264   * new upstream release candidate.
265   * debian/diff/0012-*, 0013-*: remove; applied upstream.
266   * debian/rules: define .NOTPARALLEL to avoid races between
267     "make" child processes (thx Anders Kaseorg; closes: #720274).
269  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 19 Aug 2013 22:41:08 -0700
271 git (1:1.8.4~rc3-1) unstable; urgency=low
273   * new upstream release candidate.
274     * switch de translation from pure German to German+English.
275   * debian/diff/:
276     * 0012-Revert-git-stash-avoid-data-loss-when-....diff: new
277       from upstream: stash: omit too-slow check for files
278       replaced by directories before stashing.
279     * 0013-Revert-Add-new-shortcut-for-HEAD.diff: new from
280       upstream: treat "@" and names like "refs/heads/@/foo" as
281       ordinary refnames again.
282   * debian/control: Vcs-Git: https://repo.or.cz/r/git/debian.git/
283     (thx brian m. carlson; closes: #719932).
284   * debian/git.README.source: suggest developing against
285     https://repo.or.cz/r/git/debian.git/.
286   * debian/watch: use xz-compressed tars from kernel.org again.
288  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 18 Aug 2013 03:41:49 -0700
290 git (1:1.8.4~rc2-1) unstable; urgency=low
292   * new upstream release candidate.
293     * cat-file: do not split --batch input lines on whitespace
294       (thx Joey Hess; closes: #718517).
296  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 10 Aug 2013 12:25:45 -0700
298 git (1:1.8.4~rc1-1) unstable; urgency=low
300   * new upstream release candidate.
301   * debian/watch: point to code.google.com again.
302   * debian/git.preinst:
303     * check that targets in /var/cache/git/* exist when
304       creating symlinks from /var/lib/git/ (thx Steve Cotton and
305       Christoph Anton Mitterer; closes: #718411).
306     * remove spurious '/var/lib/git/*' symlink from the upgrade
307       to 1:1.8.4~rc0-1.
309  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 01 Aug 2013 23:14:58 -0700
311 git (1:1.8.4~rc0-1) unstable; urgency=low
313   * new upstream release candidate.
314   * use /var/lib/git instead of /var/cache/git as default git
315     project root to comply with the Filesystem Hierarchy Standard
316     (thx Julian Gilbey; closes: #483788):
317     * git-daemon.default, git-daemon.in, git-daemon/run: use
318       base path of /var/lib and projectroot of /var/lib/git.
319     * gitweb.conf: $projectroot = "/var/lib/git".
320     * rules: package git: install empty /var/lib/git directory
321       instead of /var/cache/git.
322     * git.README.Debian, git-daemon-run.README.Debian,
323       git-daemon-sysvinit.README.Debian, gitweb.README.Debian:
324       update for the new project root.
325     * git.preinst: install symlinks /var/lib/git/* ->
326       ../../cache/git/*.
327     * git.NEWS.Debian: advertise the change and explain how to
328       adapt to it.
329   * update debian/copyright.
331  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 30 Jul 2013 19:11:14 -0700
333 git (1:1.8.3.2-1) unstable; urgency=low
335   * new upstream point release (see RelNotes/1.8.3.2.txt).
337  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 01 Jul 2013 19:20:03 -0700
339 git (1:1.8.3.1-1) unstable; urgency=low
341   * merge branch debian-experimental
342   * new upstream point release (see RelNotes/1.8.3.1.txt).
343   * debian/watch: use xz-compressed tarballs from kernel.org.
345  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 12 Jun 2013 07:50:53 -0700
347 git (1:1.8.3-1) experimental; urgency=low
349   * new upstream release (see RelNotes/1.8.3.txt).
351  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 May 2013 22:32:40 -0700
353 git (1:1.8.3~rc3-1) experimental; urgency=low
355   * new upstream release candidate.
357  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 19 May 2013 11:49:16 -0700
359 git (1:1.8.3~rc2-1) experimental; urgency=low
361   * new upstream release candidate.
362     * gitk: "grep diff" pickaxe variant (closes: #589283).
363   * debian/rules: install perl modules with correct permissions
364     (thx Christian Schwartz for suggesting it through lintian).
365   * move "git svn" perl helpers to the git-svn package.
366     * debian/rules: install Git::SVN and Git::SVN::* to the
367       git-svn package, not git.
368     * debian/control: git-svn: Breaks: and Replaces: old git.
369   * debian/rules: install perl module manpages to git-man and
370     git-svn packages, as appropriate.
371   * debian/rules: mark hooks in /usr/share/git-core/contrib/hooks/
372     as executable (thx Olivier Berger; closes: #687391).
373   * debian/control: drop Depends: and Build-Depends: libc6.1
374     (>= 2.10.2-6) [ia64] workaround for #563882, since that bug did
375     not affect any stable release.
376   * debian/control: drop dependencies on pre-Debian 5.0 (lenny)
377     packages.
378     * do not accept libcurl3-gnutls-dev as a substitute for
379       libcurl4-gnutls-dev.
380     * do not accept libsvn-core-perl as a substitute for
381       libsvn-perl.
382     * make asciidoc, docbook-xsl, runit, and tk dependencies
383       unversioned.
384     * git, git-man, git-cvs, git-svn, git-email, gitk: drop Breaks
385       and Replaces against cogito (<< 0.16rc2-0).
386     * git: drop Breaks against old qgit and git-buildpackage.
387     * git: drop Conflicts against git-core (<< 1:1.5.2~rc3-2.).
388     * git-gui: no longer Replaces git-core (<< 1:1.5.2.2-3).
389   * Use source format 3.0 (quilt).
391  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 15 May 2013 00:20:06 -0700
393 git (1:1.8.3~rc1-1) experimental; urgency=low
395   * new upstream release candidate.
396     * log --pretty: avoid undefined behavior in %>, %<, %><'s
397       truncation support (closes: #706400).
399  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 May 2013 23:28:04 -0700
401 git (1:1.8.3~rc0-1) experimental; urgency=low
403   * new upstream release candidate.
404     * remote-bzr: respect bzr "author" field in import (closes:
405       #705245).
406     * remote-bzr: allow re-add of a deleted file in the same commit
407       (closes: #704913, #704959).
409  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 29 Apr 2013 00:29:14 -0700
411 git (1:1.8.2.1-1) experimental; urgency=low
413   * new upstream point release (see RelNotes/1.8.2.1.txt).
414   * debian/implicit:
415     * check for debian/changelog.upstream.
416     * %.deb-DEBIAN-md5sums depends on /usr/share/doc/$pkg/doc/,
417       doc-base/, and lintian/ directories.
418     * do not remove files named after implicit targets.
419   * debian/rules:
420     * respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
421     * do not create ./changelog symlink (avoiding a race).
422     * override implicit git-core.deb-docs target, since git-core does
423       not have its own doc/ directory.
424   * debian/README.source: point to git.README.source (thx Helmut
425     Grohne; closes: #704580)
426   * debian/git.NEWS.Debian: add leading spaces before tab for
427     changelog parsers (thx Russ Allbery for suggesting it through
428     lintian).
430  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 08 Apr 2013 00:46:02 -0700
432 git (1:1.8.2-1) experimental; urgency=low
434   * new upstream release (see RelNotes/1.8.2.txt).
435   * package the bzr remote helper (closes: #702697).
436     * debian/control: new package git-bzr; Priority: extra; Provides:
437       git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
438       bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
439       package git now Suggests and git-all Recommends: git-bzr.
440     * debian/git-remote-bzr.txt: new; explain usage.
441     * debian/rules: build git-remote-bzr documentation, munge script
442       shebang line, and install manpage (git-remote-bzr--git.1.gz)
443       and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
444       package.
445     * debian/git-doc.docs: install git-remote-bzr.html.
446     * debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
447       /usr/bin/git-remote-bzr through the alternatives system.
448     * debian/git-bzr.README.Debian: new; explain how to get started.
449   * debian/control: Standards-Version: 3.9.4.0.
450   * debian/rules: define %.install depending on install-arch or
451     install-indep as appropriate for each package.
452   * debian/implicit: depend on %.install instead of both install-arch
453     and install-indep so "debian/rules binary-arch" does not try to
454     build documentation.
455   * debian/rules build-indep, install-indep: build documentation even
456     if asciidoc is not installed.  Build-Depends: dpkg-dev (>= 1.16.2).
457   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
459  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 22:06:58 -0700
461 git (1:1.8.2~rc3-1) experimental; urgency=low
463   * new upstream release candidate.
465  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
467 git (1:1.8.2~rc2-1) experimental; urgency=low
469   * new upstream release candidate.
470     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
471       empty entry (thx Anders Kaseorg and Michael Haggerty).
472   * update debian/copyright.
474  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
476 git (1:1.8.2~rc1-1) experimental; urgency=low
478   * new upstream release candidate.
480  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
482 git (1:1.8.2~rc0-1) experimental; urgency=low
484   * new upstream release candidate.
485     * push: require force for refs under refs/tags/.
486     * push: require force for annotated tags.
487   * debian/git.NEWS.Debian: advertise upcoming change to default
488     behavior of argumentless "git push [<remote>]".
489   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
490     #699536).
491   * update debian/copyright (closes: #699930).
493  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
495 git (1:1.8.1.3-1) experimental; urgency=low
497   * new upstream point release.
499  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
501 git (1:1.8.1.2-1) experimental; urgency=low
503   * new upstream point release.
505  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
507 git (1:1.8.1.1-1) experimental; urgency=low
509   [ Jonathan Nieder ]
510   * debian/git.NEWS.Debian: bash completion script moved to
511     /usr/share/bash-completion/completions/ (thx Philipp Marek;
512     closes: #698055).
514   [ Gerrit Pape ]
515   * new upstream release.
517  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
519 git (1:1.8.1-1) experimental; urgency=low
521   * new upstream release (see RelNotes/1.8.1.txt).
523  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
525 git (1:1.8.1~rc3-1) experimental; urgency=low
527   * new upstream release candidate.
528   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
529     #669376).
531  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
533 git (1:1.8.1~rc0-1) experimental; urgency=low
535   * new upstream release candidate.
536   * debian/control: mark all binary packages Multi-Arch: foreign (thx
537     Colin Watson; closes: #694651).
539  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
541 git (1:1.8.0-1) experimental; urgency=low
543   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
544     RelNotes/1.8.0.txt)
545     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
546       (closes: #526989).
547     * git-svn: use platform specific auth providers.
548     * git-svn: handle errors and concurrent commits in dcommit
549       (closes: #676904).
550     * am: support --include option.
551     * grep: add a grep.patternType configuration setting.
552     * daemon: --access-hook for authentication logging and policy.
553     * merge-base: expose --is-ancestor helper for scripts.
554     * branch: support --set-upstream-to with simpler syntax than
555       --set-upstream.
556     * format-patch: do not use bogus email addresses in message ids.
557     * http: trim trailing newline from /etc/mailname.
558     * do not ignore port in ssh URLs with ipv6 literals
559       (closes: #646178).
560     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
561       before ~/.gitconfig for configuration.
562     * [core] excludesfile and attributes file default to
563       ~/.config/git/ignore and ~/.config/git/attributes.
564     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
565       settings (closes: #666250).
566     * git-blame.el: address elisp warnings from emacs:
567       * use mapc instead of mapchar (closes: #611931).
568       * do not use goto-line in lisp code (closes: #611933).
569       * use with-current-buffer where appropriate (closes: #611932).
570     * cli: add Italian and Vietnamese translations.
571     * push: introduce new push.default mode "simple".  It will be the
572       default in the next major release.
574   [ Jonathan Nieder ]
575   * debian/diff:
576     * 0013...0031: remove; applied upstream.
577     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
578       upstream.
579   * debian/rules:
580     * install German translation.
581     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
582       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
583     * install-arch: sanity-check that built-ins still do not approach
584       btrfs hardlink limit (see #642603).
585     * git: install git-prompt.sh from contrib/completion to
586       /usr/lib/git-core/git-sh-prompt.
587     * git: install completion script to
588       /usr/share/bash-completion/completions/{git,gitk} instead of
589       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
590       it on the fly when completing arguments to git commands.
591   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
592   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
593     remove /etc/bash_completion.d/git on upgrade if unmodified.
594   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
595     /etc/bash_completion.d/git-prompt: new; source
596     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
597     completion lib defining __git_ps1 can continue to work (thx Danny
598     Yates and Anders Kaseorg).
599   * debian/git.conffiles: remove /etc/bash_completion.d/git.
600   * update debian/copyright.
601   * debian/control: gitweb: Recommends: libhttp-date-perl or
602     libtime-module-perl for If-Modified-Since support; Build-Depends:
603     same to support test suite.
604   * debian/implicit: use order-only dependencies so "debian/rules
605     binary-arch" does not try to build documentation.
607   [ Gerrit Pape ]
608   * new upstream release.
610  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
612 git (1:1.7.10.4-2) unstable; urgency=low
614   * debian/diff:
615     * 0013...0030: new from the upstream 'master' branch: git svn:
616       adapt to svn 1.7 changes:
617       * normalize paths and URLs passed to Subversion (thx Michael G.
618         Schwern; closes: #678137)
619       * use correct "svn cp" syntax when checking git svn's mangling
620         of @-signs in branch names (svn became stricter).
621       * commit filetype changes between a regular file and symlink as
622         replacement (deletion followed by addition) instead of
623         modification of files.  Otherwise, clients pulling the change
624         with "svn update" hit an assertion failure (svn issue 4091).
625     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
626       use YAML format for mergeinfo cache when possible.
627   * debian/control: git-svn: Depends: libyaml-perl for platform- and
628     version-independent .git/svn/.caches format; Build-Depends:
629     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
630     #587650).
632  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
634 git (1:1.7.10.4-1) unstable; urgency=low
636   * new upstream point release (thx Jonathan Nieder).
638  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
640 git (1:1.7.10.2-1) unstable; urgency=low
642   * new upstream point release.
643     * merge-recursive: don't detect renames of empty files.
644     * fast-import: tighten parsing of datarefs.
645     * diff -c -U0: fix segfault showing start of file.
646   * debian/rules: do not install preliminary German translation.
648  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
650 git (1:1.7.10-1) unstable; urgency=low
652   * new upstream release.
653     * merge: use editor by default in interactive sessions
654     * submodules: use relative paths to git dir and worktree.
655     * fast-import: reject "ls" of path with empty components.
656     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
657     * am: officially deprecate -b/--binary option.
658   * debian/diff:
659     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
660       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
661       remove; applied upstream.
662     * 0007...0014: rename to 0005-*, ... 0012-*.
663   * debian/git.README.Debian: make paths in inetd(8) hint
664     consistent with git-daemon-run and git-daemon-sysvinit setup.
665   * debian/control: package git: Suggests: gettext-base for translated
666     output in shell scripts.
668  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
670 git (1:1.7.9.5-1) unstable; urgency=low
672   * new upstream point release.
673   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
674     Nieder; closes: #661317).
676  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
678 git (1:1.7.9.4-1) unstable; urgency=low
680   * new upstream point release.
681     * commit: skip intent-to-add entries instead of erroring out.
682     * grep -I: let diff attribute override binary file detection.
683     * clone, daemon, http-backend, transport: look for .../foo before
684       .../foo.git in response to requests for .../foo.
685     * rev-list: enable or disable --verify-objects behavior based on
686       the command line instead of uninitialized memory.
687     * checkout -b: allow switching out of an unborn branch (closes:
688       #506480).
689   * debian/diff: clean up patches for upstream.
690     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
691       hooks/post-receive-email: set content-transfer-encoding as well.
692     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
693       hooks/post-receive-email: avoid mixed-encoding messages when
694       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
695     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
696       remove #! line from sh-i18n and rebase--* shell libraries, too
697       (lintian); fix tests' --valgrind support to detect shell
698       libraries without the #! line (thx Jeff King).
699     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
700       Hamano); rename to 0004-*.
701     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
702       non-symbolic font names on platforms like Mac OS X, Windows, and
703       tk <= 8.4 that lack fontconfig support.
704     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
705       clarify descriptions.
706     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
707       rename to 0010-*.
708     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
709       combine; rename to 0011-*.
710     * 0014, 0015: rename to 0013-*, 0014-*.
711   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
712     reload actions (thx Jonathan McCrohan; closes: #663522).
713   * debian/control: git-gui: point to aspell for spell checking support
714     in the package description; Suggests: aspell (thx Jonathan Ballet,
715     closes: #656061).
716   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
717     (thx Jonathan McCrohan; closes: #663451).
718   * debian/control: Standards-Version: 3.9.3.1.
719   * debian/copyright: adopt copyright-format 1.0.
721  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
723 git (1:1.7.9.1-1) unstable; urgency=low
725   * new upstream point release.
726     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
727       Günther; closes: #659255).
729  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
731 git (1:1.7.9-1) unstable; urgency=low
733   * merge branch debian-experimental.
734   * new upstream release (closes: #657262).
735   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
736     applied upstream.
737   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
739  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
741 git (1:1.7.9~rc1-1) experimental; urgency=low
743   * new upstream release candidate.
744   * debian/diff:
745     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
746     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
747       convert some error conditions to warnings (closes: #649781).
748     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
749       upstream; credential-cache: handle long socket pathnames (closes:
750       #655288).
752  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
754 git (1:1.7.9~rc0-1) experimental; urgency=low
756   * new upstream release candidate.
757   * update debian/copyright.
759  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
761 git (1:1.7.8.3-1) unstable; urgency=medium
763   * new upstream point release.
764   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
765     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
766     same file" errors when replacing hard links to the old copy with
767     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
768     #654596).
770  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
772 git (1:1.7.8.2-1) unstable; urgency=low
774   * merge branch debian-experimental.
775   * new upstream release.
777  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
779 git (1:1.7.8~rc3-1) experimental; urgency=low
781   * new upstream release candidate.
783  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
785 git (1:1.7.8~rc2-1) experimental; urgency=low
787   [ Jonathan Nieder ]
788   * new upstream release candidate.
789   * merge branch debian-sid.
790   * update debian/copyright.
791   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
792     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
793     closes: #645009).
795   [ Gerrit Pape ]
796   * merge branch debian-sid.
798  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
800 git (1:1.7.7.3-1) unstable; urgency=low
802   * new upstream point release.
804  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
806 git (1:1.7.7.2-1) unstable; urgency=low
808   * new upstream point release.
809   * debian/rules: add separate build-arch and build-indep targets
810     (thx Roger Leigh for suggesting it through lintian).
811   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
812     generation bug (see #426302).
813   * debian/rules: use dpkg-buildflags to retrieve compiler flags
814     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
816  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
818 git (1:1.7.8~rc0-1) experimental; urgency=low
820   * merge branch debian-sid.
821   * new upstream release candidate.
822     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
823       applied upstream (thx Jonathan Nieder).
825  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
827 git (1:1.7.7.1-1) unstable; urgency=low
829   * new upstream point release.
830   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
831     remove; applied upstream.
833  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
835 git (1:1.7.7-2) unstable; urgency=low
837   [ Jonathan Nieder ]
838   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
839     symlink before changing it to one (thx Євгеній Мещеряков; closes:
840     #645005).
841   * debian/diff:
842     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
843       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
844     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
845     * 0001...0004: new from the upstream 'master' branch:
846       * ident: check /etc/mailname if email is unknown
847       * ident: do not retrieve default ident when unnecessary
848       * init --shared: do not set setgid bit on directories on
849         GNU/kFreeBSD
850       * Makefile: fix permissions of mergetools/ when building from
851         source extracted with permissive umask
852     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
853       Makefile: add a knob to disable hardlinks within bindir and
854       gitexecdir.
855   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
856     closes: #642603).
857   * debian/rules: do not rely on umask to set contrib permissions.
858   * update debian/copyright.
859   * debian/watch, debian/copyright: point to code.google.com for now.
860     The upstream tarballs haven't been added back to kernel.org yet.
861   * debian/changelog.upstream, debian/versions.upstream: include
862     v1.7.6.4.
864   [ Simon Chopin ]
865   * debian/git.postinst: fix fresh install contrib/hooks cleaning
866     (#645005).
868  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
870 git (1:1.7.7-1) unstable; urgency=low
872   * new upstream release.
873   * merge branch debian-experimental.
874   * debian/rules, debian/git.postinst: move contrib hooks from
875     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
876     for backward compatibility (closes: #640949).
878  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
880 git (1:1.7.7~rc1-1) experimental; urgency=low
882   * merge branch debian-sid.
883   * new upstream release candidate.
884   * debian/rules: git: skip directories in /usr/lib/git-core/ and
885     /usr/bin/ when stripping programs.
887  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
889 git (1:1.7.6.3-1) unstable; urgency=low
891   * merge branch debian-experimental.
892   * new upstream point release.
893   * debian/diff:
894     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
895       to provide better error reporting (thx Jonathan Nieder).
896     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
898  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
900 git (1:1.7.6-1) experimental; urgency=low
902   * new upstream release.
903   * debian/diff:
904     * 0012-daemon-check-for-errors...diff: clarify patch description.
905     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
906     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
907       dns_resolve() pass on return value from getaddrinfo.
908     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
909       introduced by this patch when it was added in 1:1.7.6~rc1-1.
910       * use descriptive messages like "Unable to look up
911         git.example.com: Out of memory" to report errors from the
912         resolver, instead of "unable to connect to a socket (success)".
913       * tolerate alias (CNAME) records in the DNS reply for
914         _git._tcp.<host>, instead of confusing them for invalid SRV
915         records and erroring out.
916     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
917       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
919  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
921 git (1:1.7.6~rc2-1) experimental; urgency=low
923   * new upstream release candidate.
925   [ Daniel Baumann ]
926   * add an init.d script for git-daemon (closes: #422139).
927     * debian/control, debian/rules: new package git-daemon-sysvinit;
928       Depends: adduser; Conflicts: git-daemon-run; package git now
929       Suggests and git-all Recommends: git-daemon-run |
930       git-daemon-sysvinit.
931     * debian/git-daemon.init: new; script to start or stop git-daemon.
932     * debian/git-daemon.default: new; provide some default settings and
933       disable the daemon by default on first installation.
934     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
935       started.
936     * debian/git-daemon-sysvinit.conffiles: new; treat
937       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
938     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
939       user; register and invoke init script to start git-daemon.
940     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
941     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
943   [ Jonathan Nieder ]
944   * debian/diff/:
945     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
946       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
947       kfreebsd).
948     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
949     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
950       new; daemon: check for errors when retrieving IP address for use
951       by the --interpolated-path feature.
953  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
955 git (1:1.7.6~rc1-1) experimental; urgency=low
957   * new upstream release candidate.
958   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
959     teach the git client to pay attention to SRV records (thx Julien
960     Cristau; closes: #627839).
961   * debian/rules: add USE_SRV_RR=1 to OPTS.
962   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
963     DOC_OPTS.
965  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
967 git (1:1.7.5.4-1) unstable; urgency=low
969   * new upstream point release.
971   [ Gerrit Pape ]
972   * debian/changelog.upstream, debian/versions.upstream: update upstream
973     changelog.
975   [ Jonathan Nieder ]
976   * debian/changelog.upstream.sh: use set -e.
977   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
978     socket so the server can restart without waiting for old connections
979     to time out (thx Daniel Kahn Gillmor; closes: #609405).
980   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
981     service, even if there is an active connection using it, before
982     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
983     #627314).
985  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
987 git (1:1.7.5.3-1) unstable; urgency=low
989   * new upstream point release.
990   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
991     remove; included upstream.
992   * debian/control: Package: git-cvs: make cvs dependency unversioned;
993     Package: git-gui: make tk dependency unversioned (thx Jonathan
994     Nieder).
996  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
998 git (1:1.7.5.1-1) unstable; urgency=low
1000   * new upstream point release.
1001   * merge branch debian-experimental.
1002   * debian/diff/:
1003     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
1004       remove; applied upstream.
1005     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
1006       0010-*.
1007     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
1008       from upstream; tests: check that the add -p split-and-edit bug
1009       has not resurfaced.
1010   * debian/control: package git: no longer Conflicts: but Breaks:
1011     git-core from Debian 5.0 (lenny) to simplify the upgrade path
1012     (thx Russ Allbery for suggesting it through lintian).
1013   * debian/control: package git: Conflicts: git-core from
1014     Debian 4.0 (etch) which provided /usr/bin/git through the
1015     alternatives system.
1016   * debian/control: Standards-Version: 3.9.2.0.
1018  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
1020 git (1:1.7.5-1) experimental; urgency=low
1022   * new upstream release.
1023   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
1024     new from upstream; upload-pack: start pack-objects which reads
1025     pack_pipe before writing to it to avoid deadlock (closes:
1026     #607346).
1027   * debian/changelog.upstream, debian/versions.upstream: do not skip
1028     versions not packaged for Debian (thx Gerrit Pape).
1030  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
1032 git (1:1.7.5~rc3-1) experimental; urgency=low
1034   * new upstream release candidate.
1035   * merge branch debian-sid.
1036   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
1037     remove; applied upstream.
1039  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
1041 git (1:1.7.4.4-1) unstable; urgency=low
1043   * new upstream point release.
1044   * debian/diff/0008...0064: remove; applied upstream.
1045   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
1046     upstream; add -p: do not error out for attempts to stage hunks
1047     after splitting and editing them.  This fixes a regression
1048     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
1049     already patched, 2011-03-04).
1050   * debian/git-doc.doc-base.git-index-format: new; catalog
1051     .git/index file format document.
1052   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
1053     don't use dpkg-maintscript-helper, avoiding a dependency on
1054     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
1055   * debian/git-daemon-run.postrm: terminate the git-daemon/log
1056     service before deleting the gitlog user (closes: #610099).
1058  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
1060 git (1:1.7.4.1-5) unstable; urgency=low
1062   * merge branch debian-experimental.
1063   * debian/diff/0008...0064: new from the upstream 'maint' branch:
1064     (see RelNotes/1.7.4.2.txt for details)
1065     * revert "core.abbrevguard: Ensure short object names stay
1066       unique a bit longer"
1067     * parse_tag_buffer(): do not prefixcmp() out of range
1068     * pull: do not display fetch usage on --help-all
1069     * gitweb: address warnings from perl 5.13
1070     * gitweb: replace tabs with spaces when highlighting syntax
1071     * merge: honor prepare-commit-msg hook
1072     * diff: handle diffstat of rewritten binary files
1073     * config: add "[push] default = upstream" synonym for
1074       "[push] default = tracking"
1075     * diffcore: properly honor the difference between -M and -C
1076     * diffcore: improve similarity heuristics for rename detection
1077     * patch-id: do not trip over "no newline" marker
1078     * various documentation, usage string, and code clarity
1079       improvements
1081  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
1083 git (1:1.7.4.1-4) experimental; urgency=low
1085   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
1086     symlink before changing it to one (closes: #617631).
1087   * git-el.postinst: remove spurious .../contrib/emacs.old and
1088     /usr/share/git-core/emacs/emacs symlinks.
1089   * package git: do not run emacs-package-remove on upgrade (it's not
1090     needed).
1091     - git.postinst: do not run "emacs-package-remove git".
1092     - debian/control: git no longer Depends: emacsen-common (closes:
1093       #617784).
1094   * git-el.emacsen-install, git-el.emacsen-remove:
1095     - use printf instead of echo.
1096     - only remove the lisp (.el) and bytecode (.elc) files that we
1097       install.
1098     - make output less noisy --- for example, do not say "+ set +x".
1100  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
1102 git (1:1.7.4.1-3) unstable; urgency=low
1104   [ Anders Kaseorg ]
1105   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
1106     lucid.
1108   [ Jonathan Nieder ]
1109   * README.emacs: git-blame.el does not print a summary in the echo
1110     area (documents: #611935).
1111   * Move emacs support files to a separate git-el package.
1112   * Make git depend on emacsen-support, so it can reliably clean up
1113     the old emacs support files on upgrade (closes: #614578)
1114   * git-el.emacsen-install: Overwrite .el symlinks if they already
1115     exist (closes: #614659).
1116   * git-el.emacsen-remove: Do not complain if the site-lisp
1117     directory is nonempty or is already missing.
1118   * debian/control: git-man: Section: doc.
1120  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
1122 git (1:1.7.4.1-1) unstable; urgency=low
1124   * new upstream release (closes: #600566, #575917, #578752, #583693,
1125     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
1126     #577471, #607044, #606975, #610423, #610481).
1128   [ Anders Kaseorg ]
1129   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
1130   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
1131     not error out when git version number contains "-rc".
1133   [ Jonathan Nieder ]
1134   * add myself as uploader.
1135   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
1136   * debian/rules: accept patches with .patch suffix, too (thx Anders
1137     Kaseorg).
1138   * debian/rules: use patch -N -r- so patch application is idempotent.
1139   * update debian/copyright.
1140   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
1141     gethostbyname when mailname is not an fqdn (closes: #611608).
1142   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
1143     fonts by default.  The appearance for users that already have a
1144     generated ~/.gitk file is not affected (closes: #466471).
1145   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
1146     in "All fields" search (thx Frédéric Brière, closes: #465776).
1147   * debian/control: git-cvs: recommend cvs2git for one-time conversions
1148     (closes: #585725).
1149   * debian/control: git-core: explain that it still may be needed (thx
1150     Denis Laxalde).
1151   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
1152     CGI implementation (thx Ivan Shmakov).
1153   * debian/control, debian/rules: new architecture-independent package
1154     git-man: manual pages that were previously in the main git package.
1155   * debian/rules: do not build documentation on autobuilders (closes:
1156     #499002).
1157   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
1158   * debian/rules: git-gui: install git-gui--askpass helper to
1159     /usr/lib/git-core (closes: #598245).
1160   * debian/rules: git-doc: install symlink to html documentation in
1161     /usr/share/doc/git (thx Ian Jackson).
1162   * debian/watch: new; point to upstream sources.
1163   * debian/implicit: create DEBIAN/md5sums with correct permissions.
1164   * debian/diff/0003-remove-shebang...diff: new; do not start shell
1165     libraries with #!/bin/sh.
1166   * debian/rules: do not try to strip scripts even if they begin
1167     with "# " in place of "#!".
1168   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
1169     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
1170     from treating documentation as code.
1171   * debian/implicit: check for debian/$pkg.doc-base.$docid.
1172   * debian/git-doc.doc-base.*: new; catalog provided documentation.
1173   * debian/implicit: check for debian/$pkg.lintian-overrides.
1174   * debian/git.lintian-overrides: new; document some deviations from
1175     lintian guidelines.
1176   * debian/control: Standards-Version: 3.9.1.0.
1178   * debian/git.README.Debian: server logs go in /var/log/apache2.
1179   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
1180   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
1181     needed.
1182   * debian/rules, debian/control: move gitweb script to the main git
1183     package for use by instaweb; make gitweb into a configuration
1184     package.
1185   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
1186     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
1187   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
1188   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
1189   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
1190     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
1192   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
1193     debian/git.prerm: put emacs support files in /usr/share/git-core
1194     instead of /usr/share/doc/git/contrib.
1195   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
1196     README.source and README.Debian.
1197   * debian/git.README.emacs: new; introduction to the emacs support
1198     (text taken from contrib/emacs/README).
1200   [ Kevin Ryde ]
1201   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
1202     debian/git.prerm: Make M-x git-status and git-blame modes available
1203     with emacs23 (closes: #576887).
1205  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
1207 git (1:1.7.2.3-2.2) unstable; urgency=medium
1209   * Non-maintainer upload.
1210   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
1211     upstream: gitweb: do not parrot filenames or other arguments given
1212     in a request without proper quoting (closes: #607248,
1213     CVE-2010-3906).
1215  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
1217 git (1:1.7.2.3-2.1) unstable; urgency=low
1219   * Non-maintainer upload.
1220   * debian/diff/0010...0033: new from the upstream 'maint' branch:
1221     * cache_tree_free: Fix small memory leak.
1222     * diff.c: call regfree to free memory allocated by regcomp.
1223     * gitweb: allow configurations that change with each request
1224       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
1225     * Documentation: 19 formatting fixes (thx Frédéric Brière,
1226       closes: #540001, #600422).
1227     * setup: make sure git dir path is in a permanent buffer.
1228     * do not depend on signed integer overflow.
1229   * debian/control: gitweb: weaken dependencies to allow configurations
1230     using mod_perl or fastcgi rather than CGI; explain dependencies in
1231     the package description (thx Servilio Afre Puentes,
1232     closes: #600413).
1234  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
1236 git (1:1.7.2.3-2) unstable; urgency=low
1238   * merge branch debian-experimental.
1239   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
1241  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
1243 git (1:1.7.2.3-1) experimental; urgency=low
1245   * new upstream release.
1246     * post-receive-email: document command-line mode (closes: #428413).
1247     * add-interactive: Clarify “remaining hunks in the file”
1248       (closes: #526014).
1249     * rebase -i -p: document shortcomings (closes: #532775).
1250     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
1251     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
1252       closes: #546733, #572847).
1253     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
1254       closes: #578908).
1255   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
1256     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
1257     applied upstream.
1258   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
1259     prevent gitweb from serving rename patches that GNU patch 2.6.1
1260     cannot apply.
1261   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
1262     install gitweb.css et al in /usr/share/gitweb, not a new static/
1263     subdirectory.
1264   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
1265     upstream; do not unquote + into space character in URLs.
1266   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
1267     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
1268   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
1269     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
1270   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
1271     instaweb: ignore /etc/gitweb.conf;
1272     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
1273     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
1274     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
1275     Kleine-König, closes: #592733).
1276   * update debian/copyright.
1277   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
1278     install gitweb.js, add an Alias for it to the VirtualHost example,
1279     and configure gitweb to look for it in the right place (closes:
1280     #555047).
1281   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
1282   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
1283     #559890).
1284   * debian/gitweb.conf: use relative links for gitweb.css et al
1285     (thx Alban Browaeys, closes: #568343).
1286   * debian/control: package git: no longer Conflicts: git
1287     (<< 4.3.20-11).
1288   * debian/control: package git: Breaks: packages from Debian 5.0
1289     (lenny) relying on removed features such as dashed-form commands in
1290     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
1291     Breaks: ancient qgit for the same reason.
1292   * debian/gitweb.README.Debian: copy-edit.
1293   * debian/git.README.Debian: retitle to "Git for Debian" (thx
1294     Christoph Anton Mitterer, closes: #590129).
1295   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
1296   * debian/control: package git no longer Depends: libdigest-sha1-perl
1297     (thx Ansgar Burchardt, closes: #591039).
1298   * debian/control: Build-Depends: libio-pty-perl for better test
1299     coverage.
1301  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
1303 git (1:1.7.1-1.1) unstable; urgency=high
1305   * Non-maintainer upload.
1306   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
1307     new, cherry-picked from 3c9d041: setup: Check size of path buffer
1308     before writing into it (closes: #590026, CVE-2010-2542).
1310  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
1312 git (1:1.7.1-1) unstable; urgency=low
1314   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1315     remove; obsolete.
1316   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
1317     new; git-submodule.sh: properly initialize shell variables (closes:
1318     #569594).
1319   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
1320     test.
1321   * new upstream release.
1322   * merge branch debian-experimental.
1324  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
1326 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
1328   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1329     remove; more archs are affected (additionally hppa, armel).
1330   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1331     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
1332     --init'.
1334  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
1336 git (1:1.7.0.5-1) unstable; urgency=low
1338   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
1339     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
1340     (closes: #578298).
1341   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1342     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
1343     test (workaround: #569594).
1344   * debian/control: no longer Replaces, Conflicts: git-completion (thx
1345     Jonathan Nieder, closes: #577730).
1346   * new upstream point release.
1347   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
1349  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
1351 git (1:1.7.1~rc1-1.1) experimental; urgency=low
1353   * debian/control: typo (thx Jonathan Nieder).
1354   * debian/git-daemon-run.postinst: remove fixup for #522348.
1356  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
1358 git (1:1.7.1~rc1-1) experimental; urgency=low
1360   * new upstream release candidate.
1361   * merge branch debian-sid.
1363  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
1365 git (1:1.7.0.4-2) unstable; urgency=low
1367   * debian/rules: package git: no longer install /usr/share/doc/git-core
1368     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
1369     symlink (closes: #576906).
1370   * debian/control: package git: Replaces:, Conflicts: git-core (<=
1371     1:1.7.0.4-1).
1372   * debian/rules: make /usr/share/gitweb/index.cgi ->
1373     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
1374   * debian/control: package git-core: minor update to the long
1375     description.
1376   * debian/git.README.source: add note about the <debian-package-git>
1377     mailing list.
1378   * debian/rules: target binary-indep: add missing dependency to
1379     git-core.deb-DEBIAN.
1380   * debian/implicit: no longer create DEBIAN/md5sums.
1381   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
1382     (keeping upstream's default).
1384  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
1386 git (1:1.7.0.4-2~exp0) experimental; urgency=low
1388   [ Gerrit Pape ]
1389   * debian/control, debian/rules, debian/git-core.*: change source and
1390     binary package name from git-core to git; keep now obsolete empty
1391     git-core package that depends on git for upgrade (see
1392     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
1393   * debian/control: package git: Replaces: git-core, Conflicts: git-core
1394     (<= 1:1.7.0.3-1), Provides: git-core.
1395   * debian/git.NEWS.Debian: talk about the package name change, and the
1396     possible hazzle when upgrading with GNU Interactive Tools installed
1397     since etch and no git-core installed.
1398   * debian/control, debian/rules: new package git-all: dummy package
1399     which brings in all subpackages (following upstream's RPMs).
1401   [ Jonathan Nieder ]
1402   * debian/git.README.source: adjust for the package name change.
1403   * debian/rules: install symbolic link git -> git-core in /usr/lib
1404     to simplify upgrades.
1405   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
1406     the path to the git-daemon binary.
1408  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
1410 git-core (1:1.7.0.4-1) unstable; urgency=low
1412   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
1413     service is already removed; use -f option to userdel, on fast-purge
1414     the log service daemon might still run for a short time (closes:
1415     #575434).
1416   * new upstream point release.
1418  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
1420 git-core (1:1.7.0.3-1) unstable; urgency=low
1422   * debian/control: Standards-Version: 3.8.4.0.
1423   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
1424   * new upstream point release.
1426  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
1428 git-core (1:1.7.0.2-1) unstable; urgency=low
1430   * new upstream point release.
1432     [ Jonathan Nieder ]
1433     * am: remove rebase-apply directory before gc (thx Mark Brown,
1434       closes: #570966).
1435     * git-imap-send: Convert LF to CRLF before storing patch to draft box
1436       (closes: #572598).
1437     * sha1_file: be paranoid when creating loose objects (closes:
1438       #569505).
1440  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
1442 git-core (1:1.7.0-1) unstable; urgency=low
1444   * debian/git-core.README.source: typos.
1445   * new upstream release.
1446     * Documentation: Update git core tutorial clarifying reference to
1447       scripts (closes: ##560795).
1448   * merge branch debian-experimental.
1450  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
1452 git-core (1:1.7.0~rc2-1) experimental; urgency=low
1454   * new upstream release candidate.
1456  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
1458 git-core (1:1.7.0~rc1-1) experimental; urgency=low
1460   * new upstream release candidate.
1461   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1462     remove; applied upstream.
1463   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
1464     Python module will require more work.
1465   * update debian/copyright (closes: #557065).
1466   * debian/rules: set prefix=/usr when building man pages (closes:
1467     #567404).
1469  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
1471 git-core (1:1.6.6.2-1) unstable; urgency=medium
1473   * new upstream point release.
1474   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1475     remove; applied upstream.
1476   * debian/rules: stop ignoring test suite failures on ia64, since
1477     #563882 has been fixed.  Build-Depends: and Depends:
1478     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
1479   * update debian/copyright (closes: #557065).
1480   * debian/rules: set prefix=/usr when building man pages (closes:
1481     #567404).
1483  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
1485 git-core (1:1.6.6.1-1) unstable; urgency=low
1487   [ Gerrit Pape ]
1488   * new upstream point release.
1489     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
1490       closes: #476604).
1491   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1492     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
1493     build/selftest failure if the build directory pathname contains a +).
1494   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1495     work out of the box with Apache (thx Charles Plessy).
1496   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1497     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1498     #497809).
1499   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1501   [ Jonathan Nieder ]
1502   * debian/rules: ignore test suite failures on ia64 (workaround:
1503     #563882).
1505  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1507 git-core (1:1.6.6-1) unstable; urgency=low
1509   * new upstream release.
1511  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1513 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1515   * new upstream release candidate.
1516   * merge branch debian-sid.
1518  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1520 git-core (1:1.6.5.7-1) unstable; urgency=low
1522   * new upstream point release.
1524  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1526 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1528   * merge branch debian-sid.
1529   * new upstream release candidate.
1531  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1533 git-core (1:1.6.5.4-1) unstable; urgency=low
1535   * new upstream point release.
1537  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1539 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1541   * new upstream release candidate.
1542   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1543     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1544     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1545     remove; obsolete.
1546   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1547     OPTS.
1549  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1551 git-core (1:1.6.5.3-1) unstable; urgency=low
1553   [ Tanguy Ortolo ]
1554   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1555     document that git-daemon is not provided by this package; add hint
1556     on how to enable git-daemon through inetd(8) (closes: #554215).
1558   [ Jonathan Nieder ]
1559   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1560     #555039).
1561   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1562   * debian/rules: allow clean as non-root (closes: #555041).
1563   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1564     #555051).
1565   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1567   [ Gerrit Pape ]
1568   * new upstream point release.
1569     * ls-files: unbreak "ls-files -i" (closes: #553296).
1570     * Require a struct remote in transport_get(); Allow curl helper to
1571       work without a local repository (closes: #553507).
1572     * help -a: do not unnecessarily look for a repository (closes:
1573       #539273).
1574     * thx Jonathan Nieder.
1576  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1578 git-core (1:1.6.5.2-1) unstable; urgency=low
1580   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1581     #530693).
1582   * new upstream point release.
1583     * grep: do not segfault when -f is used (closes: 551071).
1585  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1587 git-core (1:1.6.5-1) unstable; urgency=low
1589   * new upstream release.
1590     * git-doc: html no longer uses "{plus}" where it should be "+"
1591       (closes: #529255).
1592   * debian/git-core.README.source: new; document how to use the
1593     Debian package source.
1594   * debian/implicit: update to revision 60d9070.
1596  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1598 git-core (1:1.6.4.3-1) unstable; urgency=low
1600   * new upstream release (closes: #546709).
1601     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1602       (closes: #536067).
1603   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1604     Anders Kaseorg; closes: #546499).
1606  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1608 git-core (1:1.6.3.3-2) unstable; urgency=low
1610   [ Anders Kaseorg ]
1611   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1612     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1613     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1614     (closes: #530693, #521954, #533320).
1616   [ Gerrit Pape ]
1617   * debian/control: Standards-Version: 3.8.2.0.
1619  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1621 git-core (1:1.6.3.3-1) unstable; urgency=high
1623   * new upstream point release.
1624     * daemon: Strictly parse the "extra arg" part of the command
1625       (closes: #532935; CVE-2009-2108).
1626   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1627   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1628     remove; obsolete.
1630  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1632 git-core (1:1.6.3.1-1) unstable; urgency=low
1634   * new upstream point release.
1636  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1638 git-core (1:1.6.3-1) unstable; urgency=low
1640   * new upstream release.
1641   * merge branch debian-experimental.
1643  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1645 git-core (1:1.6.3~rc3-1) experimental; urgency=low
1647   * new upstream release candidate.
1649  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
1651 git-core (1:1.6.3~rc1-1) experimental; urgency=low
1653   * new upstream release candidate.
1654   * merge branch debian-sid.
1656  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
1658 git-core (1:1.6.2.4-1) unstable; urgency=low
1660   * new upstream point release.
1662  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
1664 git-core (1:1.6.3~rc0-1) experimental; urgency=low
1666   * new upstream release candidate.
1667   * merge branch debian-sid.
1669  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
1671 git-core (1:1.6.2.3-1) unstable; urgency=low
1673   * new upstream point release.
1674   * debian/control: Standards-Version: 3.8.1.0.
1675   * debian/control: change subversion to Subversion in description.
1676   * debian/control: Section: vcs (except for git-doc).
1678  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
1680 git-core (1:1.6.2.2-1) unstable; urgency=low
1682   * new upstream point release.
1683   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1684     new; Makefile: do not install cross-directory hardlink (thx Jonathan
1685     Nieder, closes: #520116).
1686   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
1687     'git daemon' (closes: #522348).
1688   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
1689     #522348.
1690   * debian/git-core.emacsen-startup: remove the line
1691     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
1693  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
1695 git-core (1:1.6.2.1-1) unstable; urgency=low
1697   * new upstream point release.
1698   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
1699     (closes: #519728).
1701  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
1703 git-core (1:1.6.2-1) unstable; urgency=medium
1705   * new upstream release.
1706   * merge branch debian-experimental.
1707   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
1708     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1709     remove; applied upstream.
1711  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
1713 git-core (1:1.6.2~rc2-1) experimental; urgency=low
1715   * merge branch debian-sid.
1716   * new upstream release candidate.
1718  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
1720 git-core (1:1.6.1.3-2) unstable; urgency=high
1722   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
1723     new from upstream git: Install builtins with the user and group of
1724     the installing personality.
1725   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1726     new from upstream git: git-quiltimport: preserve standard input to
1727     be able to read user input (closes: #515910).
1729  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
1731 git-core (1:1.6.2~rc1-1) experimental; urgency=low
1733   * new upstream release candidate.
1734   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
1735     Documentation/RelNotes* from git-doc to the git-core package
1736     (closes: #514866).
1738  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
1740 git-core (1:1.6.2~rc0-1) experimental; urgency=low
1742   * new upstream release candidate.
1743   * merge branch debian-sid.
1745  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
1747 git-core (1:1.6.1.3-1) unstable; urgency=low
1749   * new upstream point release.
1751  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
1753 git-core (1:1.6.1.2-1) experimental; urgency=low
1755   * new upstream release.
1756     * don't fail to clone over http if connection is rate limited
1757       (closes: #512795).
1758     * git svn info no longer fails (closes: #499243).
1759   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
1760     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
1761     for the patch, closes: #497883).
1762   * merge branch debian-lenny.
1763   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1764     remove; fixed upstream.
1766  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
1768 git-core (1:1.5.6.5-3) unstable; urgency=high
1770   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
1771     /usr/bin/sv (closes: #511687).
1772   * debian/git-daemon-run.README.Debian: document how to create the
1773     symlink manually to have an LSB compatible /etc/init.d/git-daemon
1774     interface to control the service.
1776  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
1778 git-core (1:1.6.0.6-1) experimental; urgency=low
1780   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
1781     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
1782   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
1783     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
1784     Gerasiov, closes: #506445).
1785   * new upstream point release (closes: #504641).
1786     * gitweb: do not run "git diff" that is Porcelain.
1788  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
1790 git-core (1:1.5.6.5-2) unstable; urgency=high
1792   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1793     new; fix possible gitweb vulnerability: calling "git diff": Jakub
1794     says that legacy-style URI to view two blob differences are never
1795     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
1796     the gitweb, which is a no-no.  It can trigger diff.external command
1797     that is specified in the configuration file of the repository being
1798     viewed.
1800  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
1802 git-core (1:1.6.0.4-1) experimental; urgency=low
1804   * new upstream point release.
1805   * debian/control: git-email: minor update to the long description
1806     (thx Gerfried Fuchs, closes: #501559).
1807   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
1808   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
1809     tk8.5 (thx Adeodato Simó, closes: #503113).
1810   * debian/rules: move the /usr/bin/git-cvsserver program into the
1811     git-cvs package.
1813  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
1815 git-core (1:1.6.0.3-1) experimental; urgency=low
1817   * debian/control: minor update to long descriptions (thx Reuben
1818     Thomas, closes: #499065).
1819   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
1820     file (thx Jari Aalto, closes: #472197).
1821   * debian/rules: install emacsen-startup configuration file into the
1822     git-core package (thx Eddy Mulyono, closes: #446027).
1823   * new upstream point release.
1824   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
1826  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
1828 git-core (1:1.6.0.2-1) experimental; urgency=low
1830   * new upstream point release.
1831   * debian/git-core.NEWS.Debian: new; mention that most of the programs
1832     now are installed outside the default $PATH; the "git-xyzzy" form
1833     in scripts and on the command line is no longer supported in 1.6.0.
1834   * debian/git-core.README.Debian: fix paths in config example (thx
1835     Michael Biebl for the patch, closes: #498741).
1836   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
1837     patch, closes: #496834).
1839  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
1841 git-core (1:1.6.0.1-1) experimental; urgency=low
1843   * new upstream point release (closes: #496155).
1844   * merge branch debian-sid.
1846  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
1848 git-core (1:1.6.0-1) experimental; urgency=low
1850   * new upstream release.
1851     * svnimport: newer libsvn wants us to ask for the root with "",
1852       not "/" (closes: #492522, #490400).
1853     * Keep some git-* programs in $(bindir); Move all dashed-form
1854       commands to libexecdir (closes: #461212).
1855     * bash: Add more option completions for 'git log' (closes:
1856       #490220).
1857     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1858       in git diff; Fix buffer overflow in git-grep (closes: #494097).
1859   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
1860     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
1861     Jonathan Nieder for the patch, closes: #494505).
1862   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
1863     several paths (thx Jonathan Nieder for a patch, closes: #480396).
1864   * debian/gitweb.NEWS.Debian: new; talk about files moved from
1865     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
1866   * debian/git-daemon/run: run git daemon instead of git-daemon
1867     (dash-less form).
1868   * debian/git-daemon-run.postinst: add gitdaemon system user.
1869   * debian/git-daemon/run: utilize chpst to run git daemon as user
1870     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
1872  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
1874 git-core (1:1.5.6.5-1) unstable; urgency=high
1876   * new upstream point release.
1877     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1878       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
1879       closes: #494097).
1880   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
1882  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
1884 git-core (1:1.5.6.3-1.1) unstable; urgency=high
1886   * Non-maintainer upload by the Security Team.
1887   * Fix various stack-based buffer overflows when processing overly long
1888     repository pathnames which can be exploited to execute arbitrary code if
1889     a victim is tricked into using git-grep or git-diff on a crafted
1890     repository (CVE-2008-3546; Closes: #494097).
1892  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
1894 git-core (1:1.5.6.3-1) unstable; urgency=low
1896   * new upstream point release.
1897   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1898     remove; applied upstream (opens: #490400).
1899   * debian/control: Standards-Version: 3.8.0.1.
1901  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
1903 git-core (1:1.5.6.2-1) unstable; urgency=low
1905   * new upstream point release (closes: #489431).
1906   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
1907     machine-readable format; clarify some license information (thx,
1908     closes: #488351).
1909   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
1910     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
1911     #479479).
1912   * debian/control: package git-arch: no longer Suggests: bazaar
1913     (closes: #486726).
1914   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1915     new; git-svn.perl: workaround assertions in svn library 1.5.0
1916     (closes: #489108).
1918  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
1920 git-core (1:1.5.6-1) unstable; urgency=low
1922   * new upstream release.
1923   * merge branch debian-experimental.
1925  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
1927 git-core (1:1.5.6~rc3-1) experimental; urgency=low
1929   * debian/git-daemon-run.postrm: remove log files on purge.
1930   * new upstream release candidate.
1931   * debian/control: package git-core: no longer Depends: cpio, no
1932     longer Recommends: curl.
1934  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
1936 git-core (1:1.5.6~rc2-1) experimental; urgency=low
1938   * new upstream release candidate.
1939   * merge branch debian-sid.
1940   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
1942  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
1944 git-core (1:1.5.5.4-1) unstable; urgency=low
1946   * new upstream point release.
1947   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
1948     breakage (thx Jonathan Nieder, closes: #476634).
1949   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
1950     Nieder).
1952  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
1954 git-core (1:1.5.6~rc1-1) experimental; urgency=low
1956   * new upstream release candidate.
1957     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
1958       477393).
1959     * gitweb: Fix "next" link on bottom of page (closes: #481902).
1960   * merge branch debian-sid.
1961   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
1963  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
1965 git-core (1:1.5.5.3-1) unstable; urgency=low
1967   * new upstream point release.
1968     * commit --interactive: properly update the index before commiting
1969       (closes: #480429).
1970   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1971     remove; applied upstream.
1972   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
1973     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
1974     (closes: #477337).
1976  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
1978 git-core (1:1.5.6~rc0-1) experimental; urgency=low
1980   * merge branch debian-sid.
1981   * new upstream release candidate.
1982   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
1983     remove; fixed upstream.
1984   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1985     remove; applied upstream.
1987  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
1989 git-core (1:1.5.5.2-1) unstable; urgency=low
1991   * new upstream point release.
1992     * diff-options.txt: document the new "--dirstat" option (closes:
1993       #476437).
1994   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1995     new: git-bisect.sh: don't accidentally override existing branch
1996     "bisect" (closes: #478647).
1998  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
2000 git-core (1:1.5.5.1-1) unstable; urgency=low
2002   * new upstream point release.
2004  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
2006 git-core (1:1.5.5-1) unstable; urgency=low
2008   * new upstream release.
2009     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
2010     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
2011       (closes: #469083).
2012   * merge branch debian/experimental.
2014  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
2016 git-core (1:1.5.5~rc3-2) experimental; urgency=low
2018   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2019     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
2021  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
2023 git-core (1:1.5.5~rc3-1) experimental; urgency=low
2025   * new upstream release candidate.
2026   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2027     new: gitweb: fallback to system-wide config file if default config does
2028     not exist (closes: #450592).
2029   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
2031  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
2033 git-core (1:1.5.5~rc2-1) experimental; urgency=low
2035   * new upstream release candidate.
2036     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
2037       (closes: #471969).
2038     * imap-send: properly error out if imap.host is not set in config
2039       (closes: #472632).
2040   * merge branch debian-sid.
2042  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
2044 git-core (1:1.5.4.5-1) unstable; urgency=low
2046   * new upstream point release (closes: #473071).
2048  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
2050 git-core (1:1.5.5~rc1-1) experimental; urgency=low
2052   * new upstream release candidate.
2054  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
2056 git-core (1:1.5.5~rc0-1) experimental; urgency=low
2058   * new upstream release candidate.
2059     * git-pull documentation: warn about the option order (closes: #463853).
2060     * hash-object: cleanup handling of command line options (closes:
2061       #464432).
2062   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2063     remove; applied upstream.
2065  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
2067 git-core (1:1.5.4.4-1) unstable; urgency=low
2069   * new upstream point release.
2070     * templates/Makefile: don't depend on local umask setting (closes:
2071       #467518).
2072     * Fix random crashes in http_cleanup() (closes: #468836).
2073     * send-email: fix In-Reply-To regression (closes: #468153).
2074     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
2075       options (closes: #468568).
2077  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
2079 git-core (1:1.5.4.3-1) unstable; urgency=low
2081   * new upstream point release.
2082     * git-clone.sh: properly configure remote even if remote's head is
2083       dangling (closes: #466581).
2084   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2085     new: from upstream master: gitk: properly deal with tag names containing /
2086     (slash) (closes: #464104).
2087   * debian/git-daemon-run.postrm: adapt paths in /var/.
2089  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
2091 git-core (1:1.5.4.2-2) unstable; urgency=low
2093   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
2094     subdirectories, update-service now takes care of this.
2095   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
2096     upgrade from <= 1.5.4.2-1.
2098  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
2100 git-core (1:1.5.4.2-1) unstable; urgency=low
2102   * new upstream point release.
2103     * cvsimport: have default merge regex also match beginning of commit
2104       message (thx Frédéric Brière, closes: #463468).
2105     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
2106       #464656).
2107   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
2108   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
2109     (closes: #456423).
2110   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
2111     debian/git-daemon-run.prerm: use runit's update-service program to
2112     add/remove the git daemon service, instead of dealing with symlinks in
2113     /var/service/ directly.
2114   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
2115     version that provides the update-service program).
2117  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
2119 git-core (1:1.5.4.1-1) unstable; urgency=medium
2121   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
2122     closes: #463896).
2123   * new upstream point release.
2125  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
2127 git-core (1:1.5.4-1) unstable; urgency=low
2129   * merge branch debian-experimental.
2130   * new upstream release.
2131   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
2132     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
2133     #463732).
2134   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
2135     on test failures.
2137  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
2139 git-core (1:1.5.4~rc5-1) experimental; urgency=low
2141   * new upstream release candidate.
2143  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
2145 git-core (1:1.5.4~rc4-1) experimental; urgency=low
2147   * new upstream release candidate.
2148   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2149     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
2150   * debian/rules: install /usr/share/gitk/ into the gitk package, not
2151     git-core.
2153  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
2155 git-core (1:1.5.4~rc3-1) experimental; urgency=low
2157   * merge branch debian-sid.
2158   * new upstream release candidate.
2159     * "git pull --tags": error out with a better message (closes: #456035).
2160     * gitk: use user-configured background in view definition dialog
2161       (closes: #457124).
2162   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
2164  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
2166 git-core (1:1.5.3.8-1) unstable; urgency=low
2168   * debian/control: for all packages: Suggests: git-doc instead of
2169     Recommends: (thx Andrew Moise, closes: #455369).
2170   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
2171   * new upstream point release.
2173  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
2175 git-core (1:1.5.4~rc2-1) experimental; urgency=low
2177   * new upstream release candidate.
2178     * shortlog manpage documentation: work around asciidoc markup issues
2179       (closes: #447911).
2180     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
2182  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
2184 git-core (1:1.5.4~rc1-1) experimental; urgency=low
2186   * new upstream release candidate.
2187     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
2188       type (closes: #435610).
2190  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
2192 git-core (1:1.5.4~rc0-1) experimental; urgency=low
2194   * new upstream release candidate.
2195     * build with correct version information (on amd64, closes: #454935,
2196       #454408).
2197     * git-reset: add -q option to operate quietly (closes: #444933).
2198     * gitk: disable colours when calling git log (closes: #454420).
2199     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
2200       #447325, #447965, #451037).
2201     * git-commit: allow grouping of short options (closes: #407241).
2202   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
2203     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
2204     applied upstream.
2205   * debian/rules: install git-gui's lib/ directory plus subdirectory
2206     properly.
2207   * debian/control: Build-Depends: gettext.
2209  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
2211 git-core (1:1.5.3.7-1) unstable; urgency=low
2213   * new upstream point release.
2214   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
2215     cache DESTDIR in perl/perl.mak (#452077).
2216   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
2217     again, this is now handled through debian/diff/0005 (thx Pierre
2218     Habouzit, #452077).
2220  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
2222 git-core (1:1.5.3.6-1.1) unstable; urgency=low
2224   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
2225     preventing people from installing git, I took the initiative to fix it
2226     before his return.
2227   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
2228     that remembers our DESTDIR and makes perl modules be installed in
2229     debian/git-core/ in the install-indep target again
2230     (closes: #452077, #452078, #452080, #452111, #452324).
2232  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
2234 git-core (1:1.5.3.6-1) unstable; urgency=low
2236   * debian/implicit: add proper dependencies to support 'parallel build'
2237     through make -j (thx Daniel Schepler for the patch).
2238   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
2239     the selftests.
2240   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2241     new; check /etc/mailname if author email is unknown (closes: #448655).
2242   * debian/gitweb.docs: new; install gitweb/README.
2243   * new upstream point release.
2244     * git-cvsimport: really convert underscores in branch names to dots with
2245       -u (closes: #446495).
2246     * git-mailsplit: with maildirs not only process cur/, but also new/
2247       (closes: #447396).
2248   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
2249     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
2250     subject prefix configurable (closes: #428418).
2252  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
2254 git-core (1:1.5.3.5-1) unstable; urgency=low
2256   * new upstream point release.
2257     * git-config: handle --file option with relative pathname properly;
2258       git-config: print error message if the config file cannot be read;
2259       git-config: don't silently ignore options after --list (closes:
2260       #445208).
2262  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
2264 git-core (1:1.5.3.4-1) unstable; urgency=low
2266   * new upstream point release (closes: #445188).
2268  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
2270 git-core (1:1.5.3.3-1) unstable; urgency=low
2272   * new upstream point release.
2274  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
2276 git-core (1:1.5.3.2-1) unstable; urgency=low
2278   * new upstream point release.
2279     * git-svn: fix "Malformed network data" with svn:// servers (closes:
2280       #430091, #436142).
2281     * git-commit: Allow partial commit of file removal (closes: #437817).
2282     * git-gui: lib/index.tcl: handle files with % in the filename properly
2283       (closes: #441167).
2284     * git-clone: improve error message if curl program is missing or not
2285       executable (closes: #440976).
2286   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
2287     'sv restart git-daemon' to restart git-daemon service if it was running.
2288   * debian/control: git-core: no longer Suggests: cogito, which was removed.
2289   * debian/diff/genindex.diff: apply and remove.
2290   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
2291     default (thx Ansgar Burchardt for the patch, closes: 441694).
2293  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
2295 git-core (1:1.5.3.1-1) unstable; urgency=low
2297   * new upstream point release.
2298   * debian/control: git-daemon-run: improve long description (closes:
2299     #440699).
2300   * debian/git-daemon-run.README.Debian: improve.
2301   * debian/control: git-svn: improve long description.
2302   * debian/control: git-cvs: improve long description.
2303   * debian/control: git-core: improve long description (closes: #412560).
2305  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
2307 git-core (1:1.5.3-1) unstable; urgency=low
2309   * merge branch debian-experimental.
2310   * new upstream release.
2311   * debian/control: git-email: move libemail-valid-perl from Depends: to
2312     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
2313   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
2314     Uwe Kleine-Koenig).
2316  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
2318 git-core (1:1.5.3~rc7-1) experimental; urgency=low
2320   * new upstream release candidate.
2321   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2322     remove; included upstream.
2324  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
2326 git-core (1:1.5.3~rc6-1) experimental; urgency=low
2328   * new upstream release candidate.
2329     * git-am: initialize variable $resume on startup (closes: #435807).
2330   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2331     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
2332   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
2333     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
2334     are unset (thx Mike Hommey, closes: #438793).
2335   * merge branch debian-sid.
2337  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
2339 git-core (1:1.5.2.5-2) unstable; urgency=low
2341   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
2343  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
2345 git-core (1:1.5.2.5-1) unstable; urgency=low
2347   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
2348     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
2349   * new upstream point release.
2350   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
2351   * dbian/control: git-core: Depends: cpio (closes: #438057).
2352   * debian/git-core.README.Debian: fix typos (closes: #438932).
2353   * debian/versions.upstream, debian/changelog.upstream: adapt.
2354   * debian/rules, debian/control: install git-completion.bash from contrib as
2355     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
2356     git-completion (closes: #437532, thx Sebastian Harl).
2358  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
2360 git-core (1:1.5.3~rc4-1) experimental; urgency=low
2362   * new upstream release candidate.
2364  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
2366 git-core (1:1.5.3~rc3-1) experimental; urgency=low
2368   * new upstream release candidate.
2369   * debian/versions.upstream, debian/changelog.upstream: adapt.
2371  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
2373 git-core (1:1.5.3~rc2-1) experimental; urgency=low
2375   * new upstream release candidate.
2376   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
2377     remove; obsolete.
2378   * debian/control, debian/rules: remove git-p4 package again, moved into
2379     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
2380   * debian/versions.upstream, debian/changelog.upstream: adapt.
2382  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
2384 git-core (1:1.5.3~rc1-1) experimental; urgency=low
2386   * new upstream release candidate.
2387     * git-commit: don't add multiple Signed-off-by: from the same identity
2388       (closes: #430851).
2389     * Fix core.sharedRepository = 2 (closes: #432698).
2390   * merge branch debian-sid.
2391   * debian/versions.upstream, debian/changelog.upstream: adapt.
2392   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2393     remove; doesn't apply anymore.
2394   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
2395     new; on upstream advice.
2397  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
2399 git-core (1:1.5.2.4-1) unstable; urgency=low
2401   * new upstream point release.
2402   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
2403     #432560).
2404   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
2405   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2406     remove; merged upstream.
2407   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
2408     (closes: #432812).
2409   * debian/versions.upstream, debian/changelog.upstream: adapt.
2411  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
2413 git-core (1:1.5.3~rc0-1) experimental; urgency=low
2415   * new upstream release candidate.
2416   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
2417   * debian/versions.upstream, debian/changelog.upstream: update.
2418   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
2419     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2420     remove; applied upstream.
2421   * debian/diff/00*.diff: adapt.
2422   * debian/rules: put git-gui, git-citool man pages into package git-gui.
2424  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
2426 git-core (1:1.5.2.3-1) unstable; urgency=low
2428   * new upstream point release.
2429   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
2430     (thx Frank Lichtenheld, closes: #431481).
2431   * debian/versions.upstream, debian/changelog.upstream: update.
2433  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
2435 git-core (1:1.5.2.2-3) unstable; urgency=low
2437   * debian/rules: move /usr/share/git-gui/ from git-core package into
2438     git-gui package (thx Ansgar Burchardt, closes: #430530).
2439   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2440     new; git-cvsimport: force checkout of working tree after initial import
2441     (closes: #430903).
2442   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2443     new; git-gui: properly popup error if gitk should be started but is not
2444     installed (#429810).
2445   * debian/control: git-gui: Recommends: gitk (closes: #429810).
2446   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
2447     (#429389).
2449  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
2451 git-core (1:1.5.2.2-2) unstable; urgency=low
2453   * debian/control: all Architecture: all packages: Depends: git-core (>>
2454     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
2455     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
2456     #430128).
2458  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
2460 git-core (1:1.5.2.2-1) unstable; urgency=low
2462   * new upstream point release.
2463     * Fix typo in remote branch example in git user manual (closes: #427502).
2464   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2465     remove; applied upstream.
2466   * debian/versions.upstream: new; ordered list of upstream versions,
2467     starting with 1.0.0.
2468   * debian/changelog.upstream.sh: new; create changelog.upstream from git
2469     shortlog using debian/versions.upstream.
2470   * debian/changelog.upstream: re-created through changelog.upstream.sh.
2471   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
2472     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
2473     (closes: #429443).
2475  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
2477 git-core (1:1.5.2.1-2) unstable; urgency=low
2479   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2480     new; from upstream master: git-branch --track: fix tracking branch
2481     computation.
2483  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
2485 git-core (1:1.5.2.1-1) unstable; urgency=low
2487   * new upstream point release.
2488     * Create a new manpage for the gitignore format, and reference it
2489       elsewhere (thx Josh Triplett, closes: #427078).
2490   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2491     new; properly resolve ambiguity if argument is both, revision and
2492     filename (closes: #425491).
2493   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2494     transition).
2495   * debian/git-daemon-run.README.Debian: new (#422139).
2496   * debian/control: all Architecture: all packages: Depends: git-core
2497     (= ${source:Version}) instead of (>= ...); this makes it no longer
2498     support binNMUs (closes: #425494, reopens: #423041).
2500  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2502 git-core (1:1.5.2-1) unstable; urgency=low
2504   * merge branch debian-experimental.
2505   * new upstream release.
2506     * gitweb: choose appropriate view for file type if a= parameter missing
2507       (closes: #410465).
2508     * git fetch -q is supported (closes: #423165).
2509   * /usr/bin/git transition (thx Ian Beckwith!).
2510     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2511       upgrading from versions older than 1:1.5.2~rc3-2.
2512     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2513       handle /usr/bin/git alternative through update-alternatives.
2514     * debian/rules: no longer install git program as git-scm.
2516  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2518 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2520   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2521   * debian/control: package git-p4: Section: contrib/devel (closes:
2522     #422755).
2523   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2524     instead of (= ${Source-Version}) (to support binNMUs).
2526  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2528 git-core (1:1.5.1.4-2) unstable; urgency=low
2530   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2531     maint branch 20070514:
2532     * includes git-svn fixes (closes: #423599, #423226).
2533   * deian/rules: reverse order when applying diffs (fix typo).
2534   * debian/control: all Architecture: all packages: Depends: git-core (>=
2535     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2536     closes: #423041).
2538  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2540 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2542   * new upstream release candidate.
2543   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2544     remove; included upstream.
2545   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2546   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2547     git-daemon-run package (#422139).
2549  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2551 git-core (1:1.5.1.4-1) unstable; urgency=medium
2553   * new upstream point release.
2554   * debian/diff/pager-vs-less.diff: rename to
2555     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2556   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2557     new: Optimize directory listing with pathspec limiter (closes: #420671).
2558   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2559     running.
2561  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2563 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2565   * new upstream release candidate.
2567  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2569 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2571   * new upstream release candidate.
2572   * debian/control, debian/rules: new package git-p4: tools for importing
2573     development history from perforce repositories.
2574   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2575     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2576     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2578  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2580 git-core (1:1.5.1.3-1) unstable; urgency=low
2582   * new upstream point release.
2583     * git-add tried to optimize by finding common leading directories
2584       across its arguments but botched, causing very confused behaviour
2585       (closes: #420671).
2586     * Documentation/git-reset.txt: suggest git commit --amend in example
2587       (closes: #420112).
2588     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2589       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2590       harder for distro people to make the same mistake, by setting the
2591       variable to /etc/gitconfig if prefix is set to /usr (closes:
2592       #420675).
2593   * debian/changelog.upstream: upstream changes taken from mailing list
2594     announcement.
2596  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2598 git-core (1:1.5.1.2-1) unstable; urgency=low
2600   * new upstream point release.
2601   * debian/changelog.upstream: upstream changes taken from mailing list
2602     announcement.
2604  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2606 git-core (1:1.5.1.1-1) unstable; urgency=low
2608   * new upstream point release.
2609   * debian/changelog.upstream: upstream changes taken from mailing list
2610     announcement.
2611   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2612     remove; applied upstream.
2614  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2616 git-core (1:1.5.1-1) unstable; urgency=low
2618   * new upstream release.
2619     * git-svn got almost a rewrite (closes: #416372).
2620   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2621   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2622     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2623     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2624     remove; applied upstream.
2625   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2626   * debian/git-daemon-run.postrm: check for deluser being available, if
2627     not, print warning and don't remove system user (closes: #416755).
2628   * debian/changelog.upstream: upstream changes taken from mailing list
2629     announcement, and git shortlog.
2630   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2631     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2632     receive-email.
2634  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2636 git-core (1:1.5.0.6-1) unstable; urgency=low
2638   * new upstream point release.
2639   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2640     new, cherry-pick'ed from upstream master: http-fetch: don't use
2641     double-slash as directory separator in URLs (closes: #409887).
2642   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2643     Documentation/git-svnimport.txt: fix typo.
2644   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2645     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
2646     (closes: #404795).
2647   * debian/changelog.upstream: upstream changes taken from mailing list
2648     announcements.
2650  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
2652 git-core (1:1.5.0.5-1) unstable; urgency=low
2654   * new upstream point release.
2655   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
2656     mode 0755 (closes: #415328); remove .gitignore file(s) from
2657     /usr/share/doc/git-core/ (closes: #413913).
2658   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
2659     Habouzit, closes: #415475).
2660   * debian/changelog.upstream: upstream changes taken from mailing list
2661     announcements.
2663  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
2665 git-core (1:1.5.0.3-1) unstable; urgency=low
2667   * new upstream point release.
2668   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
2669   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
2670   * debian/changelog.upstream: upstream changes taken from mailing list
2671     announcements.
2673  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
2675 git-core (1:1.5.0.2-1) unstable; urgency=low
2677   * new upstream point release.
2678   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
2679   * debian/changelog.upstream: upstream changes taken from mailing list
2680     announcements.
2681   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
2682     yet committed to cvs (closes: #412732).
2684  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
2686 git-core (1:1.5.0.1-1) unstable; urgency=low
2688   * new upstream point release.
2689   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
2690     Have git-cvsserver call hooks/update before really altering the ref.
2691   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
2693  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
2695 git-core (1:1.5.0-1) experimental; urgency=low
2697   * new upstream release.
2698   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
2699   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
2700     adapt.
2701   * debian/control: new package git-gui, the git graphical user interface;
2702     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
2703     git-gui.
2704   * debian/rules: new package git-gui.
2705   * debian/changelog.upstream: upstream changes taken from mailing list
2706     announcements and git shortlog.
2707   * debian/git-daemon/run: don't limit git-daemon's memory resources.
2708   * debian/control, debian/rules: remove git-core-dev package again,
2709     libgit.a is not a publically usable/useful library at this moment, as
2710     its internal API is not cast in stone yet.
2711   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
2712     package.
2714  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
2716 git-core (1:1.5.0~rc3-1) experimental; urgency=low
2718   * new upstream release candidate.
2719   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
2720     install libgit.a library plus header files (thx Luca Falavigna).
2721   * debian/rules: new package git-core-dev; remove obsolete
2722     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
2723     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
2724     Luca Falavigna; closes: #403731); make git-p4import.pl available through
2725     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
2726   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
2727     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
2728     python, Suggests: git-core-dev; update short and long descriptions
2729     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
2730   * debian/diff/GNU-Hurd.diff: adapt.
2731   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
2732     needs empty directory (closes: #400508).
2733   * debian/gitweb.README.Debian: typo.
2735  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
2737 git-core (1:1.4.4.4-1) unstable; urgency=low
2739   * new upstream release, important fixes:
2740     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
2741     * Fix infinite loop when deleting multiple packed refs.
2742     * diff --check: fix off by one error.
2743   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
2744     upstream version.
2745   * debian/changelog.upstream: upstream changes taken from mailing list
2746     announcement.
2748  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
2750 git-core (1:1.4.4.3-1) unstable; urgency=medium
2752   * new upstream release (closes: #404796); important fixes:
2753     * Make sure the empty tree exists when needed in merge-recursive; the
2754       error message may make the user think that their database is corrupt
2755       when its actually not.
2756     * Don't use memcpy when source and dest. buffers may overlap.
2757     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
2758       counting of bytes for the CVS protocol, resulting in the client
2759       expecting less data than we actually send, and storing truncated files.
2760   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
2761     work around spurious .sp in manpages (closes: #388370).
2762   * debian/changelog.upstream: upstream changes taken from mailing list
2763     announcement.
2765  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
2767 git-core (1:1.4.4.2-1) unstable; urgency=low
2769   * new upstream release.
2770     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
2771   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
2772     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2773     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2774     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2775     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
2776   * debian/changelog.upstream: upstream changes taken from mailing list
2777     announcements and git log | git shortlog.
2779  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
2781 git-core (1:1.4.4.1-1) unstable; urgency=low
2783   * new upstream release (closes: #400191).
2784   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
2785     replaces debian/diff/not-packed-structs.diff.
2786   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2787     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2788     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2789     0005-Increase-length-of-function-name-buffer.diff: new from upstream
2790     git.
2791   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
2792     generator (thx David Nusinow; closes: #400284).
2793   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
2795  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
2797 git-core (1:1.4.4-2) unstable; urgency=low
2799   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
2800     size doesn't match on arm (fixes selftests failure on arm).
2802  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
2804 git-core (1:1.4.4-1) unstable; urgency=low
2806   * new upstream release (closes: #399575).
2807   * debian/changelog.upstream: upstream changes taken from mailing list
2808     announcements.
2809   * debian/control: Build-Depends: unzip (for selftests).
2811  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
2813 git-core (1:1.4.3.5-1) unstable; urgency=low
2815   * new upstream release.
2816   * debian/changelog.upstream: upstream changes taken from mailing list
2817     announcements.
2819  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
2821 git-core (1:1.4.3.3-2) unstable; urgency=medium
2823   * debian/git-daemon-run.postinst: don't make the log service system user
2824     gitlog member of group adm, but nogroup; gitlog's home directory is
2825     /nonexistent (thx Florian Weimer, closes: #396687).
2826   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
2827     2750, owner gitlog:adm.
2828   * debian/changelog.upstream: upstream changes taken from mailing list
2829     announcements.
2831  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
2833 git-core (1:1.4.3.3-1) unstable; urgency=low
2835   * new upstream release.
2836   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
2837   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
2838     thx Ichthyostega).
2840  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
2842 git-core (1:1.4.3.2-1) unstable; urgency=low
2844   * new upstream release.
2845   * debian/diff/gitweb.conf.diff: remove; obsolete.
2846   * debian/changelog.upstream: upstream changes taken from mailing list
2847     announcements.
2848   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
2849     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
2850     git-arch: don't include git-archive, git-upload-archive; gitweb: install
2851     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
2852     plus man page.
2853   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
2854     selftests (fixes build/selftest failures).
2855   * debian/control: git-core: Depends: liberror-perl.
2857  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
2859 git-core (1:1.4.2.3-2) unstable; urgency=low
2861   * debian/control: new package git-daemon-run: provide a git-daemon
2862     service; git-core: no longer Suggests: runit, Depends: adduser, the
2863     git-daemon-run package now Depends: runit, adduser.
2864   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
2865     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
2866     service (closes: #388144).
2867   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
2868     package does now.
2869   * debian/git-core.postrm: remove; obsolete.
2870   * debian/rules: install git-daemon service directory in the new
2871     git-daemon-run package instead of the git-core package.
2872   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
2873   * debian/git-core.README.Debian: adapt.
2874   * debian/control: git-core: Suggests: git-daemon-run.
2876  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
2878 git-core (1:1.4.2.3-1) unstable; urgency=medium
2880   * new upstream release.
2881   * debian/changelog.upstream: upstream changes taken from mailing list
2882     announcements.
2883   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
2884   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
2885     Kujau, closes: #383065).
2887  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
2889 git-core (1:1.4.2.1-1) unstable; urgency=low
2891   * new upstream release (closes: #386820, #387405).
2892   * debian/changelog.upstream: upstream changes taken from mailing list
2893     announcements.
2894   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
2895     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
2896     #379841).
2897   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
2898   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
2899     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
2900   * debian/gitweb.docs: remove; obsolete.
2901   * debian/examples/index.aux-generation: example script to generate an
2902     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
2903     #383219).
2904   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
2905     (#383219).
2906   * debian/git-core.README.Debian: new; hints on how to set up a
2907     git.example.org server providing git://, rsync://, http:// access to
2908     repositories from Matthew Wilcox (thx!, closes: #383219).
2909   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
2910   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
2911     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
2912     Recommends: git-doc.
2913   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
2914   * debian/git-daemon/: new; git-daemon service directory for the use with
2915     runit.
2916   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
2917     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
2918   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
2919     they fail without a terminal connected.
2920   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
2921     /etc/sv/git-daemon/log/run.
2923  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
2925 git-core (1:1.4.1.1-1) unstable; urgency=low
2927   * new upstream release.
2928   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
2929     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
2930     #380209).
2932  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
2934 git-core (1:1.4.1-2) unstable; urgency=low
2936   * adopt package gitweb, now included in git-core upstream source (thx
2937     Andres Salomon):
2938     * debian/control, debian/rules: build gitweb package.
2939     * debian/copyright: adapt.
2940     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
2941       new; taken from Andres' gitweb package.
2942     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
2943     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
2944   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
2945   * debian/rules: set DESTDIR in environment, not build flags.
2947  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
2949 git-core (1.4.1-1) unstable; urgency=low
2951   * new upstream release.
2952   * debian/changelog.upstream: upstream changes taken from mailing list
2953     announcement.
2954   * debian/rules: user same build flags and prefix to $(MAKE) in build
2955     and install target to prevent rebuild in install target.
2957  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
2959 git-core (1.4.0-1) unstable; urgency=low
2961   * new upstream release.
2962   * debian/changelog.upstream: new; upstream changes taken from mailing
2963     list announcement.
2964   * debian/rules: install debian/changelog.upstream as upstream changelog.
2965   * debian/diff/pager-vs-less.diff: adapt.
2966   * debian/control: Standards-Version: 3.7.2.0.
2968  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
2970 git-core (1.3.3-2) unstable; urgency=medium
2972   * debian/control: git-core: Depends: perl-modules (closes: #369737).
2973   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
2974     if $PAGER is unset (closes: #369742).
2976  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
2978 git-core (1.3.3-1) unstable; urgency=low
2980   * new upstream release.
2982  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
2984 git-core (1.3.2-1) unstable; urgency=low
2986   * new upstream release.
2988  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
2990 git-core (1.3.1-1) unstable; urgency=low
2992   * new upstream release (closes: #364678).
2993   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
2995  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
2997 git-core (1.2.6-1) unstable; urgency=low
2999   * new upstream release.
3000   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
3002  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
3004 git-core (1.2.4-1) unstable; urgency=low
3006   * new upstream release (closes: #354563).
3008  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
3010 git-core (1.2.1-1) unstable; urgency=low
3012   * new upstream release (closes: #353041).
3013   * debian/control: git-core: Recommends: ssh-client instead of
3014     openssh-client (closes: #350708).
3016  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
3018 git-core (1.1.5-1) unstable; urgency=high
3020   * new upstream release.
3021     * checkout: do not make a temporary copy of symlink target.
3022       If the index records an insanely long symbolic link, copying
3023       into the temporary would overflow the buffer (noticed by Mark
3024       Wooding). (closes: #350274).
3026  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
3028 git-core (1.1.3-1) unstable; urgency=low
3030   * new upstream release.
3032  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
3034 git-core (1.0.8-1) unstable; urgency=low
3036   * new upstream point release.
3037   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
3038   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
3039     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
3040     Tretkowski, closes: #344929).
3042  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
3044 git-core (1.0.6-1) unstable; urgency=low
3046   * new upstream point release.
3047   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
3048     merge-order test with NO_OPENSSL=1.
3049   * debian/rules: re-enable git-rev-list --merge-order selftests.
3050   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
3052  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
3054 git-core (1.0.5-1) unstable; urgency=low
3056   * new upstream point release.
3057   * debian/rules: don't take upstream changelog from upstream
3058     debian/changelog.
3059   * debian/changelog.upstream: remove again.
3061  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
3063 git-core (1.0.3-1) unstable; urgency=low
3065   * new upstream point release.
3066   * debian/changelog.upstream: new: upstream changelog taken from upstream
3067     debian/changelog.
3068   * debian/rules: install debian/changelog.upstream as upstream changelog;
3069     remove obsolete VERSION variable.
3071  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
3073 git-core (1.0.0-1) unstable; urgency=medium
3075   * new upstream release: GIT 1.0.0.
3077  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
3079 git-core (0.99.9n-1) unstable; urgency=low
3081   * new upstream version: GIT 0.99.9n aka 1.0rc6.
3082   * debian/rules: rename git program in git-core package to git-scm,
3083     handle /usr/bin/git program through update-alternatives (as suggested
3084     by Ian Beckwith, see #342363).
3085   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
3086     #342363).
3087   * debian/git-core.postinst, debian/git-core.prerm: new: run
3088     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
3089     priority 70 on configure, and --remove on remove respectively.
3091  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
3093 git-core (0.99.9m-1) unstable; urgency=low
3095   * new upstream version: GIT 0.99.9m aka 1.0rc5.
3096     * sets PYTHONPATH for selftests (fixes autobuild test failures).
3097   * switch from tarball-in-tarball approach to original upstream tarball.
3098   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
3099     Eric Biederman previously were maintaining this package unofficially.
3100   * debian/control: Build-Depends: rcs (for selftests); git-core:
3101     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
3102     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
3103     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
3104     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
3105     description (lots taken from upstream unofficial package, thx).
3106   * debian/git-core.docs, debian/git-doc.docs: adapt.
3107   * debian/rules: adapt; remove target unpack; add target patch; adapt
3108     target clean.
3110  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
3112 git-core (0.99.9l-1) unstable; urgency=low
3114   * new upstream version.
3115   * debian/rules: apply diffs with patch -p1.
3116   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
3117     git-email packages, as suggested by upstream:
3118     http://article.gmane.org/gmane.comp.version-control.git/13185
3119   * debian/git-doc.docs: get docs from temporary install directory;
3120     include *.txt docs.
3121   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
3122     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
3123     git-cvs, git-svn, git-email, gitk.
3125  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
3127 git-core (0.99.9k-1) unstable; urgency=low
3129   * new upstream version.
3130   * debian/implicit: update to revision 1.11.
3131   * debian/git-doc.docs: add git/Documentation/howto,
3132     git/Documentation/technical (closes: #341178).
3134  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
3136 git-core (0.99.9j-1) unstable; urgency=low
3138   * initial version.
3139   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
3140     0.16rc2-0 no longer includes the git core components, but depends on
3141     the git-core package (see #338789).
3143  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
3145 git-core (0.99.9j-0) unstable; urgency=low
3147   * GIT 0.99.9j aka 1.0rc3
3149  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
3151 git-core (0.99.9i-0) unstable; urgency=low
3153   * GIT 0.99.9i aka 1.0rc2
3155  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
3157 git-core (0.99.9h-0) unstable; urgency=low
3159   * GIT 0.99.9h
3161  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
3163 git-core (0.99.9g-0) unstable; urgency=low
3165   * GIT 0.99.9g
3167  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
3169 git-core (0.99.9f-0) unstable; urgency=low
3171   * GIT 0.99.9f
3173  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
3175 git-core (0.99.9e-0) unstable; urgency=low
3177   * GIT 0.99.9e
3179  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
3181 git-core (0.99.9d-0) unstable; urgency=low
3183   * GIT 0.99.9d
3185  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
3187 git-core (0.99.9c-0) unstable; urgency=low
3189   * GIT 0.99.9c
3191  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
3193 git-core (0.99.9b-0) unstable; urgency=low
3195   * GIT 0.99.9b
3197  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
3199 git-core (0.99.9a-0) unstable; urgency=low
3201   * GIT 0.99.9a
3203  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
3205 git-core (0.99.9.GIT-2) unstable; urgency=low
3207   * Build Dependency did not include libexpat-dev.
3209  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
3211 git-core (0.99.9.GIT-1) unstable; urgency=low
3213   * Do not scatter txt and html documentation into feature
3214     subpackages.  Do place man pages into them.
3215   * Capture more cvs stuff into git-cvs package.
3217  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
3219 git-core (0.99.9.GIT-0) unstable; urgency=low
3221   * Test Build.
3223  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3225 git-core (0.99.9-1) unstable; urgency=low
3227   * Split the git-core binary package into core, doc, and foreign SCM
3228     interoperability modules.
3230  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3232 git-core (0.99.9-0) unstable; urgency=low
3234   * GIT 0.99.9
3236  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
3238 git-core (0.99.8-0) unstable; urgency=low
3240   * GIT 0.99.8
3242  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
3244 git-core (0.99.7-0) unstable; urgency=low
3246   * GIT 0.99.7
3248  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
3250 git-core (0.99.6-0) unstable; urgency=low
3252   * GIT 0.99.6
3254  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
3256 git-core (0.99.5-1) unstable; urgency=low
3258   * Enable git-send-email on Debian.  There is no reason to shy
3259     away from it, since we have the necessary Perl modules available.
3261  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
3263 git-core (0.99.5-0) unstable; urgency=low
3265   * GIT 0.99.5
3267  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
3269 git-core (0.99.4-4) unstable; urgency=low
3271   * Mark git-tk as architecture neutral.
3273  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
3275 git-core (0.99.4-3) unstable; urgency=low
3277   * Split off gitk.
3278   * Do not depend on diff which is an essential package.
3279   * Use dh_movefiles, not dh_install, to stage two subpackages.
3281  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
3283 git-core (0.99.4-2) unstable; urgency=low
3285   * Git 0.99.4 official release.
3287  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
3289 git-core (0.99.4-1) unstable; urgency=low
3291   * Pass prefix down to the submake when building.
3293  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
3295 git-core (0.99-2) unstable; urgency=low
3297   * Conflict with the GNU Interactive Tools package, which also installs
3298     /usr/bin/git.
3299   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
3300     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
3301   * Minor tweaks to the Depends.
3303  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
3305 git-core (0.99-1) unstable; urgency=low
3307   * Update deb package support to build correctly. 
3309  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
3311 git-core (0.99-0) unstable; urgency=low
3313   * Initial deb package support
3315  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600