debian: package bzr remote helper as git-bzr package
[git/debian.git] / debian / changelog
blob087755a16aa9d91b0f88522b31b2d0c1fd71fc29
1 git (1:1.8.2-0.1) experimental; urgency=low
3   * new upstream release (see RelNotes/1.8.2.txt).
4   * add a git-bzr package with bzr remote helper (closes: #702697).
5     * debian/control: new package git-bzr; Priority: extra; Depends:
6       python, python-bzrlib; Conflicts: bzr-git; package git now
7       Suggests and git-all Recommends: git-bzr.
8     * debian/git-remote-bzr.txt: new; explain usage.
9     * debian/rules: process debian/git-remote-bzr.txt with git's
10       documentation toolchain and install to /usr/share/man/man1/;
11       munge contrib/remote-helpers/git-remote-bzr shebang line and
12       install to /usr/lib/git-core.
13     * debian/git-doc.docs: install git-remote-bzr.html.
14   * debian/control: Standards-Version: 3.9.4.0.
15   * debian/rules: define %.install depending on install-arch or
16     install-indep as appropriate for each package.
17   * debian/implicit: depend on %.install instead of both install-arch
18     and install-indep so "debian/rules binary-arch" does not try to
19     build documentation.
20   * debian/rules build-indep, install-indep: build documentation even
21     if asciidoc is not detected.  Build-Depends: dpkg-dev (>= 1.16.2).
22   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
24  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 16:25:40 -0800
26 git (1:1.8.2~rc3-1) experimental; urgency=low
28   * new upstream release candidate.
30  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
32 git (1:1.8.2~rc2-1) experimental; urgency=low
34   * new upstream release candidate.
35     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
36       empty entry (thx Anders Kaseorg and Michael Haggerty).
37   * update debian/copyright.
39  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
41 git (1:1.8.2~rc1-1) experimental; urgency=low
43   * new upstream release candidate.
45  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
47 git (1:1.8.2~rc0-1) experimental; urgency=low
49   * new upstream release candidate.
50     * push: require force for refs under refs/tags/.
51     * push: require force for annotated tags.
52   * debian/git.NEWS.Debian: advertise upcoming change to default
53     behavior of argumentless "git push [<remote>]".
54   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
55     #699536).
56   * update debian/copyright (closes: #699930).
58  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
60 git (1:1.8.1.3-1) experimental; urgency=low
62   * new upstream point release.
64  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
66 git (1:1.8.1.2-1) experimental; urgency=low
68   * new upstream point release.
70  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
72 git (1:1.8.1.1-1) experimental; urgency=low
74   [ Jonathan Nieder ]
75   * debian/git.NEWS.Debian: bash completion script moved to
76     /usr/share/bash-completion/completions/ (thx Philipp Marek;
77     closes: #698055).
79   [ Gerrit Pape ]
80   * new upstream release.
82  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
84 git (1:1.8.1-1) experimental; urgency=low
86   * new upstream release (see RelNotes/1.8.1.txt).
88  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
90 git (1:1.8.1~rc3-1) experimental; urgency=low
92   * new upstream release candidate.
93   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
94     #669376).
96  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
98 git (1:1.8.1~rc0-1) experimental; urgency=low
100   * new upstream release candidate.
101   * debian/control: mark all binary packages Multi-Arch: foreign (thx
102     Colin Watson; closes: #694651).
104  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
106 git (1:1.8.0-1) experimental; urgency=low
108   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
109     RelNotes/1.8.0.txt)
110     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
111       (closes: #526989).
112     * git-svn: use platform specific auth providers.
113     * git-svn: handle errors and concurrent commits in dcommit
114       (closes: #676904).
115     * am: support --include option.
116     * grep: add a grep.patternType configuration setting.
117     * daemon: --access-hook for authentication logging and policy.
118     * merge-base: expose --is-ancestor helper for scripts.
119     * branch: support --set-upstream-to with simpler syntax than
120       --set-upstream.
121     * format-patch: do not use bogus email addresses in message ids.
122     * http: trim trailing newline from /etc/mailname.
123     * do not ignore port in ssh URLs with ipv6 literals
124       (closes: #646178).
125     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
126       before ~/.gitconfig for configuration.
127     * [core] excludesfile and attributes file default to
128       ~/.config/git/ignore and ~/.config/git/attributes.
129     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
130       settings (closes: #666250).
131     * git-blame.el: address elisp warnings from emacs:
132       * use mapc instead of mapchar (closes: #611931).
133       * do not use goto-line in lisp code (closes: #611933).
134       * use with-current-buffer where appropriate (closes: #611932).
135     * cli: add Italian and Vietnamese translations.
136     * push: introduce new push.default mode "simple".  It will be the
137       default in the next major release.
139   [ Jonathan Nieder ]
140   * debian/diff:
141     * 0013...0031: remove; applied upstream.
142     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
143       upstream.
144   * debian/rules:
145     * install German translation.
146     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
147       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
148     * install-arch: sanity-check that built-ins still do not approach
149       btrfs hardlink limit (see #642603).
150     * git: install git-prompt.sh from contrib/completion to
151       /usr/lib/git-core/git-sh-prompt.
152     * git: install completion script to
153       /usr/share/bash-completion/completions/{git,gitk} instead of
154       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
155       it on the fly when completing arguments to git commands.
156   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
157   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
158     remove /etc/bash_completion.d/git on upgrade if unmodified.
159   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
160     /etc/bash_completion.d/git-prompt: new; source
161     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
162     completion lib defining __git_ps1 can continue to work (thx Danny
163     Yates and Anders Kaseorg).
164   * debian/git.conffiles: remove /etc/bash_completion.d/git.
165   * update debian/copyright.
166   * debian/control: gitweb: Recommends: libhttp-date-perl or
167     libtime-module-perl for If-Modified-Since support; Build-Depends:
168     same to support test suite.
169   * debian/implicit: use order-only dependencies so "debian/rules
170     binary-arch" does not try to build documentation.
172   [ Gerrit Pape ]
173   * new upstream release.
175  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
177 git (1:1.7.10.4-2) unstable; urgency=low
179   * debian/diff:
180     * 0013...0030: new from the upstream 'master' branch: git svn:
181       adapt to svn 1.7 changes:
182       * normalize paths and URLs passed to Subversion (thx Michael G.
183         Schwern; closes: #678137)
184       * use correct "svn cp" syntax when checking git svn's mangling
185         of @-signs in branch names (svn became stricter).
186       * commit filetype changes between a regular file and symlink as
187         replacement (deletion followed by addition) instead of
188         modification of files.  Otherwise, clients pulling the change
189         with "svn update" hit an assertion failure (svn issue 4091).
190     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
191       use YAML format for mergeinfo cache when possible.
192   * debian/control: git-svn: Depends: libyaml-perl for platform- and
193     version-independent .git/svn/.caches format; Build-Depends:
194     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
195     #587650).
197  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
199 git (1:1.7.10.4-1) unstable; urgency=low
201   * new upstream point release (thx Jonathan Nieder).
203  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
205 git (1:1.7.10.2-1) unstable; urgency=low
207   * new upstream point release.
208     * merge-recursive: don't detect renames of empty files.
209     * fast-import: tighten parsing of datarefs.
210     * diff -c -U0: fix segfault showing start of file.
211   * debian/rules: do not install preliminary German translation.
213  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
215 git (1:1.7.10-1) unstable; urgency=low
217   * new upstream release.
218     * merge: use editor by default in interactive sessions
219     * submodules: use relative paths to git dir and worktree.
220     * fast-import: reject "ls" of path with empty components.
221     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
222     * am: officially deprecate -b/--binary option.
223   * debian/diff:
224     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
225       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
226       remove; applied upstream.
227     * 0007...0014: rename to 0005-*, ... 0012-*.
228   * debian/git.README.Debian: make paths in inetd(8) hint
229     consistent with git-daemon-run and git-daemon-sysvinit setup.
230   * debian/control: package git: Suggests: gettext-base for translated
231     output in shell scripts.
233  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
235 git (1:1.7.9.5-1) unstable; urgency=low
237   * new upstream point release.
238   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
239     Nieder; closes: #661317).
241  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
243 git (1:1.7.9.4-1) unstable; urgency=low
245   * new upstream point release.
246     * commit: skip intent-to-add entries instead of erroring out.
247     * grep -I: let diff attribute override binary file detection.
248     * clone, daemon, http-backend, transport: look for .../foo before
249       .../foo.git in response to requests for .../foo.
250     * rev-list: enable or disable --verify-objects behavior based on
251       the command line instead of uninitialized memory.
252     * checkout -b: allow switching out of an unborn branch (closes:
253       #506480).
254   * debian/diff: clean up patches for upstream.
255     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
256       hooks/post-receive-email: set content-transfer-encoding as well.
257     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
258       hooks/post-receive-email: avoid mixed-encoding messages when
259       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
260     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
261       remove #! line from sh-i18n and rebase--* shell libraries, too
262       (lintian); fix tests' --valgrind support to detect shell
263       libraries without the #! line (thx Jeff King).
264     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
265       Hamano); rename to 0004-*.
266     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
267       non-symbolic font names on platforms like Mac OS X, Windows, and
268       tk <= 8.4 that lack fontconfig support.
269     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
270       clarify descriptions.
271     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
272       rename to 0010-*.
273     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
274       combine; rename to 0011-*.
275     * 0014, 0015: rename to 0013-*, 0014-*.
276   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
277     reload actions (thx Jonathan McCrohan; closes: #663522).
278   * debian/control: git-gui: point to aspell for spell checking support
279     in the package description; Suggests: aspell (thx Jonathan Ballet,
280     closes: #656061).
281   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
282     (thx Jonathan McCrohan; closes: #663451).
283   * debian/control: Standards-Version: 3.9.3.1.
284   * debian/copyright: adopt copyright-format 1.0.
286  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
288 git (1:1.7.9.1-1) unstable; urgency=low
290   * new upstream point release.
291     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
292       Günther; closes: #659255).
294  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
296 git (1:1.7.9-1) unstable; urgency=low
298   * merge branch debian-experimental.
299   * new upstream release (closes: #657262).
300   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
301     applied upstream.
302   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
304  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
306 git (1:1.7.9~rc1-1) experimental; urgency=low
308   * new upstream release candidate.
309   * debian/diff:
310     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
311     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
312       convert some error conditions to warnings (closes: #649781).
313     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
314       upstream; credential-cache: handle long socket pathnames (closes:
315       #655288).
317  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
319 git (1:1.7.9~rc0-1) experimental; urgency=low
321   * new upstream release candidate.
322   * update debian/copyright.
324  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
326 git (1:1.7.8.3-1) unstable; urgency=medium
328   * new upstream point release.
329   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
330     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
331     same file" errors when replacing hard links to the old copy with
332     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
333     #654596).
335  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
337 git (1:1.7.8.2-1) unstable; urgency=low
339   * merge branch debian-experimental.
340   * new upstream release.
342  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
344 git (1:1.7.8~rc3-1) experimental; urgency=low
346   * new upstream release candidate.
348  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
350 git (1:1.7.8~rc2-1) experimental; urgency=low
352   [ Jonathan Nieder ]
353   * new upstream release candidate.
354   * merge branch debian-sid.
355   * update debian/copyright.
356   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
357     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
358     closes: #645009).
360   [ Gerrit Pape ]
361   * merge branch debian-sid.
363  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
365 git (1:1.7.7.3-1) unstable; urgency=low
367   * new upstream point release.
369  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
371 git (1:1.7.7.2-1) unstable; urgency=low
373   * new upstream point release.
374   * debian/rules: add separate build-arch and build-indep targets
375     (thx Roger Leigh for suggesting it through lintian).
376   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
377     generation bug (see #426302).
378   * debian/rules: use dpkg-buildflags to retrieve compiler flags
379     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
381  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
383 git (1:1.7.8~rc0-1) experimental; urgency=low
385   * merge branch debian-sid.
386   * new upstream release candidate.
387     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
388       applied upstream (thx Jonathan Nieder).
390  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
392 git (1:1.7.7.1-1) unstable; urgency=low
394   * new upstream point release.
395   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
396     remove; applied upstream.
398  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
400 git (1:1.7.7-2) unstable; urgency=low
402   [ Jonathan Nieder ]
403   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
404     symlink before changing it to one (thx Євгеній Мещеряков; closes:
405     #645005).
406   * debian/diff:
407     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
408       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
409     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
410     * 0001...0004: new from the upstream 'master' branch:
411       * ident: check /etc/mailname if email is unknown
412       * ident: do not retrieve default ident when unnecessary
413       * init --shared: do not set setgid bit on directories on
414         GNU/kFreeBSD
415       * Makefile: fix permissions of mergetools/ when building from
416         source extracted with permissive umask
417     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
418       Makefile: add a knob to disable hardlinks within bindir and
419       gitexecdir.
420   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
421     closes: #642603).
422   * debian/rules: do not rely on umask to set contrib permissions.
423   * update debian/copyright.
424   * debian/watch, debian/copyright: point to code.google.com for now.
425     The upstream tarballs haven't been added back to kernel.org yet.
426   * debian/changelog.upstream, debian/versions.upstream: include
427     v1.7.6.4.
429   [ Simon Chopin ]
430   * debian/git.postinst: fix fresh install contrib/hooks cleaning
431     (#645005).
433  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
435 git (1:1.7.7-1) unstable; urgency=low
437   * new upstream release.
438   * merge branch debian-experimental.
439   * debian/rules, debian/git.postinst: move contrib hooks from
440     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
441     for backward compatibility (closes: #640949).
443  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
445 git (1:1.7.7~rc1-1) experimental; urgency=low
447   * merge branch debian-sid.
448   * new upstream release candidate.
449   * debian/rules: git: skip directories in /usr/lib/git-core/ and
450     /usr/bin/ when stripping programs.
452  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
454 git (1:1.7.6.3-1) unstable; urgency=low
456   * merge branch debian-experimental.
457   * new upstream point release.
458   * debian/diff:
459     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
460       to provide better error reporting (thx Jonathan Nieder).
461     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
463  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
465 git (1:1.7.6-1) experimental; urgency=low
467   * new upstream release.
468   * debian/diff:
469     * 0012-daemon-check-for-errors...diff: clarify patch description.
470     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
471     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
472       dns_resolve() pass on return value from getaddrinfo.
473     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
474       introduced by this patch when it was added in 1:1.7.6~rc1-1.
475       * use descriptive messages like "Unable to look up
476         git.example.com: Out of memory" to report errors from the
477         resolver, instead of "unable to connect to a socket (success)".
478       * tolerate alias (CNAME) records in the DNS reply for
479         _git._tcp.<host>, instead of confusing them for invalid SRV
480         records and erroring out.
481     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
482       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
484  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
486 git (1:1.7.6~rc2-1) experimental; urgency=low
488   * new upstream release candidate.
490   [ Daniel Baumann ]
491   * add an init.d script for git-daemon (closes: #422139).
492     * debian/control, debian/rules: new package git-daemon-sysvinit;
493       Depends: adduser; Conflicts: git-daemon-run; package git now
494       Suggests and git-all Recommends: git-daemon-run |
495       git-daemon-sysvinit.
496     * debian/git-daemon.init: new; script to start or stop git-daemon.
497     * debian/git-daemon.default: new; provide some default settings and
498       disable the daemon by default on first installation.
499     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
500       started.
501     * debian/git-daemon-sysvinit.conffiles: new; treat
502       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
503     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
504       user; register and invoke init script to start git-daemon.
505     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
506     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
508   [ Jonathan Nieder ]
509   * debian/diff/:
510     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
511       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
512       kfreebsd).
513     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
514     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
515       new; daemon: check for errors when retrieving IP address for use
516       by the --interpolated-path feature.
518  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
520 git (1:1.7.6~rc1-1) experimental; urgency=low
522   * new upstream release candidate.
523   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
524     teach the git client to pay attention to SRV records (thx Julien
525     Cristau; closes: #627839).
526   * debian/rules: add USE_SRV_RR=1 to OPTS.
527   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
528     DOC_OPTS.
530  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
532 git (1:1.7.5.4-1) unstable; urgency=low
534   * new upstream point release.
536   [ Gerrit Pape ]
537   * debian/changelog.upstream, debian/versions.upstream: update upstream
538     changelog.
540   [ Jonathan Nieder ]
541   * debian/changelog.upstream.sh: use set -e.
542   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
543     socket so the server can restart without waiting for old connections
544     to time out (thx Daniel Kahn Gillmor; closes: #609405).
545   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
546     service, even if there is an active connection using it, before
547     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
548     #627314).
550  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
552 git (1:1.7.5.3-1) unstable; urgency=low
554   * new upstream point release.
555   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
556     remove; included upstream.
557   * debian/control: Package: git-cvs: make cvs dependency unversioned;
558     Package: git-gui: make tk dependency unversioned (thx Jonathan
559     Nieder).
561  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
563 git (1:1.7.5.1-1) unstable; urgency=low
565   * new upstream point release.
566   * merge branch debian-experimental.
567   * debian/diff/:
568     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
569       remove; applied upstream.
570     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
571       0010-*.
572     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
573       from upstream; tests: check that the add -p split-and-edit bug
574       has not resurfaced.
575   * debian/control: package git: no longer Conflicts: but Breaks:
576     git-core from Debian 5.0 (lenny) to simplify the upgrade path
577     (thx Russ Allbery for suggesting it through lintian).
578   * debian/control: package git: Conflicts: git-core from
579     Debian 4.0 (etch) which provided /usr/bin/git through the
580     alternatives system.
581   * debian/control: Standards-Version: 3.9.2.0.
583  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
585 git (1:1.7.5-1) experimental; urgency=low
587   * new upstream release.
588   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
589     new from upstream; upload-pack: start pack-objects which reads
590     pack_pipe before writing to it to avoid deadlock (closes:
591     #607346).
592   * debian/changelog.upstream, debian/versions.upstream: do not skip
593     versions not packaged for Debian (thx Gerrit Pape).
595  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
597 git (1:1.7.5~rc3-1) experimental; urgency=low
599   * new upstream release candidate.
600   * merge branch debian-sid.
601   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
602     remove; applied upstream.
604  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
606 git (1:1.7.4.4-1) unstable; urgency=low
608   * new upstream point release.
609   * debian/diff/0008...0064: remove; applied upstream.
610   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
611     upstream; add -p: do not error out for attempts to stage hunks
612     after splitting and editing them.  This fixes a regression
613     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
614     already patched, 2011-03-04).
615   * debian/git-doc.doc-base.git-index-format: new; catalog
616     .git/index file format document.
617   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
618     don't use dpkg-maintscript-helper, avoiding a dependency on
619     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
620   * debian/git-daemon-run.postrm: terminate the git-daemon/log
621     service before deleting the gitlog user (closes: #610099).
623  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
625 git (1:1.7.4.1-5) unstable; urgency=low
627   * merge branch debian-experimental.
628   * debian/diff/0008...0064: new from the upstream 'maint' branch:
629     (see RelNotes/1.7.4.2.txt for details)
630     * revert "core.abbrevguard: Ensure short object names stay
631       unique a bit longer"
632     * parse_tag_buffer(): do not prefixcmp() out of range
633     * pull: do not display fetch usage on --help-all
634     * gitweb: address warnings from perl 5.13
635     * gitweb: replace tabs with spaces when highlighting syntax
636     * merge: honor prepare-commit-msg hook
637     * diff: handle diffstat of rewritten binary files
638     * config: add "[push] default = upstream" synonym for
639       "[push] default = tracking"
640     * diffcore: properly honor the difference between -M and -C
641     * diffcore: improve similarity heuristics for rename detection
642     * patch-id: do not trip over "no newline" marker
643     * various documentation, usage string, and code clarity
644       improvements
646  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
648 git (1:1.7.4.1-4) experimental; urgency=low
650   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
651     symlink before changing it to one (closes: #617631).
652   * git-el.postinst: remove spurious .../contrib/emacs.old and
653     /usr/share/git-core/emacs/emacs symlinks.
654   * package git: do not run emacs-package-remove on upgrade (it's not
655     needed).
656     - git.postinst: do not run "emacs-package-remove git".
657     - debian/control: git no longer Depends: emacsen-common (closes:
658       #617784).
659   * git-el.emacsen-install, git-el.emacsen-remove:
660     - use printf instead of echo.
661     - only remove the lisp (.el) and bytecode (.elc) files that we
662       install.
663     - make output less noisy --- for example, do not say "+ set +x".
665  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
667 git (1:1.7.4.1-3) unstable; urgency=low
669   [ Anders Kaseorg ]
670   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
671     lucid.
673   [ Jonathan Nieder ]
674   * README.emacs: git-blame.el does not print a summary in the echo
675     area (documents: #611935).
676   * Move emacs support files to a separate git-el package.
677   * Make git depend on emacsen-support, so it can reliably clean up
678     the old emacs support files on upgrade (closes: #614578)
679   * git-el.emacsen-install: Overwrite .el symlinks if they already
680     exist (closes: #614659).
681   * git-el.emacsen-remove: Do not complain if the site-lisp
682     directory is nonempty or is already missing.
683   * debian/control: git-man: Section: doc.
685  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
687 git (1:1.7.4.1-1) unstable; urgency=low
689   * new upstream release (closes: #600566, #575917, #578752, #583693,
690     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
691     #577471, #607044, #606975, #610423, #610481).
693   [ Anders Kaseorg ]
694   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
695   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
696     not error out when git version number contains "-rc".
698   [ Jonathan Nieder ]
699   * add myself as uploader.
700   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
701   * debian/rules: accept patches with .patch suffix, too (thx Anders
702     Kaseorg).
703   * debian/rules: use patch -N -r- so patch application is idempotent.
704   * update debian/copyright.
705   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
706     gethostbyname when mailname is not an fqdn (closes: #611608).
707   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
708     fonts by default.  The appearance for users that already have a
709     generated ~/.gitk file is not affected (closes: #466471).
710   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
711     in "All fields" search (thx Frédéric Brière, closes: #465776).
712   * debian/control: git-cvs: recommend cvs2git for one-time conversions
713     (closes: #585725).
714   * debian/control: git-core: explain that it still may be needed (thx
715     Denis Laxalde).
716   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
717     CGI implementation (thx Ivan Shmakov).
718   * debian/control, debian/rules: new architecture-independent package
719     git-man: manual pages that were previously in the main git package.
720   * debian/rules: do not build documentation on autobuilders (closes:
721     #499002).
722   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
723   * debian/rules: git-gui: install git-gui--askpass helper to
724     /usr/lib/git-core (closes: #598245).
725   * debian/rules: git-doc: install symlink to html documentation in
726     /usr/share/doc/git (thx Ian Jackson).
727   * debian/watch: new; point to upstream sources.
728   * debian/implicit: create DEBIAN/md5sums with correct permissions.
729   * debian/diff/0003-remove-shebang...diff: new; do not start shell
730     libraries with #!/bin/sh.
731   * debian/rules: do not try to strip scripts even if they begin
732     with "# " in place of "#!".
733   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
734     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
735     from treating documentation as code.
736   * debian/implicit: check for debian/$pkg.doc-base.$docid.
737   * debian/git-doc.doc-base.*: new; catalog provided documentation.
738   * debian/implicit: check for debian/$pkg.lintian-overrides.
739   * debian/git.lintian-overrides: new; document some deviations from
740     lintian guidelines.
741   * debian/control: Standards-Version: 3.9.1.0.
743   * debian/git.README.Debian: server logs go in /var/log/apache2.
744   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
745   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
746     needed.
747   * debian/rules, debian/control: move gitweb script to the main git
748     package for use by instaweb; make gitweb into a configuration
749     package.
750   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
751     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
752   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
753   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
754   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
755     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
757   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
758     debian/git.prerm: put emacs support files in /usr/share/git-core
759     instead of /usr/share/doc/git/contrib.
760   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
761     README.source and README.Debian.
762   * debian/git.README.emacs: new; introduction to the emacs support
763     (text taken from contrib/emacs/README).
765   [ Kevin Ryde ]
766   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
767     debian/git.prerm: Make M-x git-status and git-blame modes available
768     with emacs23 (closes: #576887).
770  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
772 git (1:1.7.2.3-2.2) unstable; urgency=medium
774   * Non-maintainer upload.
775   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
776     upstream: gitweb: do not parrot filenames or other arguments given
777     in a request without proper quoting (closes: #607248,
778     CVE-2010-3906).
780  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
782 git (1:1.7.2.3-2.1) unstable; urgency=low
784   * Non-maintainer upload.
785   * debian/diff/0010...0033: new from the upstream 'maint' branch:
786     * cache_tree_free: Fix small memory leak.
787     * diff.c: call regfree to free memory allocated by regcomp.
788     * gitweb: allow configurations that change with each request
789       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
790     * Documentation: 19 formatting fixes (thx Frédéric Brière,
791       closes: #540001, #600422).
792     * setup: make sure git dir path is in a permanent buffer.
793     * do not depend on signed integer overflow.
794   * debian/control: gitweb: weaken dependencies to allow configurations
795     using mod_perl or fastcgi rather than CGI; explain dependencies in
796     the package description (thx Servilio Afre Puentes,
797     closes: #600413).
799  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
801 git (1:1.7.2.3-2) unstable; urgency=low
803   * merge branch debian-experimental.
804   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
806  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
808 git (1:1.7.2.3-1) experimental; urgency=low
810   * new upstream release.
811     * post-receive-email: document command-line mode (closes: #428413).
812     * add-interactive: Clarify “remaining hunks in the file”
813       (closes: #526014).
814     * rebase -i -p: document shortcomings (closes: #532775).
815     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
816     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
817       closes: #546733, #572847).
818     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
819       closes: #578908).
820   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
821     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
822     applied upstream.
823   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
824     prevent gitweb from serving rename patches that GNU patch 2.6.1
825     cannot apply.
826   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
827     install gitweb.css et al in /usr/share/gitweb, not a new static/
828     subdirectory.
829   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
830     upstream; do not unquote + into space character in URLs.
831   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
832     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
833   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
834     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
835   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
836     instaweb: ignore /etc/gitweb.conf;
837     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
838     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
839     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
840     Kleine-König, closes: #592733).
841   * update debian/copyright.
842   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
843     install gitweb.js, add an Alias for it to the VirtualHost example,
844     and configure gitweb to look for it in the right place (closes:
845     #555047).
846   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
847   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
848     #559890).
849   * debian/gitweb.conf: use relative links for gitweb.css et al
850     (thx Alban Browaeys, closes: #568343).
851   * debian/control: package git: no longer Conflicts: git
852     (<< 4.3.20-11).
853   * debian/control: package git: Breaks: packages from Debian 5.0
854     (lenny) relying on removed features such as dashed-form commands in
855     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
856     Breaks: ancient qgit for the same reason.
857   * debian/gitweb.README.Debian: copy-edit.
858   * debian/git.README.Debian: retitle to "Git for Debian" (thx
859     Christoph Anton Mitterer, closes: #590129).
860   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
861   * debian/control: package git no longer Depends: libdigest-sha1-perl
862     (thx Ansgar Burchardt, closes: #591039).
863   * debian/control: Build-Depends: libio-pty-perl for better test
864     coverage.
866  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
868 git (1:1.7.1-1.1) unstable; urgency=high
870   * Non-maintainer upload.
871   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
872     new, cherry-picked from 3c9d041: setup: Check size of path buffer
873     before writing into it (closes: #590026, CVE-2010-2542).
875  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
877 git (1:1.7.1-1) unstable; urgency=low
879   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
880     remove; obsolete.
881   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
882     new; git-submodule.sh: properly initialize shell variables (closes:
883     #569594).
884   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
885     test.
886   * new upstream release.
887   * merge branch debian-experimental.
889  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
891 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
893   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
894     remove; more archs are affected (additionally hppa, armel).
895   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
896     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
897     --init'.
899  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
901 git (1:1.7.0.5-1) unstable; urgency=low
903   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
904     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
905     (closes: #578298).
906   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
907     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
908     test (workaround: #569594).
909   * debian/control: no longer Replaces, Conflicts: git-completion (thx
910     Jonathan Nieder, closes: #577730).
911   * new upstream point release.
912   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
914  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
916 git (1:1.7.1~rc1-1.1) experimental; urgency=low
918   * debian/control: typo (thx Jonathan Nieder).
919   * debian/git-daemon-run.postinst: remove fixup for #522348.
921  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
923 git (1:1.7.1~rc1-1) experimental; urgency=low
925   * new upstream release candidate.
926   * merge branch debian-sid.
928  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
930 git (1:1.7.0.4-2) unstable; urgency=low
932   * debian/rules: package git: no longer install /usr/share/doc/git-core
933     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
934     symlink (closes: #576906).
935   * debian/control: package git: Replaces:, Conflicts: git-core (<=
936     1:1.7.0.4-1).
937   * debian/rules: make /usr/share/gitweb/index.cgi ->
938     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
939   * debian/control: package git-core: minor update to the long
940     description.
941   * debian/git.README.source: add note about the <debian-package-git>
942     mailing list.
943   * debian/rules: target binary-indep: add missing dependency to
944     git-core.deb-DEBIAN.
945   * debian/implicit: no longer create DEBIAN/md5sums.
946   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
947     (keeping upstream's default).
949  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
951 git (1:1.7.0.4-2~exp0) experimental; urgency=low
953   [ Gerrit Pape ]
954   * debian/control, debian/rules, debian/git-core.*: change source and
955     binary package name from git-core to git; keep now obsolete empty
956     git-core package that depends on git for upgrade (see
957     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
958   * debian/control: package git: Replaces: git-core, Conflicts: git-core
959     (<= 1:1.7.0.3-1), Provides: git-core.
960   * debian/git.NEWS.Debian: talk about the package name change, and the
961     possible hazzle when upgrading with GNU Interactive Tools installed
962     since etch and no git-core installed.
963   * debian/control, debian/rules: new package git-all: dummy package
964     which brings in all subpackages (following upstream's RPMs).
966   [ Jonathan Nieder ]
967   * debian/git.README.source: adjust for the package name change.
968   * debian/rules: install symbolic link git -> git-core in /usr/lib
969     to simplify upgrades.
970   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
971     the path to the git-daemon binary.
973  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
975 git-core (1:1.7.0.4-1) unstable; urgency=low
977   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
978     service is already removed; use -f option to userdel, on fast-purge
979     the log service daemon might still run for a short time (closes:
980     #575434).
981   * new upstream point release.
983  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
985 git-core (1:1.7.0.3-1) unstable; urgency=low
987   * debian/control: Standards-Version: 3.8.4.0.
988   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
989   * new upstream point release.
991  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
993 git-core (1:1.7.0.2-1) unstable; urgency=low
995   * new upstream point release.
997     [ Jonathan Nieder ]
998     * am: remove rebase-apply directory before gc (thx Mark Brown,
999       closes: #570966).
1000     * git-imap-send: Convert LF to CRLF before storing patch to draft box
1001       (closes: #572598).
1002     * sha1_file: be paranoid when creating loose objects (closes:
1003       #569505).
1005  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
1007 git-core (1:1.7.0-1) unstable; urgency=low
1009   * debian/git-core.README.source: typos.
1010   * new upstream release.
1011     * Documentation: Update git core tutorial clarifying reference to
1012       scripts (closes: ##560795).
1013   * merge branch debian-experimental.
1015  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
1017 git-core (1:1.7.0~rc2-1) experimental; urgency=low
1019   * new upstream release candidate.
1021  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
1023 git-core (1:1.7.0~rc1-1) experimental; urgency=low
1025   * new upstream release candidate.
1026   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1027     remove; applied upstream.
1028   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
1029     Python module will require more work.
1030   * update debian/copyright (closes: #557065).
1031   * debian/rules: set prefix=/usr when building man pages (closes:
1032     #567404).
1034  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
1036 git-core (1:1.6.6.2-1) unstable; urgency=medium
1038   * new upstream point release.
1039   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1040     remove; applied upstream.
1041   * debian/rules: stop ignoring test suite failures on ia64, since
1042     #563882 has been fixed.  Build-Depends: and Depends:
1043     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
1044   * update debian/copyright (closes: #557065).
1045   * debian/rules: set prefix=/usr when building man pages (closes:
1046     #567404).
1048  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
1050 git-core (1:1.6.6.1-1) unstable; urgency=low
1052   [ Gerrit Pape ]
1053   * new upstream point release.
1054     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
1055       closes: #476604).
1056   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1057     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
1058     build/selftest failure if the build directory pathname contains a +).
1059   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1060     work out of the box with Apache (thx Charles Plessy).
1061   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1062     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1063     #497809).
1064   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1066   [ Jonathan Nieder ]
1067   * debian/rules: ignore test suite failures on ia64 (workaround:
1068     #563882).
1070  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1072 git-core (1:1.6.6-1) unstable; urgency=low
1074   * new upstream release.
1076  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1078 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1080   * new upstream release candidate.
1081   * merge branch debian-sid.
1083  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1085 git-core (1:1.6.5.7-1) unstable; urgency=low
1087   * new upstream point release.
1089  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1091 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1093   * merge branch debian-sid.
1094   * new upstream release candidate.
1096  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1098 git-core (1:1.6.5.4-1) unstable; urgency=low
1100   * new upstream point release.
1102  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1104 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1106   * new upstream release candidate.
1107   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1108     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1109     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1110     remove; obsolete.
1111   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1112     OPTS.
1114  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1116 git-core (1:1.6.5.3-1) unstable; urgency=low
1118   [ Tanguy Ortolo ]
1119   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1120     document that git-daemon is not provided by this package; add hint
1121     on how to enable git-daemon through inetd(8) (closes: #554215).
1123   [ Jonathan Nieder ]
1124   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1125     #555039).
1126   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1127   * debian/rules: allow clean as non-root (closes: #555041).
1128   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1129     #555051).
1130   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1132   [ Gerrit Pape ]
1133   * new upstream point release.
1134     * ls-files: unbreak "ls-files -i" (closes: #553296).
1135     * Require a struct remote in transport_get(); Allow curl helper to
1136       work without a local repository (closes: #553507).
1137     * help -a: do not unnecessarily look for a repository (closes:
1138       #539273).
1139     * thx Jonathan Nieder.
1141  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1143 git-core (1:1.6.5.2-1) unstable; urgency=low
1145   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1146     #530693).
1147   * new upstream point release.
1148     * grep: do not segfault when -f is used (closes: 551071).
1150  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1152 git-core (1:1.6.5-1) unstable; urgency=low
1154   * new upstream release.
1155     * git-doc: html no longer uses "{plus}" where it should be "+"
1156       (closes: #529255).
1157   * debian/git-core.README.source: new; document how to use the
1158     Debian package source.
1159   * debian/implicit: update to revision 60d9070.
1161  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1163 git-core (1:1.6.4.3-1) unstable; urgency=low
1165   * new upstream release (closes: #546709).
1166     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1167       (closes: #536067).
1168   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1169     Anders Kaseorg; closes: #546499).
1171  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1173 git-core (1:1.6.3.3-2) unstable; urgency=low
1175   [ Anders Kaseorg ]
1176   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1177     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1178     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1179     (closes: #530693, #521954, #533320).
1181   [ Gerrit Pape ]
1182   * debian/control: Standards-Version: 3.8.2.0.
1184  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1186 git-core (1:1.6.3.3-1) unstable; urgency=high
1188   * new upstream point release.
1189     * daemon: Strictly parse the "extra arg" part of the command
1190       (closes: #532935; CVE-2009-2108).
1191   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1192   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1193     remove; obsolete.
1195  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1197 git-core (1:1.6.3.1-1) unstable; urgency=low
1199   * new upstream point release.
1201  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1203 git-core (1:1.6.3-1) unstable; urgency=low
1205   * new upstream release.
1206   * merge branch debian-experimental.
1208  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1210 git-core (1:1.6.3~rc3-1) experimental; urgency=low
1212   * new upstream release candidate.
1214  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
1216 git-core (1:1.6.3~rc1-1) experimental; urgency=low
1218   * new upstream release candidate.
1219   * merge branch debian-sid.
1221  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
1223 git-core (1:1.6.2.4-1) unstable; urgency=low
1225   * new upstream point release.
1227  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
1229 git-core (1:1.6.3~rc0-1) experimental; urgency=low
1231   * new upstream release candidate.
1232   * merge branch debian-sid.
1234  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
1236 git-core (1:1.6.2.3-1) unstable; urgency=low
1238   * new upstream point release.
1239   * debian/control: Standards-Version: 3.8.1.0.
1240   * debian/control: change subversion to Subversion in description.
1241   * debian/control: Section: vcs (except for git-doc).
1243  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
1245 git-core (1:1.6.2.2-1) unstable; urgency=low
1247   * new upstream point release.
1248   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1249     new; Makefile: do not install cross-directory hardlink (thx Jonathan
1250     Nieder, closes: #520116).
1251   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
1252     'git daemon' (closes: #522348).
1253   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
1254     #522348.
1255   * debian/git-core.emacsen-startup: remove the line
1256     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
1258  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
1260 git-core (1:1.6.2.1-1) unstable; urgency=low
1262   * new upstream point release.
1263   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
1264     (closes: #519728).
1266  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
1268 git-core (1:1.6.2-1) unstable; urgency=medium
1270   * new upstream release.
1271   * merge branch debian-experimental.
1272   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
1273     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1274     remove; applied upstream.
1276  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
1278 git-core (1:1.6.2~rc2-1) experimental; urgency=low
1280   * merge branch debian-sid.
1281   * new upstream release candidate.
1283  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
1285 git-core (1:1.6.1.3-2) unstable; urgency=high
1287   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
1288     new from upstream git: Install builtins with the user and group of
1289     the installing personality.
1290   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1291     new from upstream git: git-quiltimport: preserve standard input to
1292     be able to read user input (closes: #515910).
1294  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
1296 git-core (1:1.6.2~rc1-1) experimental; urgency=low
1298   * new upstream release candidate.
1299   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
1300     Documentation/RelNotes* from git-doc to the git-core package
1301     (closes: #514866).
1303  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
1305 git-core (1:1.6.2~rc0-1) experimental; urgency=low
1307   * new upstream release candidate.
1308   * merge branch debian-sid.
1310  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
1312 git-core (1:1.6.1.3-1) unstable; urgency=low
1314   * new upstream point release.
1316  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
1318 git-core (1:1.6.1.2-1) experimental; urgency=low
1320   * new upstream release.
1321     * don't fail to clone over http if connection is rate limited
1322       (closes: #512795).
1323     * git svn info no longer fails (closes: #499243).
1324   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
1325     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
1326     for the patch, closes: #497883).
1327   * merge branch debian-lenny.
1328   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1329     remove; fixed upstream.
1331  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
1333 git-core (1:1.5.6.5-3) unstable; urgency=high
1335   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
1336     /usr/bin/sv (closes: #511687).
1337   * debian/git-daemon-run.README.Debian: document how to create the
1338     symlink manually to have an LSB compatible /etc/init.d/git-daemon
1339     interface to control the service.
1341  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
1343 git-core (1:1.6.0.6-1) experimental; urgency=low
1345   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
1346     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
1347   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
1348     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
1349     Gerasiov, closes: #506445).
1350   * new upstream point release (closes: #504641).
1351     * gitweb: do not run "git diff" that is Porcelain.
1353  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
1355 git-core (1:1.5.6.5-2) unstable; urgency=high
1357   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1358     new; fix possible gitweb vulnerability: calling "git diff": Jakub
1359     says that legacy-style URI to view two blob differences are never
1360     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
1361     the gitweb, which is a no-no.  It can trigger diff.external command
1362     that is specified in the configuration file of the repository being
1363     viewed.
1365  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
1367 git-core (1:1.6.0.4-1) experimental; urgency=low
1369   * new upstream point release.
1370   * debian/control: git-email: minor update to the long description
1371     (thx Gerfried Fuchs, closes: #501559).
1372   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
1373   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
1374     tk8.5 (thx Adeodato Simó, closes: #503113).
1375   * debian/rules: move the /usr/bin/git-cvsserver program into the
1376     git-cvs package.
1378  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
1380 git-core (1:1.6.0.3-1) experimental; urgency=low
1382   * debian/control: minor update to long descriptions (thx Reuben
1383     Thomas, closes: #499065).
1384   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
1385     file (thx Jari Aalto, closes: #472197).
1386   * debian/rules: install emacsen-startup configuration file into the
1387     git-core package (thx Eddy Mulyono, closes: #446027).
1388   * new upstream point release.
1389   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
1391  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
1393 git-core (1:1.6.0.2-1) experimental; urgency=low
1395   * new upstream point release.
1396   * debian/git-core.NEWS.Debian: new; mention that most of the programs
1397     now are installed outside the default $PATH; the "git-xyzzy" form
1398     in scripts and on the command line is no longer supported in 1.6.0.
1399   * debian/git-core.README.Debian: fix paths in config example (thx
1400     Michael Biebl for the patch, closes: #498741).
1401   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
1402     patch, closes: #496834).
1404  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
1406 git-core (1:1.6.0.1-1) experimental; urgency=low
1408   * new upstream point release (closes: #496155).
1409   * merge branch debian-sid.
1411  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
1413 git-core (1:1.6.0-1) experimental; urgency=low
1415   * new upstream release.
1416     * svnimport: newer libsvn wants us to ask for the root with "",
1417       not "/" (closes: #492522, #490400).
1418     * Keep some git-* programs in $(bindir); Move all dashed-form
1419       commands to libexecdir (closes: #461212).
1420     * bash: Add more option completions for 'git log' (closes:
1421       #490220).
1422     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1423       in git diff; Fix buffer overflow in git-grep (closes: #494097).
1424   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
1425     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
1426     Jonathan Nieder for the patch, closes: #494505).
1427   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
1428     several paths (thx Jonathan Nieder for a patch, closes: #480396).
1429   * debian/gitweb.NEWS.Debian: new; talk about files moved from
1430     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
1431   * debian/git-daemon/run: run git daemon instead of git-daemon
1432     (dash-less form).
1433   * debian/git-daemon-run.postinst: add gitdaemon system user.
1434   * debian/git-daemon/run: utilize chpst to run git daemon as user
1435     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
1437  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
1439 git-core (1:1.5.6.5-1) unstable; urgency=high
1441   * new upstream point release.
1442     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1443       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
1444       closes: #494097).
1445   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
1447  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
1449 git-core (1:1.5.6.3-1.1) unstable; urgency=high
1451   * Non-maintainer upload by the Security Team.
1452   * Fix various stack-based buffer overflows when processing overly long
1453     repository pathnames which can be exploited to execute arbitrary code if
1454     a victim is tricked into using git-grep or git-diff on a crafted
1455     repository (CVE-2008-3546; Closes: #494097).
1457  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
1459 git-core (1:1.5.6.3-1) unstable; urgency=low
1461   * new upstream point release.
1462   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1463     remove; applied upstream (opens: #490400).
1464   * debian/control: Standards-Version: 3.8.0.1.
1466  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
1468 git-core (1:1.5.6.2-1) unstable; urgency=low
1470   * new upstream point release (closes: #489431).
1471   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
1472     machine-readable format; clarify some license information (thx,
1473     closes: #488351).
1474   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
1475     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
1476     #479479).
1477   * debian/control: package git-arch: no longer Suggests: bazaar
1478     (closes: #486726).
1479   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1480     new; git-svn.perl: workaround assertions in svn library 1.5.0
1481     (closes: #489108).
1483  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
1485 git-core (1:1.5.6-1) unstable; urgency=low
1487   * new upstream release.
1488   * merge branch debian-experimental.
1490  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
1492 git-core (1:1.5.6~rc3-1) experimental; urgency=low
1494   * debian/git-daemon-run.postrm: remove log files on purge.
1495   * new upstream release candidate.
1496   * debian/control: package git-core: no longer Depends: cpio, no
1497     longer Recommends: curl.
1499  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
1501 git-core (1:1.5.6~rc2-1) experimental; urgency=low
1503   * new upstream release candidate.
1504   * merge branch debian-sid.
1505   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
1507  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
1509 git-core (1:1.5.5.4-1) unstable; urgency=low
1511   * new upstream point release.
1512   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
1513     breakage (thx Jonathan Nieder, closes: #476634).
1514   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
1515     Nieder).
1517  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
1519 git-core (1:1.5.6~rc1-1) experimental; urgency=low
1521   * new upstream release candidate.
1522     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
1523       477393).
1524     * gitweb: Fix "next" link on bottom of page (closes: #481902).
1525   * merge branch debian-sid.
1526   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
1528  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
1530 git-core (1:1.5.5.3-1) unstable; urgency=low
1532   * new upstream point release.
1533     * commit --interactive: properly update the index before commiting
1534       (closes: #480429).
1535   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1536     remove; applied upstream.
1537   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
1538     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
1539     (closes: #477337).
1541  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
1543 git-core (1:1.5.6~rc0-1) experimental; urgency=low
1545   * merge branch debian-sid.
1546   * new upstream release candidate.
1547   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
1548     remove; fixed upstream.
1549   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1550     remove; applied upstream.
1552  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
1554 git-core (1:1.5.5.2-1) unstable; urgency=low
1556   * new upstream point release.
1557     * diff-options.txt: document the new "--dirstat" option (closes:
1558       #476437).
1559   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1560     new: git-bisect.sh: don't accidentally override existing branch
1561     "bisect" (closes: #478647).
1563  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
1565 git-core (1:1.5.5.1-1) unstable; urgency=low
1567   * new upstream point release.
1569  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
1571 git-core (1:1.5.5-1) unstable; urgency=low
1573   * new upstream release.
1574     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
1575     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
1576       (closes: #469083).
1577   * merge branch debian/experimental.
1579  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
1581 git-core (1:1.5.5~rc3-2) experimental; urgency=low
1583   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1584     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
1586  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
1588 git-core (1:1.5.5~rc3-1) experimental; urgency=low
1590   * new upstream release candidate.
1591   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1592     new: gitweb: fallback to system-wide config file if default config does
1593     not exist (closes: #450592).
1594   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
1596  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
1598 git-core (1:1.5.5~rc2-1) experimental; urgency=low
1600   * new upstream release candidate.
1601     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
1602       (closes: #471969).
1603     * imap-send: properly error out if imap.host is not set in config
1604       (closes: #472632).
1605   * merge branch debian-sid.
1607  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
1609 git-core (1:1.5.4.5-1) unstable; urgency=low
1611   * new upstream point release (closes: #473071).
1613  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
1615 git-core (1:1.5.5~rc1-1) experimental; urgency=low
1617   * new upstream release candidate.
1619  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
1621 git-core (1:1.5.5~rc0-1) experimental; urgency=low
1623   * new upstream release candidate.
1624     * git-pull documentation: warn about the option order (closes: #463853).
1625     * hash-object: cleanup handling of command line options (closes:
1626       #464432).
1627   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1628     remove; applied upstream.
1630  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
1632 git-core (1:1.5.4.4-1) unstable; urgency=low
1634   * new upstream point release.
1635     * templates/Makefile: don't depend on local umask setting (closes:
1636       #467518).
1637     * Fix random crashes in http_cleanup() (closes: #468836).
1638     * send-email: fix In-Reply-To regression (closes: #468153).
1639     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
1640       options (closes: #468568).
1642  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
1644 git-core (1:1.5.4.3-1) unstable; urgency=low
1646   * new upstream point release.
1647     * git-clone.sh: properly configure remote even if remote's head is
1648       dangling (closes: #466581).
1649   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1650     new: from upstream master: gitk: properly deal with tag names containing /
1651     (slash) (closes: #464104).
1652   * debian/git-daemon-run.postrm: adapt paths in /var/.
1654  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
1656 git-core (1:1.5.4.2-2) unstable; urgency=low
1658   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
1659     subdirectories, update-service now takes care of this.
1660   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
1661     upgrade from <= 1.5.4.2-1.
1663  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
1665 git-core (1:1.5.4.2-1) unstable; urgency=low
1667   * new upstream point release.
1668     * cvsimport: have default merge regex also match beginning of commit
1669       message (thx Frédéric Brière, closes: #463468).
1670     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
1671       #464656).
1672   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
1673   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
1674     (closes: #456423).
1675   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
1676     debian/git-daemon-run.prerm: use runit's update-service program to
1677     add/remove the git daemon service, instead of dealing with symlinks in
1678     /var/service/ directly.
1679   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
1680     version that provides the update-service program).
1682  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
1684 git-core (1:1.5.4.1-1) unstable; urgency=medium
1686   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
1687     closes: #463896).
1688   * new upstream point release.
1690  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
1692 git-core (1:1.5.4-1) unstable; urgency=low
1694   * merge branch debian-experimental.
1695   * new upstream release.
1696   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
1697     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
1698     #463732).
1699   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
1700     on test failures.
1702  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
1704 git-core (1:1.5.4~rc5-1) experimental; urgency=low
1706   * new upstream release candidate.
1708  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
1710 git-core (1:1.5.4~rc4-1) experimental; urgency=low
1712   * new upstream release candidate.
1713   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1714     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
1715   * debian/rules: install /usr/share/gitk/ into the gitk package, not
1716     git-core.
1718  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
1720 git-core (1:1.5.4~rc3-1) experimental; urgency=low
1722   * merge branch debian-sid.
1723   * new upstream release candidate.
1724     * "git pull --tags": error out with a better message (closes: #456035).
1725     * gitk: use user-configured background in view definition dialog
1726       (closes: #457124).
1727   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
1729  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
1731 git-core (1:1.5.3.8-1) unstable; urgency=low
1733   * debian/control: for all packages: Suggests: git-doc instead of
1734     Recommends: (thx Andrew Moise, closes: #455369).
1735   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
1736   * new upstream point release.
1738  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
1740 git-core (1:1.5.4~rc2-1) experimental; urgency=low
1742   * new upstream release candidate.
1743     * shortlog manpage documentation: work around asciidoc markup issues
1744       (closes: #447911).
1745     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
1747  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
1749 git-core (1:1.5.4~rc1-1) experimental; urgency=low
1751   * new upstream release candidate.
1752     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
1753       type (closes: #435610).
1755  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
1757 git-core (1:1.5.4~rc0-1) experimental; urgency=low
1759   * new upstream release candidate.
1760     * build with correct version information (on amd64, closes: #454935,
1761       #454408).
1762     * git-reset: add -q option to operate quietly (closes: #444933).
1763     * gitk: disable colours when calling git log (closes: #454420).
1764     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
1765       #447325, #447965, #451037).
1766     * git-commit: allow grouping of short options (closes: #407241).
1767   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
1768     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
1769     applied upstream.
1770   * debian/rules: install git-gui's lib/ directory plus subdirectory
1771     properly.
1772   * debian/control: Build-Depends: gettext.
1774  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
1776 git-core (1:1.5.3.7-1) unstable; urgency=low
1778   * new upstream point release.
1779   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
1780     cache DESTDIR in perl/perl.mak (#452077).
1781   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
1782     again, this is now handled through debian/diff/0005 (thx Pierre
1783     Habouzit, #452077).
1785  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
1787 git-core (1:1.5.3.6-1.1) unstable; urgency=low
1789   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
1790     preventing people from installing git, I took the initiative to fix it
1791     before his return.
1792   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
1793     that remembers our DESTDIR and makes perl modules be installed in
1794     debian/git-core/ in the install-indep target again
1795     (closes: #452077, #452078, #452080, #452111, #452324).
1797  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
1799 git-core (1:1.5.3.6-1) unstable; urgency=low
1801   * debian/implicit: add proper dependencies to support 'parallel build'
1802     through make -j (thx Daniel Schepler for the patch).
1803   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
1804     the selftests.
1805   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1806     new; check /etc/mailname if author email is unknown (closes: #448655).
1807   * debian/gitweb.docs: new; install gitweb/README.
1808   * new upstream point release.
1809     * git-cvsimport: really convert underscores in branch names to dots with
1810       -u (closes: #446495).
1811     * git-mailsplit: with maildirs not only process cur/, but also new/
1812       (closes: #447396).
1813   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
1814     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
1815     subject prefix configurable (closes: #428418).
1817  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
1819 git-core (1:1.5.3.5-1) unstable; urgency=low
1821   * new upstream point release.
1822     * git-config: handle --file option with relative pathname properly;
1823       git-config: print error message if the config file cannot be read;
1824       git-config: don't silently ignore options after --list (closes:
1825       #445208).
1827  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
1829 git-core (1:1.5.3.4-1) unstable; urgency=low
1831   * new upstream point release (closes: #445188).
1833  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
1835 git-core (1:1.5.3.3-1) unstable; urgency=low
1837   * new upstream point release.
1839  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
1841 git-core (1:1.5.3.2-1) unstable; urgency=low
1843   * new upstream point release.
1844     * git-svn: fix "Malformed network data" with svn:// servers (closes:
1845       #430091, #436142).
1846     * git-commit: Allow partial commit of file removal (closes: #437817).
1847     * git-gui: lib/index.tcl: handle files with % in the filename properly
1848       (closes: #441167).
1849     * git-clone: improve error message if curl program is missing or not
1850       executable (closes: #440976).
1851   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
1852     'sv restart git-daemon' to restart git-daemon service if it was running.
1853   * debian/control: git-core: no longer Suggests: cogito, which was removed.
1854   * debian/diff/genindex.diff: apply and remove.
1855   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
1856     default (thx Ansgar Burchardt for the patch, closes: 441694).
1858  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
1860 git-core (1:1.5.3.1-1) unstable; urgency=low
1862   * new upstream point release.
1863   * debian/control: git-daemon-run: improve long description (closes:
1864     #440699).
1865   * debian/git-daemon-run.README.Debian: improve.
1866   * debian/control: git-svn: improve long description.
1867   * debian/control: git-cvs: improve long description.
1868   * debian/control: git-core: improve long description (closes: #412560).
1870  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
1872 git-core (1:1.5.3-1) unstable; urgency=low
1874   * merge branch debian-experimental.
1875   * new upstream release.
1876   * debian/control: git-email: move libemail-valid-perl from Depends: to
1877     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
1878   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
1879     Uwe Kleine-Koenig).
1881  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
1883 git-core (1:1.5.3~rc7-1) experimental; urgency=low
1885   * new upstream release candidate.
1886   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1887     remove; included upstream.
1889  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
1891 git-core (1:1.5.3~rc6-1) experimental; urgency=low
1893   * new upstream release candidate.
1894     * git-am: initialize variable $resume on startup (closes: #435807).
1895   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1896     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
1897   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
1898     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
1899     are unset (thx Mike Hommey, closes: #438793).
1900   * merge branch debian-sid.
1902  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
1904 git-core (1:1.5.2.5-2) unstable; urgency=low
1906   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
1908  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
1910 git-core (1:1.5.2.5-1) unstable; urgency=low
1912   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
1913     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
1914   * new upstream point release.
1915   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
1916   * dbian/control: git-core: Depends: cpio (closes: #438057).
1917   * debian/git-core.README.Debian: fix typos (closes: #438932).
1918   * debian/versions.upstream, debian/changelog.upstream: adapt.
1919   * debian/rules, debian/control: install git-completion.bash from contrib as
1920     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
1921     git-completion (closes: #437532, thx Sebastian Harl).
1923  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
1925 git-core (1:1.5.3~rc4-1) experimental; urgency=low
1927   * new upstream release candidate.
1929  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
1931 git-core (1:1.5.3~rc3-1) experimental; urgency=low
1933   * new upstream release candidate.
1934   * debian/versions.upstream, debian/changelog.upstream: adapt.
1936  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
1938 git-core (1:1.5.3~rc2-1) experimental; urgency=low
1940   * new upstream release candidate.
1941   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
1942     remove; obsolete.
1943   * debian/control, debian/rules: remove git-p4 package again, moved into
1944     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
1945   * debian/versions.upstream, debian/changelog.upstream: adapt.
1947  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
1949 git-core (1:1.5.3~rc1-1) experimental; urgency=low
1951   * new upstream release candidate.
1952     * git-commit: don't add multiple Signed-off-by: from the same identity
1953       (closes: #430851).
1954     * Fix core.sharedRepository = 2 (closes: #432698).
1955   * merge branch debian-sid.
1956   * debian/versions.upstream, debian/changelog.upstream: adapt.
1957   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1958     remove; doesn't apply anymore.
1959   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
1960     new; on upstream advice.
1962  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
1964 git-core (1:1.5.2.4-1) unstable; urgency=low
1966   * new upstream point release.
1967   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
1968     #432560).
1969   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
1970   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1971     remove; merged upstream.
1972   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
1973     (closes: #432812).
1974   * debian/versions.upstream, debian/changelog.upstream: adapt.
1976  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
1978 git-core (1:1.5.3~rc0-1) experimental; urgency=low
1980   * new upstream release candidate.
1981   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
1982   * debian/versions.upstream, debian/changelog.upstream: update.
1983   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
1984     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1985     remove; applied upstream.
1986   * debian/diff/00*.diff: adapt.
1987   * debian/rules: put git-gui, git-citool man pages into package git-gui.
1989  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
1991 git-core (1:1.5.2.3-1) unstable; urgency=low
1993   * new upstream point release.
1994   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
1995     (thx Frank Lichtenheld, closes: #431481).
1996   * debian/versions.upstream, debian/changelog.upstream: update.
1998  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
2000 git-core (1:1.5.2.2-3) unstable; urgency=low
2002   * debian/rules: move /usr/share/git-gui/ from git-core package into
2003     git-gui package (thx Ansgar Burchardt, closes: #430530).
2004   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2005     new; git-cvsimport: force checkout of working tree after initial import
2006     (closes: #430903).
2007   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2008     new; git-gui: properly popup error if gitk should be started but is not
2009     installed (#429810).
2010   * debian/control: git-gui: Recommends: gitk (closes: #429810).
2011   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
2012     (#429389).
2014  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
2016 git-core (1:1.5.2.2-2) unstable; urgency=low
2018   * debian/control: all Architecture: all packages: Depends: git-core (>>
2019     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
2020     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
2021     #430128).
2023  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
2025 git-core (1:1.5.2.2-1) unstable; urgency=low
2027   * new upstream point release.
2028     * Fix typo in remote branch example in git user manual (closes: #427502).
2029   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2030     remove; applied upstream.
2031   * debian/versions.upstream: new; ordered list of upstream versions,
2032     starting with 1.0.0.
2033   * debian/changelog.upstream.sh: new; create changelog.upstream from git
2034     shortlog using debian/versions.upstream.
2035   * debian/changelog.upstream: re-created through changelog.upstream.sh.
2036   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
2037     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
2038     (closes: #429443).
2040  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
2042 git-core (1:1.5.2.1-2) unstable; urgency=low
2044   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2045     new; from upstream master: git-branch --track: fix tracking branch
2046     computation.
2048  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
2050 git-core (1:1.5.2.1-1) unstable; urgency=low
2052   * new upstream point release.
2053     * Create a new manpage for the gitignore format, and reference it
2054       elsewhere (thx Josh Triplett, closes: #427078).
2055   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2056     new; properly resolve ambiguity if argument is both, revision and
2057     filename (closes: #425491).
2058   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2059     transition).
2060   * debian/git-daemon-run.README.Debian: new (#422139).
2061   * debian/control: all Architecture: all packages: Depends: git-core
2062     (= ${source:Version}) instead of (>= ...); this makes it no longer
2063     support binNMUs (closes: #425494, reopens: #423041).
2065  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2067 git-core (1:1.5.2-1) unstable; urgency=low
2069   * merge branch debian-experimental.
2070   * new upstream release.
2071     * gitweb: choose appropriate view for file type if a= parameter missing
2072       (closes: #410465).
2073     * git fetch -q is supported (closes: #423165).
2074   * /usr/bin/git transition (thx Ian Beckwith!).
2075     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2076       upgrading from versions older than 1:1.5.2~rc3-2.
2077     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2078       handle /usr/bin/git alternative through update-alternatives.
2079     * debian/rules: no longer install git program as git-scm.
2081  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2083 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2085   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2086   * debian/control: package git-p4: Section: contrib/devel (closes:
2087     #422755).
2088   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2089     instead of (= ${Source-Version}) (to support binNMUs).
2091  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2093 git-core (1:1.5.1.4-2) unstable; urgency=low
2095   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2096     maint branch 20070514:
2097     * includes git-svn fixes (closes: #423599, #423226).
2098   * deian/rules: reverse order when applying diffs (fix typo).
2099   * debian/control: all Architecture: all packages: Depends: git-core (>=
2100     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2101     closes: #423041).
2103  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2105 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2107   * new upstream release candidate.
2108   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2109     remove; included upstream.
2110   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2111   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2112     git-daemon-run package (#422139).
2114  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2116 git-core (1:1.5.1.4-1) unstable; urgency=medium
2118   * new upstream point release.
2119   * debian/diff/pager-vs-less.diff: rename to
2120     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2121   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2122     new: Optimize directory listing with pathspec limiter (closes: #420671).
2123   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2124     running.
2126  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2128 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2130   * new upstream release candidate.
2132  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2134 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2136   * new upstream release candidate.
2137   * debian/control, debian/rules: new package git-p4: tools for importing
2138     development history from perforce repositories.
2139   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2140     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2141     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2143  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2145 git-core (1:1.5.1.3-1) unstable; urgency=low
2147   * new upstream point release.
2148     * git-add tried to optimize by finding common leading directories
2149       across its arguments but botched, causing very confused behaviour
2150       (closes: #420671).
2151     * Documentation/git-reset.txt: suggest git commit --amend in example
2152       (closes: #420112).
2153     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2154       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2155       harder for distro people to make the same mistake, by setting the
2156       variable to /etc/gitconfig if prefix is set to /usr (closes:
2157       #420675).
2158   * debian/changelog.upstream: upstream changes taken from mailing list
2159     announcement.
2161  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2163 git-core (1:1.5.1.2-1) unstable; urgency=low
2165   * new upstream point release.
2166   * debian/changelog.upstream: upstream changes taken from mailing list
2167     announcement.
2169  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2171 git-core (1:1.5.1.1-1) unstable; urgency=low
2173   * new upstream point release.
2174   * debian/changelog.upstream: upstream changes taken from mailing list
2175     announcement.
2176   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2177     remove; applied upstream.
2179  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2181 git-core (1:1.5.1-1) unstable; urgency=low
2183   * new upstream release.
2184     * git-svn got almost a rewrite (closes: #416372).
2185   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2186   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2187     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2188     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2189     remove; applied upstream.
2190   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2191   * debian/git-daemon-run.postrm: check for deluser being available, if
2192     not, print warning and don't remove system user (closes: #416755).
2193   * debian/changelog.upstream: upstream changes taken from mailing list
2194     announcement, and git shortlog.
2195   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2196     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2197     receive-email.
2199  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2201 git-core (1:1.5.0.6-1) unstable; urgency=low
2203   * new upstream point release.
2204   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2205     new, cherry-pick'ed from upstream master: http-fetch: don't use
2206     double-slash as directory separator in URLs (closes: #409887).
2207   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2208     Documentation/git-svnimport.txt: fix typo.
2209   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2210     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
2211     (closes: #404795).
2212   * debian/changelog.upstream: upstream changes taken from mailing list
2213     announcements.
2215  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
2217 git-core (1:1.5.0.5-1) unstable; urgency=low
2219   * new upstream point release.
2220   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
2221     mode 0755 (closes: #415328); remove .gitignore file(s) from
2222     /usr/share/doc/git-core/ (closes: #413913).
2223   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
2224     Habouzit, closes: #415475).
2225   * debian/changelog.upstream: upstream changes taken from mailing list
2226     announcements.
2228  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
2230 git-core (1:1.5.0.3-1) unstable; urgency=low
2232   * new upstream point release.
2233   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
2234   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
2235   * debian/changelog.upstream: upstream changes taken from mailing list
2236     announcements.
2238  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
2240 git-core (1:1.5.0.2-1) unstable; urgency=low
2242   * new upstream point release.
2243   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
2244   * debian/changelog.upstream: upstream changes taken from mailing list
2245     announcements.
2246   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
2247     yet committed to cvs (closes: #412732).
2249  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
2251 git-core (1:1.5.0.1-1) unstable; urgency=low
2253   * new upstream point release.
2254   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
2255     Have git-cvsserver call hooks/update before really altering the ref.
2256   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
2258  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
2260 git-core (1:1.5.0-1) experimental; urgency=low
2262   * new upstream release.
2263   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
2264   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
2265     adapt.
2266   * debian/control: new package git-gui, the git graphical user interface;
2267     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
2268     git-gui.
2269   * debian/rules: new package git-gui.
2270   * debian/changelog.upstream: upstream changes taken from mailing list
2271     announcements and git shortlog.
2272   * debian/git-daemon/run: don't limit git-daemon's memory resources.
2273   * debian/control, debian/rules: remove git-core-dev package again,
2274     libgit.a is not a publically usable/useful library at this moment, as
2275     its internal API is not cast in stone yet.
2276   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
2277     package.
2279  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
2281 git-core (1:1.5.0~rc3-1) experimental; urgency=low
2283   * new upstream release candidate.
2284   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
2285     install libgit.a library plus header files (thx Luca Falavigna).
2286   * debian/rules: new package git-core-dev; remove obsolete
2287     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
2288     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
2289     Luca Falavigna; closes: #403731); make git-p4import.pl available through
2290     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
2291   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
2292     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
2293     python, Suggests: git-core-dev; update short and long descriptions
2294     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
2295   * debian/diff/GNU-Hurd.diff: adapt.
2296   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
2297     needs empty directory (closes: #400508).
2298   * debian/gitweb.README.Debian: typo.
2300  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
2302 git-core (1:1.4.4.4-1) unstable; urgency=low
2304   * new upstream release, important fixes:
2305     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
2306     * Fix infinite loop when deleting multiple packed refs.
2307     * diff --check: fix off by one error.
2308   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
2309     upstream version.
2310   * debian/changelog.upstream: upstream changes taken from mailing list
2311     announcement.
2313  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
2315 git-core (1:1.4.4.3-1) unstable; urgency=medium
2317   * new upstream release (closes: #404796); important fixes:
2318     * Make sure the empty tree exists when needed in merge-recursive; the
2319       error message may make the user think that their database is corrupt
2320       when its actually not.
2321     * Don't use memcpy when source and dest. buffers may overlap.
2322     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
2323       counting of bytes for the CVS protocol, resulting in the client
2324       expecting less data than we actually send, and storing truncated files.
2325   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
2326     work around spurious .sp in manpages (closes: #388370).
2327   * debian/changelog.upstream: upstream changes taken from mailing list
2328     announcement.
2330  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
2332 git-core (1:1.4.4.2-1) unstable; urgency=low
2334   * new upstream release.
2335     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
2336   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
2337     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2338     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2339     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2340     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
2341   * debian/changelog.upstream: upstream changes taken from mailing list
2342     announcements and git log | git shortlog.
2344  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
2346 git-core (1:1.4.4.1-1) unstable; urgency=low
2348   * new upstream release (closes: #400191).
2349   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
2350     replaces debian/diff/not-packed-structs.diff.
2351   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2352     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2353     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2354     0005-Increase-length-of-function-name-buffer.diff: new from upstream
2355     git.
2356   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
2357     generator (thx David Nusinow; closes: #400284).
2358   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
2360  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
2362 git-core (1:1.4.4-2) unstable; urgency=low
2364   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
2365     size doesn't match on arm (fixes selftests failure on arm).
2367  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
2369 git-core (1:1.4.4-1) unstable; urgency=low
2371   * new upstream release (closes: #399575).
2372   * debian/changelog.upstream: upstream changes taken from mailing list
2373     announcements.
2374   * debian/control: Build-Depends: unzip (for selftests).
2376  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
2378 git-core (1:1.4.3.5-1) unstable; urgency=low
2380   * new upstream release.
2381   * debian/changelog.upstream: upstream changes taken from mailing list
2382     announcements.
2384  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
2386 git-core (1:1.4.3.3-2) unstable; urgency=medium
2388   * debian/git-daemon-run.postinst: don't make the log service system user
2389     gitlog member of group adm, but nogroup; gitlog's home directory is
2390     /nonexistent (thx Florian Weimer, closes: #396687).
2391   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
2392     2750, owner gitlog:adm.
2393   * debian/changelog.upstream: upstream changes taken from mailing list
2394     announcements.
2396  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
2398 git-core (1:1.4.3.3-1) unstable; urgency=low
2400   * new upstream release.
2401   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
2402   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
2403     thx Ichthyostega).
2405  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
2407 git-core (1:1.4.3.2-1) unstable; urgency=low
2409   * new upstream release.
2410   * debian/diff/gitweb.conf.diff: remove; obsolete.
2411   * debian/changelog.upstream: upstream changes taken from mailing list
2412     announcements.
2413   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
2414     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
2415     git-arch: don't include git-archive, git-upload-archive; gitweb: install
2416     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
2417     plus man page.
2418   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
2419     selftests (fixes build/selftest failures).
2420   * debian/control: git-core: Depends: liberror-perl.
2422  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
2424 git-core (1:1.4.2.3-2) unstable; urgency=low
2426   * debian/control: new package git-daemon-run: provide a git-daemon
2427     service; git-core: no longer Suggests: runit, Depends: adduser, the
2428     git-daemon-run package now Depends: runit, adduser.
2429   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
2430     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
2431     service (closes: #388144).
2432   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
2433     package does now.
2434   * debian/git-core.postrm: remove; obsolete.
2435   * debian/rules: install git-daemon service directory in the new
2436     git-daemon-run package instead of the git-core package.
2437   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
2438   * debian/git-core.README.Debian: adapt.
2439   * debian/control: git-core: Suggests: git-daemon-run.
2441  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
2443 git-core (1:1.4.2.3-1) unstable; urgency=medium
2445   * new upstream release.
2446   * debian/changelog.upstream: upstream changes taken from mailing list
2447     announcements.
2448   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
2449   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
2450     Kujau, closes: #383065).
2452  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
2454 git-core (1:1.4.2.1-1) unstable; urgency=low
2456   * new upstream release (closes: #386820, #387405).
2457   * debian/changelog.upstream: upstream changes taken from mailing list
2458     announcements.
2459   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
2460     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
2461     #379841).
2462   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
2463   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
2464     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
2465   * debian/gitweb.docs: remove; obsolete.
2466   * debian/examples/index.aux-generation: example script to generate an
2467     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
2468     #383219).
2469   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
2470     (#383219).
2471   * debian/git-core.README.Debian: new; hints on how to set up a
2472     git.example.org server providing git://, rsync://, http:// access to
2473     repositories from Matthew Wilcox (thx!, closes: #383219).
2474   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
2475   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
2476     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
2477     Recommends: git-doc.
2478   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
2479   * debian/git-daemon/: new; git-daemon service directory for the use with
2480     runit.
2481   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
2482     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
2483   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
2484     they fail without a terminal connected.
2485   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
2486     /etc/sv/git-daemon/log/run.
2488  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
2490 git-core (1:1.4.1.1-1) unstable; urgency=low
2492   * new upstream release.
2493   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
2494     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
2495     #380209).
2497  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
2499 git-core (1:1.4.1-2) unstable; urgency=low
2501   * adopt package gitweb, now included in git-core upstream source (thx
2502     Andres Salomon):
2503     * debian/control, debian/rules: build gitweb package.
2504     * debian/copyright: adapt.
2505     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
2506       new; taken from Andres' gitweb package.
2507     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
2508     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
2509   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
2510   * debian/rules: set DESTDIR in environment, not build flags.
2512  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
2514 git-core (1.4.1-1) unstable; urgency=low
2516   * new upstream release.
2517   * debian/changelog.upstream: upstream changes taken from mailing list
2518     announcement.
2519   * debian/rules: user same build flags and prefix to $(MAKE) in build
2520     and install target to prevent rebuild in install target.
2522  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
2524 git-core (1.4.0-1) unstable; urgency=low
2526   * new upstream release.
2527   * debian/changelog.upstream: new; upstream changes taken from mailing
2528     list announcement.
2529   * debian/rules: install debian/changelog.upstream as upstream changelog.
2530   * debian/diff/pager-vs-less.diff: adapt.
2531   * debian/control: Standards-Version: 3.7.2.0.
2533  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
2535 git-core (1.3.3-2) unstable; urgency=medium
2537   * debian/control: git-core: Depends: perl-modules (closes: #369737).
2538   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
2539     if $PAGER is unset (closes: #369742).
2541  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
2543 git-core (1.3.3-1) unstable; urgency=low
2545   * new upstream release.
2547  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
2549 git-core (1.3.2-1) unstable; urgency=low
2551   * new upstream release.
2553  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
2555 git-core (1.3.1-1) unstable; urgency=low
2557   * new upstream release (closes: #364678).
2558   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
2560  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
2562 git-core (1.2.6-1) unstable; urgency=low
2564   * new upstream release.
2565   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
2567  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
2569 git-core (1.2.4-1) unstable; urgency=low
2571   * new upstream release (closes: #354563).
2573  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
2575 git-core (1.2.1-1) unstable; urgency=low
2577   * new upstream release (closes: #353041).
2578   * debian/control: git-core: Recommends: ssh-client instead of
2579     openssh-client (closes: #350708).
2581  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
2583 git-core (1.1.5-1) unstable; urgency=high
2585   * new upstream release.
2586     * checkout: do not make a temporary copy of symlink target.
2587       If the index records an insanely long symbolic link, copying
2588       into the temporary would overflow the buffer (noticed by Mark
2589       Wooding). (closes: #350274).
2591  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
2593 git-core (1.1.3-1) unstable; urgency=low
2595   * new upstream release.
2597  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
2599 git-core (1.0.8-1) unstable; urgency=low
2601   * new upstream point release.
2602   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
2603   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
2604     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
2605     Tretkowski, closes: #344929).
2607  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
2609 git-core (1.0.6-1) unstable; urgency=low
2611   * new upstream point release.
2612   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
2613     merge-order test with NO_OPENSSL=1.
2614   * debian/rules: re-enable git-rev-list --merge-order selftests.
2615   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
2617  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
2619 git-core (1.0.5-1) unstable; urgency=low
2621   * new upstream point release.
2622   * debian/rules: don't take upstream changelog from upstream
2623     debian/changelog.
2624   * debian/changelog.upstream: remove again.
2626  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
2628 git-core (1.0.3-1) unstable; urgency=low
2630   * new upstream point release.
2631   * debian/changelog.upstream: new: upstream changelog taken from upstream
2632     debian/changelog.
2633   * debian/rules: install debian/changelog.upstream as upstream changelog;
2634     remove obsolete VERSION variable.
2636  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
2638 git-core (1.0.0-1) unstable; urgency=medium
2640   * new upstream release: GIT 1.0.0.
2642  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
2644 git-core (0.99.9n-1) unstable; urgency=low
2646   * new upstream version: GIT 0.99.9n aka 1.0rc6.
2647   * debian/rules: rename git program in git-core package to git-scm,
2648     handle /usr/bin/git program through update-alternatives (as suggested
2649     by Ian Beckwith, see #342363).
2650   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
2651     #342363).
2652   * debian/git-core.postinst, debian/git-core.prerm: new: run
2653     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
2654     priority 70 on configure, and --remove on remove respectively.
2656  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
2658 git-core (0.99.9m-1) unstable; urgency=low
2660   * new upstream version: GIT 0.99.9m aka 1.0rc5.
2661     * sets PYTHONPATH for selftests (fixes autobuild test failures).
2662   * switch from tarball-in-tarball approach to original upstream tarball.
2663   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
2664     Eric Biederman previously were maintaining this package unofficially.
2665   * debian/control: Build-Depends: rcs (for selftests); git-core:
2666     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
2667     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
2668     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
2669     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
2670     description (lots taken from upstream unofficial package, thx).
2671   * debian/git-core.docs, debian/git-doc.docs: adapt.
2672   * debian/rules: adapt; remove target unpack; add target patch; adapt
2673     target clean.
2675  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
2677 git-core (0.99.9l-1) unstable; urgency=low
2679   * new upstream version.
2680   * debian/rules: apply diffs with patch -p1.
2681   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
2682     git-email packages, as suggested by upstream:
2683     http://article.gmane.org/gmane.comp.version-control.git/13185
2684   * debian/git-doc.docs: get docs from temporary install directory;
2685     include *.txt docs.
2686   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
2687     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
2688     git-cvs, git-svn, git-email, gitk.
2690  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
2692 git-core (0.99.9k-1) unstable; urgency=low
2694   * new upstream version.
2695   * debian/implicit: update to revision 1.11.
2696   * debian/git-doc.docs: add git/Documentation/howto,
2697     git/Documentation/technical (closes: #341178).
2699  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
2701 git-core (0.99.9j-1) unstable; urgency=low
2703   * initial version.
2704   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
2705     0.16rc2-0 no longer includes the git core components, but depends on
2706     the git-core package (see #338789).
2708  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
2710 git-core (0.99.9j-0) unstable; urgency=low
2712   * GIT 0.99.9j aka 1.0rc3
2714  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
2716 git-core (0.99.9i-0) unstable; urgency=low
2718   * GIT 0.99.9i aka 1.0rc2
2720  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
2722 git-core (0.99.9h-0) unstable; urgency=low
2724   * GIT 0.99.9h
2726  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
2728 git-core (0.99.9g-0) unstable; urgency=low
2730   * GIT 0.99.9g
2732  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
2734 git-core (0.99.9f-0) unstable; urgency=low
2736   * GIT 0.99.9f
2738  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
2740 git-core (0.99.9e-0) unstable; urgency=low
2742   * GIT 0.99.9e
2744  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
2746 git-core (0.99.9d-0) unstable; urgency=low
2748   * GIT 0.99.9d
2750  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
2752 git-core (0.99.9c-0) unstable; urgency=low
2754   * GIT 0.99.9c
2756  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
2758 git-core (0.99.9b-0) unstable; urgency=low
2760   * GIT 0.99.9b
2762  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
2764 git-core (0.99.9a-0) unstable; urgency=low
2766   * GIT 0.99.9a
2768  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
2770 git-core (0.99.9.GIT-2) unstable; urgency=low
2772   * Build Dependency did not include libexpat-dev.
2774  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
2776 git-core (0.99.9.GIT-1) unstable; urgency=low
2778   * Do not scatter txt and html documentation into feature
2779     subpackages.  Do place man pages into them.
2780   * Capture more cvs stuff into git-cvs package.
2782  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
2784 git-core (0.99.9.GIT-0) unstable; urgency=low
2786   * Test Build.
2788  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2790 git-core (0.99.9-1) unstable; urgency=low
2792   * Split the git-core binary package into core, doc, and foreign SCM
2793     interoperability modules.
2795  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2797 git-core (0.99.9-0) unstable; urgency=low
2799   * GIT 0.99.9
2801  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
2803 git-core (0.99.8-0) unstable; urgency=low
2805   * GIT 0.99.8
2807  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
2809 git-core (0.99.7-0) unstable; urgency=low
2811   * GIT 0.99.7
2813  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
2815 git-core (0.99.6-0) unstable; urgency=low
2817   * GIT 0.99.6
2819  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
2821 git-core (0.99.5-1) unstable; urgency=low
2823   * Enable git-send-email on Debian.  There is no reason to shy
2824     away from it, since we have the necessary Perl modules available.
2826  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
2828 git-core (0.99.5-0) unstable; urgency=low
2830   * GIT 0.99.5
2832  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
2834 git-core (0.99.4-4) unstable; urgency=low
2836   * Mark git-tk as architecture neutral.
2838  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
2840 git-core (0.99.4-3) unstable; urgency=low
2842   * Split off gitk.
2843   * Do not depend on diff which is an essential package.
2844   * Use dh_movefiles, not dh_install, to stage two subpackages.
2846  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
2848 git-core (0.99.4-2) unstable; urgency=low
2850   * Git 0.99.4 official release.
2852  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
2854 git-core (0.99.4-1) unstable; urgency=low
2856   * Pass prefix down to the submake when building.
2858  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
2860 git-core (0.99-2) unstable; urgency=low
2862   * Conflict with the GNU Interactive Tools package, which also installs
2863     /usr/bin/git.
2864   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
2865     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
2866   * Minor tweaks to the Depends.
2868  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
2870 git-core (0.99-1) unstable; urgency=low
2872   * Update deb package support to build correctly. 
2874  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
2876 git-core (0.99-0) unstable; urgency=low
2878   * Initial deb package support
2880  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600