debian: new upstream point release
[git/debian.git] / debian / changelog
bloba2e9cc96258a9e1559b74b2cf130d1c701cfafb8
1 git (1:1.8.1.3-1) experimental; urgency=low
3   * new upstream point release.
5  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
7 git (1:1.8.1.2-1) experimental; urgency=low
9   * new upstream point release.
11  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
13 git (1:1.8.1.1-1) experimental; urgency=low
15   [ Jonathan Nieder ]
16   * debian/git.NEWS.Debian: bash completion script moved to
17     /usr/share/bash-completion/completions/ (thx Philipp Marek;
18     closes: #698055).
20   [ Gerrit Pape ]
21   * new upstream release.
23  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
25 git (1:1.8.1-1) experimental; urgency=low
27   * new upstream release (see RelNotes/1.8.1.txt).
29  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
31 git (1:1.8.1~rc3-1) experimental; urgency=low
33   * new upstream release candidate.
34   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
35     #669376).
37  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
39 git (1:1.8.1~rc0-1) experimental; urgency=low
41   * new upstream release candidate.
42   * debian/control: mark all binary packages Multi-Arch: foreign (thx
43     Colin Watson; closes: #694651).
45  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
47 git (1:1.8.0-1) experimental; urgency=low
49   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
50     RelNotes/1.8.0.txt)
51     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
52       (closes: #526989).
53     * git-svn: use platform specific auth providers.
54     * git-svn: handle errors and concurrent commits in dcommit
55       (closes: #676904).
56     * am: support --include option.
57     * grep: add a grep.patternType configuration setting.
58     * daemon: --access-hook for authentication logging and policy.
59     * merge-base: expose --is-ancestor helper for scripts.
60     * branch: support --set-upstream-to with simpler syntax than
61       --set-upstream.
62     * format-patch: do not use bogus email addresses in message ids.
63     * http: trim trailing newline from /etc/mailname.
64     * do not ignore port in ssh URLs with ipv6 literals
65       (closes: #646178).
66     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
67       before ~/.gitconfig for configuration.
68     * [core] excludesfile and attributes file default to
69       ~/.config/git/ignore and ~/.config/git/attributes.
70     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
71       settings (closes: #666250).
72     * git-blame.el: address elisp warnings from emacs:
73       * use mapc instead of mapchar (closes: #611931).
74       * do not use goto-line in lisp code (closes: #611933).
75       * use with-current-buffer where appropriate (closes: #611932).
76     * cli: add Italian and Vietnamese translations.
77     * push: introduce new push.default mode "simple".  It will be the
78       default in the next major release.
80   [ Jonathan Nieder ]
81   * debian/diff:
82     * 0013...0031: remove; applied upstream.
83     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
84       upstream.
85   * debian/rules:
86     * install German translation.
87     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
88       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
89     * install-arch: sanity-check that built-ins still do not approach
90       btrfs hardlink limit (see #642603).
91     * git: install git-prompt.sh from contrib/completion to
92       /usr/lib/git-core/git-sh-prompt.
93     * git: install completion script to
94       /usr/share/bash-completion/completions/{git,gitk} instead of
95       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
96       it on the fly when completing arguments to git commands.
97   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
98   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
99     remove /etc/bash_completion.d/git on upgrade if unmodified.
100   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
101     /etc/bash_completion.d/git-prompt: new; source
102     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
103     completion lib defining __git_ps1 can continue to work (thx Danny
104     Yates and Anders Kaseorg).
105   * debian/git.conffiles: remove /etc/bash_completion.d/git.
106   * update debian/copyright.
107   * debian/control: gitweb: Recommends: libhttp-date-perl or
108     libtime-module-perl for If-Modified-Since support; Build-Depends:
109     same to support test suite.
110   * debian/implicit: use order-only dependencies so "debian/rules
111     binary-arch" does not try to build documentation.
113   [ Gerrit Pape ]
114   * new upstream release.
116  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
118 git (1:1.7.10.4-2) unstable; urgency=low
120   * debian/diff:
121     * 0013...0030: new from the upstream 'master' branch: git svn:
122       adapt to svn 1.7 changes:
123       * normalize paths and URLs passed to Subversion (thx Michael G.
124         Schwern; closes: #678137)
125       * use correct "svn cp" syntax when checking git svn's mangling
126         of @-signs in branch names (svn became stricter).
127       * commit filetype changes between a regular file and symlink as
128         replacement (deletion followed by addition) instead of
129         modification of files.  Otherwise, clients pulling the change
130         with "svn update" hit an assertion failure (svn issue 4091).
131     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
132       use YAML format for mergeinfo cache when possible.
133   * debian/control: git-svn: Depends: libyaml-perl for platform- and
134     version-independent .git/svn/.caches format; Build-Depends:
135     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
136     #587650).
138  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
140 git (1:1.7.10.4-1) unstable; urgency=low
142   * new upstream point release (thx Jonathan Nieder).
144  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
146 git (1:1.7.10.2-1) unstable; urgency=low
148   * new upstream point release.
149     * merge-recursive: don't detect renames of empty files.
150     * fast-import: tighten parsing of datarefs.
151     * diff -c -U0: fix segfault showing start of file.
152   * debian/rules: do not install preliminary German translation.
154  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
156 git (1:1.7.10-1) unstable; urgency=low
158   * new upstream release.
159     * merge: use editor by default in interactive sessions
160     * submodules: use relative paths to git dir and worktree.
161     * fast-import: reject "ls" of path with empty components.
162     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
163     * am: officially deprecate -b/--binary option.
164   * debian/diff:
165     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
166       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
167       remove; applied upstream.
168     * 0007...0014: rename to 0005-*, ... 0012-*.
169   * debian/git.README.Debian: make paths in inetd(8) hint
170     consistent with git-daemon-run and git-daemon-sysvinit setup.
171   * debian/control: package git: Suggests: gettext-base for translated
172     output in shell scripts.
174  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
176 git (1:1.7.9.5-1) unstable; urgency=low
178   * new upstream point release.
179   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
180     Nieder; closes: #661317).
182  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
184 git (1:1.7.9.4-1) unstable; urgency=low
186   * new upstream point release.
187     * commit: skip intent-to-add entries instead of erroring out.
188     * grep -I: let diff attribute override binary file detection.
189     * clone, daemon, http-backend, transport: look for .../foo before
190       .../foo.git in response to requests for .../foo.
191     * rev-list: enable or disable --verify-objects behavior based on
192       the command line instead of uninitialized memory.
193     * checkout -b: allow switching out of an unborn branch (closes:
194       #506480).
195   * debian/diff: clean up patches for upstream.
196     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
197       hooks/post-receive-email: set content-transfer-encoding as well.
198     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
199       hooks/post-receive-email: avoid mixed-encoding messages when
200       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
201     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
202       remove #! line from sh-i18n and rebase--* shell libraries, too
203       (lintian); fix tests' --valgrind support to detect shell
204       libraries without the #! line (thx Jeff King).
205     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
206       Hamano); rename to 0004-*.
207     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
208       non-symbolic font names on platforms like Mac OS X, Windows, and
209       tk <= 8.4 that lack fontconfig support.
210     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
211       clarify descriptions.
212     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
213       rename to 0010-*.
214     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
215       combine; rename to 0011-*.
216     * 0014, 0015: rename to 0013-*, 0014-*.
217   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
218     reload actions (thx Jonathan McCrohan; closes: #663522).
219   * debian/control: git-gui: point to aspell for spell checking support
220     in the package description; Suggests: aspell (thx Jonathan Ballet,
221     closes: #656061).
222   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
223     (thx Jonathan McCrohan; closes: #663451).
224   * debian/control: Standards-Version: 3.9.3.1.
225   * debian/copyright: adopt copyright-format 1.0.
227  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
229 git (1:1.7.9.1-1) unstable; urgency=low
231   * new upstream point release.
232     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
233       Günther; closes: #659255).
235  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
237 git (1:1.7.9-1) unstable; urgency=low
239   * merge branch debian-experimental.
240   * new upstream release (closes: #657262).
241   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
242     applied upstream.
243   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
245  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
247 git (1:1.7.9~rc1-1) experimental; urgency=low
249   * new upstream release candidate.
250   * debian/diff:
251     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
252     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
253       convert some error conditions to warnings (closes: #649781).
254     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
255       upstream; credential-cache: handle long socket pathnames (closes:
256       #655288).
258  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
260 git (1:1.7.9~rc0-1) experimental; urgency=low
262   * new upstream release candidate.
263   * update debian/copyright.
265  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
267 git (1:1.7.8.3-1) unstable; urgency=medium
269   * new upstream point release.
270   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
271     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
272     same file" errors when replacing hard links to the old copy with
273     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
274     #654596).
276  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
278 git (1:1.7.8.2-1) unstable; urgency=low
280   * merge branch debian-experimental.
281   * new upstream release.
283  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
285 git (1:1.7.8~rc3-1) experimental; urgency=low
287   * new upstream release candidate.
289  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
291 git (1:1.7.8~rc2-1) experimental; urgency=low
293   [ Jonathan Nieder ]
294   * new upstream release candidate.
295   * merge branch debian-sid.
296   * update debian/copyright.
297   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
298     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
299     closes: #645009).
301   [ Gerrit Pape ]
302   * merge branch debian-sid.
304  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
306 git (1:1.7.7.3-1) unstable; urgency=low
308   * new upstream point release.
310  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
312 git (1:1.7.7.2-1) unstable; urgency=low
314   * new upstream point release.
315   * debian/rules: add separate build-arch and build-indep targets
316     (thx Roger Leigh for suggesting it through lintian).
317   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
318     generation bug (see #426302).
319   * debian/rules: use dpkg-buildflags to retrieve compiler flags
320     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
322  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
324 git (1:1.7.8~rc0-1) experimental; urgency=low
326   * merge branch debian-sid.
327   * new upstream release candidate.
328     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
329       applied upstream (thx Jonathan Nieder).
331  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
333 git (1:1.7.7.1-1) unstable; urgency=low
335   * new upstream point release.
336   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
337     remove; applied upstream.
339  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
341 git (1:1.7.7-2) unstable; urgency=low
343   [ Jonathan Nieder ]
344   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
345     symlink before changing it to one (thx Євгеній Мещеряков; closes:
346     #645005).
347   * debian/diff:
348     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
349       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
350     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
351     * 0001...0004: new from the upstream 'master' branch:
352       * ident: check /etc/mailname if email is unknown
353       * ident: do not retrieve default ident when unnecessary
354       * init --shared: do not set setgid bit on directories on
355         GNU/kFreeBSD
356       * Makefile: fix permissions of mergetools/ when building from
357         source extracted with permissive umask
358     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
359       Makefile: add a knob to disable hardlinks within bindir and
360       gitexecdir.
361   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
362     closes: #642603).
363   * debian/rules: do not rely on umask to set contrib permissions.
364   * update debian/copyright.
365   * debian/watch, debian/copyright: point to code.google.com for now.
366     The upstream tarballs haven't been added back to kernel.org yet.
367   * debian/changelog.upstream, debian/versions.upstream: include
368     v1.7.6.4.
370   [ Simon Chopin ]
371   * debian/git.postinst: fix fresh install contrib/hooks cleaning
372     (#645005).
374  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
376 git (1:1.7.7-1) unstable; urgency=low
378   * new upstream release.
379   * merge branch debian-experimental.
380   * debian/rules, debian/git.postinst: move contrib hooks from
381     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
382     for backward compatibility (closes: #640949).
384  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
386 git (1:1.7.7~rc1-1) experimental; urgency=low
388   * merge branch debian-sid.
389   * new upstream release candidate.
390   * debian/rules: git: skip directories in /usr/lib/git-core/ and
391     /usr/bin/ when stripping programs.
393  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
395 git (1:1.7.6.3-1) unstable; urgency=low
397   * merge branch debian-experimental.
398   * new upstream point release.
399   * debian/diff:
400     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
401       to provide better error reporting (thx Jonathan Nieder).
402     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
404  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
406 git (1:1.7.6-1) experimental; urgency=low
408   * new upstream release.
409   * debian/diff:
410     * 0012-daemon-check-for-errors...diff: clarify patch description.
411     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
412     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
413       dns_resolve() pass on return value from getaddrinfo.
414     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
415       introduced by this patch when it was added in 1:1.7.6~rc1-1.
416       * use descriptive messages like "Unable to look up
417         git.example.com: Out of memory" to report errors from the
418         resolver, instead of "unable to connect to a socket (success)".
419       * tolerate alias (CNAME) records in the DNS reply for
420         _git._tcp.<host>, instead of confusing them for invalid SRV
421         records and erroring out.
422     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
423       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
425  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
427 git (1:1.7.6~rc2-1) experimental; urgency=low
429   * new upstream release candidate.
431   [ Daniel Baumann ]
432   * add an init.d script for git-daemon (closes: #422139).
433     * debian/control, debian/rules: new package git-daemon-sysvinit;
434       Depends: adduser; Conflicts: git-daemon-run; package git now
435       Suggests and git-all Recommends: git-daemon-run |
436       git-daemon-sysvinit.
437     * debian/git-daemon.init: new; script to start or stop git-daemon.
438     * debian/git-daemon.default: new; provide some default settings and
439       disable the daemon by default on first installation.
440     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
441       started.
442     * debian/git-daemon-sysvinit.conffiles: new; treat
443       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
444     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
445       user; register and invoke init script to start git-daemon.
446     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
447     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
449   [ Jonathan Nieder ]
450   * debian/diff/:
451     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
452       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
453       kfreebsd).
454     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
455     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
456       new; daemon: check for errors when retrieving IP address for use
457       by the --interpolated-path feature.
459  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
461 git (1:1.7.6~rc1-1) experimental; urgency=low
463   * new upstream release candidate.
464   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
465     teach the git client to pay attention to SRV records (thx Julien
466     Cristau; closes: #627839).
467   * debian/rules: add USE_SRV_RR=1 to OPTS.
468   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
469     DOC_OPTS.
471  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
473 git (1:1.7.5.4-1) unstable; urgency=low
475   * new upstream point release.
477   [ Gerrit Pape ]
478   * debian/changelog.upstream, debian/versions.upstream: update upstream
479     changelog.
481   [ Jonathan Nieder ]
482   * debian/changelog.upstream.sh: use set -e.
483   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
484     socket so the server can restart without waiting for old connections
485     to time out (thx Daniel Kahn Gillmor; closes: #609405).
486   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
487     service, even if there is an active connection using it, before
488     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
489     #627314).
491  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
493 git (1:1.7.5.3-1) unstable; urgency=low
495   * new upstream point release.
496   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
497     remove; included upstream.
498   * debian/control: Package: git-cvs: make cvs dependency unversioned;
499     Package: git-gui: make tk dependency unversioned (thx Jonathan
500     Nieder).
502  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
504 git (1:1.7.5.1-1) unstable; urgency=low
506   * new upstream point release.
507   * merge branch debian-experimental.
508   * debian/diff/:
509     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
510       remove; applied upstream.
511     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
512       0010-*.
513     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
514       from upstream; tests: check that the add -p split-and-edit bug
515       has not resurfaced.
516   * debian/control: package git: no longer Conflicts: but Breaks:
517     git-core from Debian 5.0 (lenny) to simplify the upgrade path
518     (thx Russ Allbery for suggesting it through lintian).
519   * debian/control: package git: Conflicts: git-core from
520     Debian 4.0 (etch) which provided /usr/bin/git through the
521     alternatives system.
522   * debian/control: Standards-Version: 3.9.2.0.
524  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
526 git (1:1.7.5-1) experimental; urgency=low
528   * new upstream release.
529   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
530     new from upstream; upload-pack: start pack-objects which reads
531     pack_pipe before writing to it to avoid deadlock (closes:
532     #607346).
533   * debian/changelog.upstream, debian/versions.upstream: do not skip
534     versions not packaged for Debian (thx Gerrit Pape).
536  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
538 git (1:1.7.5~rc3-1) experimental; urgency=low
540   * new upstream release candidate.
541   * merge branch debian-sid.
542   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
543     remove; applied upstream.
545  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
547 git (1:1.7.4.4-1) unstable; urgency=low
549   * new upstream point release.
550   * debian/diff/0008...0064: remove; applied upstream.
551   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
552     upstream; add -p: do not error out for attempts to stage hunks
553     after splitting and editing them.  This fixes a regression
554     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
555     already patched, 2011-03-04).
556   * debian/git-doc.doc-base.git-index-format: new; catalog
557     .git/index file format document.
558   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
559     don't use dpkg-maintscript-helper, avoiding a dependency on
560     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
561   * debian/git-daemon-run.postrm: terminate the git-daemon/log
562     service before deleting the gitlog user (closes: #610099).
564  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
566 git (1:1.7.4.1-5) unstable; urgency=low
568   * merge branch debian-experimental.
569   * debian/diff/0008...0064: new from the upstream 'maint' branch:
570     (see RelNotes/1.7.4.2.txt for details)
571     * revert "core.abbrevguard: Ensure short object names stay
572       unique a bit longer"
573     * parse_tag_buffer(): do not prefixcmp() out of range
574     * pull: do not display fetch usage on --help-all
575     * gitweb: address warnings from perl 5.13
576     * gitweb: replace tabs with spaces when highlighting syntax
577     * merge: honor prepare-commit-msg hook
578     * diff: handle diffstat of rewritten binary files
579     * config: add "[push] default = upstream" synonym for
580       "[push] default = tracking"
581     * diffcore: properly honor the difference between -M and -C
582     * diffcore: improve similarity heuristics for rename detection
583     * patch-id: do not trip over "no newline" marker
584     * various documentation, usage string, and code clarity
585       improvements
587  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
589 git (1:1.7.4.1-4) experimental; urgency=low
591   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
592     symlink before changing it to one (closes: #617631).
593   * git-el.postinst: remove spurious .../contrib/emacs.old and
594     /usr/share/git-core/emacs/emacs symlinks.
595   * package git: do not run emacs-package-remove on upgrade (it's not
596     needed).
597     - git.postinst: do not run "emacs-package-remove git".
598     - debian/control: git no longer Depends: emacsen-common (closes:
599       #617784).
600   * git-el.emacsen-install, git-el.emacsen-remove:
601     - use printf instead of echo.
602     - only remove the lisp (.el) and bytecode (.elc) files that we
603       install.
604     - make output less noisy --- for example, do not say "+ set +x".
606  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
608 git (1:1.7.4.1-3) unstable; urgency=low
610   [ Anders Kaseorg ]
611   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
612     lucid.
614   [ Jonathan Nieder ]
615   * README.emacs: git-blame.el does not print a summary in the echo
616     area (documents: #611935).
617   * Move emacs support files to a separate git-el package.
618   * Make git depend on emacsen-support, so it can reliably clean up
619     the old emacs support files on upgrade (closes: #614578)
620   * git-el.emacsen-install: Overwrite .el symlinks if they already
621     exist (closes: #614659).
622   * git-el.emacsen-remove: Do not complain if the site-lisp
623     directory is nonempty or is already missing.
624   * debian/control: git-man: Section: doc.
626  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
628 git (1:1.7.4.1-1) unstable; urgency=low
630   * new upstream release (closes: #600566, #575917, #578752, #583693,
631     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
632     #577471, #607044, #606975, #610423, #610481).
634   [ Anders Kaseorg ]
635   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
636   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
637     not error out when git version number contains "-rc".
639   [ Jonathan Nieder ]
640   * add myself as uploader.
641   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
642   * debian/rules: accept patches with .patch suffix, too (thx Anders
643     Kaseorg).
644   * debian/rules: use patch -N -r- so patch application is idempotent.
645   * update debian/copyright.
646   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
647     gethostbyname when mailname is not an fqdn (closes: #611608).
648   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
649     fonts by default.  The appearance for users that already have a
650     generated ~/.gitk file is not affected (closes: #466471).
651   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
652     in "All fields" search (thx Frédéric Brière, closes: #465776).
653   * debian/control: git-cvs: recommend cvs2git for one-time conversions
654     (closes: #585725).
655   * debian/control: git-core: explain that it still may be needed (thx
656     Denis Laxalde).
657   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
658     CGI implementation (thx Ivan Shmakov).
659   * debian/control, debian/rules: new architecture-independent package
660     git-man: manual pages that were previously in the main git package.
661   * debian/rules: do not build documentation on autobuilders (closes:
662     #499002).
663   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
664   * debian/rules: git-gui: install git-gui--askpass helper to
665     /usr/lib/git-core (closes: #598245).
666   * debian/rules: git-doc: install symlink to html documentation in
667     /usr/share/doc/git (thx Ian Jackson).
668   * debian/watch: new; point to upstream sources.
669   * debian/implicit: create DEBIAN/md5sums with correct permissions.
670   * debian/diff/0003-remove-shebang...diff: new; do not start shell
671     libraries with #!/bin/sh.
672   * debian/rules: do not try to strip scripts even if they begin
673     with "# " in place of "#!".
674   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
675     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
676     from treating documentation as code.
677   * debian/implicit: check for debian/$pkg.doc-base.$docid.
678   * debian/git-doc.doc-base.*: new; catalog provided documentation.
679   * debian/implicit: check for debian/$pkg.lintian-overrides.
680   * debian/git.lintian-overrides: new; document some deviations from
681     lintian guidelines.
682   * debian/control: Standards-Version: 3.9.1.0.
684   * debian/git.README.Debian: server logs go in /var/log/apache2.
685   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
686   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
687     needed.
688   * debian/rules, debian/control: move gitweb script to the main git
689     package for use by instaweb; make gitweb into a configuration
690     package.
691   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
692     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
693   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
694   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
695   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
696     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
698   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
699     debian/git.prerm: put emacs support files in /usr/share/git-core
700     instead of /usr/share/doc/git/contrib.
701   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
702     README.source and README.Debian.
703   * debian/git.README.emacs: new; introduction to the emacs support
704     (text taken from contrib/emacs/README).
706   [ Kevin Ryde ]
707   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
708     debian/git.prerm: Make M-x git-status and git-blame modes available
709     with emacs23 (closes: #576887).
711  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
713 git (1:1.7.2.3-2.2) unstable; urgency=medium
715   * Non-maintainer upload.
716   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
717     upstream: gitweb: do not parrot filenames or other arguments given
718     in a request without proper quoting (closes: #607248,
719     CVE-2010-3906).
721  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
723 git (1:1.7.2.3-2.1) unstable; urgency=low
725   * Non-maintainer upload.
726   * debian/diff/0010...0033: new from the upstream 'maint' branch:
727     * cache_tree_free: Fix small memory leak.
728     * diff.c: call regfree to free memory allocated by regcomp.
729     * gitweb: allow configurations that change with each request
730       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
731     * Documentation: 19 formatting fixes (thx Frédéric Brière,
732       closes: #540001, #600422).
733     * setup: make sure git dir path is in a permanent buffer.
734     * do not depend on signed integer overflow.
735   * debian/control: gitweb: weaken dependencies to allow configurations
736     using mod_perl or fastcgi rather than CGI; explain dependencies in
737     the package description (thx Servilio Afre Puentes,
738     closes: #600413).
740  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
742 git (1:1.7.2.3-2) unstable; urgency=low
744   * merge branch debian-experimental.
745   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
747  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
749 git (1:1.7.2.3-1) experimental; urgency=low
751   * new upstream release.
752     * post-receive-email: document command-line mode (closes: #428413).
753     * add-interactive: Clarify “remaining hunks in the file”
754       (closes: #526014).
755     * rebase -i -p: document shortcomings (closes: #532775).
756     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
757     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
758       closes: #546733, #572847).
759     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
760       closes: #578908).
761   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
762     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
763     applied upstream.
764   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
765     prevent gitweb from serving rename patches that GNU patch 2.6.1
766     cannot apply.
767   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
768     install gitweb.css et al in /usr/share/gitweb, not a new static/
769     subdirectory.
770   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
771     upstream; do not unquote + into space character in URLs.
772   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
773     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
774   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
775     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
776   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
777     instaweb: ignore /etc/gitweb.conf;
778     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
779     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
780     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
781     Kleine-König, closes: #592733).
782   * update debian/copyright.
783   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
784     install gitweb.js, add an Alias for it to the VirtualHost example,
785     and configure gitweb to look for it in the right place (closes:
786     #555047).
787   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
788   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
789     #559890).
790   * debian/gitweb.conf: use relative links for gitweb.css et al
791     (thx Alban Browaeys, closes: #568343).
792   * debian/control: package git: no longer Conflicts: git
793     (<< 4.3.20-11).
794   * debian/control: package git: Breaks: packages from Debian 5.0
795     (lenny) relying on removed features such as dashed-form commands in
796     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
797     Breaks: ancient qgit for the same reason.
798   * debian/gitweb.README.Debian: copy-edit.
799   * debian/git.README.Debian: retitle to "Git for Debian" (thx
800     Christoph Anton Mitterer, closes: #590129).
801   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
802   * debian/control: package git no longer Depends: libdigest-sha1-perl
803     (thx Ansgar Burchardt, closes: #591039).
804   * debian/control: Build-Depends: libio-pty-perl for better test
805     coverage.
807  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
809 git (1:1.7.1-1.1) unstable; urgency=high
811   * Non-maintainer upload.
812   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
813     new, cherry-picked from 3c9d041: setup: Check size of path buffer
814     before writing into it (closes: #590026, CVE-2010-2542).
816  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
818 git (1:1.7.1-1) unstable; urgency=low
820   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
821     remove; obsolete.
822   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
823     new; git-submodule.sh: properly initialize shell variables (closes:
824     #569594).
825   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
826     test.
827   * new upstream release.
828   * merge branch debian-experimental.
830  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
832 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
834   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
835     remove; more archs are affected (additionally hppa, armel).
836   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
837     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
838     --init'.
840  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
842 git (1:1.7.0.5-1) unstable; urgency=low
844   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
845     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
846     (closes: #578298).
847   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
848     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
849     test (workaround: #569594).
850   * debian/control: no longer Replaces, Conflicts: git-completion (thx
851     Jonathan Nieder, closes: #577730).
852   * new upstream point release.
853   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
855  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
857 git (1:1.7.1~rc1-1.1) experimental; urgency=low
859   * debian/control: typo (thx Jonathan Nieder).
860   * debian/git-daemon-run.postinst: remove fixup for #522348.
862  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
864 git (1:1.7.1~rc1-1) experimental; urgency=low
866   * new upstream release candidate.
867   * merge branch debian-sid.
869  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
871 git (1:1.7.0.4-2) unstable; urgency=low
873   * debian/rules: package git: no longer install /usr/share/doc/git-core
874     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
875     symlink (closes: #576906).
876   * debian/control: package git: Replaces:, Conflicts: git-core (<=
877     1:1.7.0.4-1).
878   * debian/rules: make /usr/share/gitweb/index.cgi ->
879     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
880   * debian/control: package git-core: minor update to the long
881     description.
882   * debian/git.README.source: add note about the <debian-package-git>
883     mailing list.
884   * debian/rules: target binary-indep: add missing dependency to
885     git-core.deb-DEBIAN.
886   * debian/implicit: no longer create DEBIAN/md5sums.
887   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
888     (keeping upstream's default).
890  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
892 git (1:1.7.0.4-2~exp0) experimental; urgency=low
894   [ Gerrit Pape ]
895   * debian/control, debian/rules, debian/git-core.*: change source and
896     binary package name from git-core to git; keep now obsolete empty
897     git-core package that depends on git for upgrade (see
898     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
899   * debian/control: package git: Replaces: git-core, Conflicts: git-core
900     (<= 1:1.7.0.3-1), Provides: git-core.
901   * debian/git.NEWS.Debian: talk about the package name change, and the
902     possible hazzle when upgrading with GNU Interactive Tools installed
903     since etch and no git-core installed.
904   * debian/control, debian/rules: new package git-all: dummy package
905     which brings in all subpackages (following upstream's RPMs).
907   [ Jonathan Nieder ]
908   * debian/git.README.source: adjust for the package name change.
909   * debian/rules: install symbolic link git -> git-core in /usr/lib
910     to simplify upgrades.
911   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
912     the path to the git-daemon binary.
914  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
916 git-core (1:1.7.0.4-1) unstable; urgency=low
918   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
919     service is already removed; use -f option to userdel, on fast-purge
920     the log service daemon might still run for a short time (closes:
921     #575434).
922   * new upstream point release.
924  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
926 git-core (1:1.7.0.3-1) unstable; urgency=low
928   * debian/control: Standards-Version: 3.8.4.0.
929   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
930   * new upstream point release.
932  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
934 git-core (1:1.7.0.2-1) unstable; urgency=low
936   * new upstream point release.
938     [ Jonathan Nieder ]
939     * am: remove rebase-apply directory before gc (thx Mark Brown,
940       closes: #570966).
941     * git-imap-send: Convert LF to CRLF before storing patch to draft box
942       (closes: #572598).
943     * sha1_file: be paranoid when creating loose objects (closes:
944       #569505).
946  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
948 git-core (1:1.7.0-1) unstable; urgency=low
950   * debian/git-core.README.source: typos.
951   * new upstream release.
952     * Documentation: Update git core tutorial clarifying reference to
953       scripts (closes: ##560795).
954   * merge branch debian-experimental.
956  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
958 git-core (1:1.7.0~rc2-1) experimental; urgency=low
960   * new upstream release candidate.
962  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
964 git-core (1:1.7.0~rc1-1) experimental; urgency=low
966   * new upstream release candidate.
967   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
968     remove; applied upstream.
969   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
970     Python module will require more work.
971   * update debian/copyright (closes: #557065).
972   * debian/rules: set prefix=/usr when building man pages (closes:
973     #567404).
975  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
977 git-core (1:1.6.6.2-1) unstable; urgency=medium
979   * new upstream point release.
980   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
981     remove; applied upstream.
982   * debian/rules: stop ignoring test suite failures on ia64, since
983     #563882 has been fixed.  Build-Depends: and Depends:
984     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
985   * update debian/copyright (closes: #557065).
986   * debian/rules: set prefix=/usr when building man pages (closes:
987     #567404).
989  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
991 git-core (1:1.6.6.1-1) unstable; urgency=low
993   [ Gerrit Pape ]
994   * new upstream point release.
995     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
996       closes: #476604).
997   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
998     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
999     build/selftest failure if the build directory pathname contains a +).
1000   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1001     work out of the box with Apache (thx Charles Plessy).
1002   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1003     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1004     #497809).
1005   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1007   [ Jonathan Nieder ]
1008   * debian/rules: ignore test suite failures on ia64 (workaround:
1009     #563882).
1011  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1013 git-core (1:1.6.6-1) unstable; urgency=low
1015   * new upstream release.
1017  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1019 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1021   * new upstream release candidate.
1022   * merge branch debian-sid.
1024  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1026 git-core (1:1.6.5.7-1) unstable; urgency=low
1028   * new upstream point release.
1030  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1032 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1034   * merge branch debian-sid.
1035   * new upstream release candidate.
1037  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1039 git-core (1:1.6.5.4-1) unstable; urgency=low
1041   * new upstream point release.
1043  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1045 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1047   * new upstream release candidate.
1048   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1049     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1050     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1051     remove; obsolete.
1052   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1053     OPTS.
1055  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1057 git-core (1:1.6.5.3-1) unstable; urgency=low
1059   [ Tanguy Ortolo ]
1060   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1061     document that git-daemon is not provided by this package; add hint
1062     on how to enable git-daemon through inetd(8) (closes: #554215).
1064   [ Jonathan Nieder ]
1065   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1066     #555039).
1067   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1068   * debian/rules: allow clean as non-root (closes: #555041).
1069   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1070     #555051).
1071   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1073   [ Gerrit Pape ]
1074   * new upstream point release.
1075     * ls-files: unbreak "ls-files -i" (closes: #553296).
1076     * Require a struct remote in transport_get(); Allow curl helper to
1077       work without a local repository (closes: #553507).
1078     * help -a: do not unnecessarily look for a repository (closes:
1079       #539273).
1080     * thx Jonathan Nieder.
1082  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1084 git-core (1:1.6.5.2-1) unstable; urgency=low
1086   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1087     #530693).
1088   * new upstream point release.
1089     * grep: do not segfault when -f is used (closes: 551071).
1091  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1093 git-core (1:1.6.5-1) unstable; urgency=low
1095   * new upstream release.
1096     * git-doc: html no longer uses "{plus}" where it should be "+"
1097       (closes: #529255).
1098   * debian/git-core.README.source: new; document how to use the
1099     Debian package source.
1100   * debian/implicit: update to revision 60d9070.
1102  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1104 git-core (1:1.6.4.3-1) unstable; urgency=low
1106   * new upstream release (closes: #546709).
1107     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1108       (closes: #536067).
1109   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1110     Anders Kaseorg; closes: #546499).
1112  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1114 git-core (1:1.6.3.3-2) unstable; urgency=low
1116   [ Anders Kaseorg ]
1117   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1118     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1119     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1120     (closes: #530693, #521954, #533320).
1122   [ Gerrit Pape ]
1123   * debian/control: Standards-Version: 3.8.2.0.
1125  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1127 git-core (1:1.6.3.3-1) unstable; urgency=high
1129   * new upstream point release.
1130     * daemon: Strictly parse the "extra arg" part of the command
1131       (closes: #532935; CVE-2009-2108).
1132   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1133   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1134     remove; obsolete.
1136  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1138 git-core (1:1.6.3.1-1) unstable; urgency=low
1140   * new upstream point release.
1142  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1144 git-core (1:1.6.3-1) unstable; urgency=low
1146   * new upstream release.
1147   * merge branch debian-experimental.
1149  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1151 git-core (1:1.6.3~rc3-1) experimental; urgency=low
1153   * new upstream release candidate.
1155  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
1157 git-core (1:1.6.3~rc1-1) experimental; urgency=low
1159   * new upstream release candidate.
1160   * merge branch debian-sid.
1162  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
1164 git-core (1:1.6.2.4-1) unstable; urgency=low
1166   * new upstream point release.
1168  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
1170 git-core (1:1.6.3~rc0-1) experimental; urgency=low
1172   * new upstream release candidate.
1173   * merge branch debian-sid.
1175  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
1177 git-core (1:1.6.2.3-1) unstable; urgency=low
1179   * new upstream point release.
1180   * debian/control: Standards-Version: 3.8.1.0.
1181   * debian/control: change subversion to Subversion in description.
1182   * debian/control: Section: vcs (except for git-doc).
1184  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
1186 git-core (1:1.6.2.2-1) unstable; urgency=low
1188   * new upstream point release.
1189   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1190     new; Makefile: do not install cross-directory hardlink (thx Jonathan
1191     Nieder, closes: #520116).
1192   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
1193     'git daemon' (closes: #522348).
1194   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
1195     #522348.
1196   * debian/git-core.emacsen-startup: remove the line
1197     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
1199  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
1201 git-core (1:1.6.2.1-1) unstable; urgency=low
1203   * new upstream point release.
1204   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
1205     (closes: #519728).
1207  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
1209 git-core (1:1.6.2-1) unstable; urgency=medium
1211   * new upstream release.
1212   * merge branch debian-experimental.
1213   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
1214     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1215     remove; applied upstream.
1217  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
1219 git-core (1:1.6.2~rc2-1) experimental; urgency=low
1221   * merge branch debian-sid.
1222   * new upstream release candidate.
1224  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
1226 git-core (1:1.6.1.3-2) unstable; urgency=high
1228   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
1229     new from upstream git: Install builtins with the user and group of
1230     the installing personality.
1231   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1232     new from upstream git: git-quiltimport: preserve standard input to
1233     be able to read user input (closes: #515910).
1235  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
1237 git-core (1:1.6.2~rc1-1) experimental; urgency=low
1239   * new upstream release candidate.
1240   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
1241     Documentation/RelNotes* from git-doc to the git-core package
1242     (closes: #514866).
1244  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
1246 git-core (1:1.6.2~rc0-1) experimental; urgency=low
1248   * new upstream release candidate.
1249   * merge branch debian-sid.
1251  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
1253 git-core (1:1.6.1.3-1) unstable; urgency=low
1255   * new upstream point release.
1257  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
1259 git-core (1:1.6.1.2-1) experimental; urgency=low
1261   * new upstream release.
1262     * don't fail to clone over http if connection is rate limited
1263       (closes: #512795).
1264     * git svn info no longer fails (closes: #499243).
1265   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
1266     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
1267     for the patch, closes: #497883).
1268   * merge branch debian-lenny.
1269   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1270     remove; fixed upstream.
1272  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
1274 git-core (1:1.5.6.5-3) unstable; urgency=high
1276   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
1277     /usr/bin/sv (closes: #511687).
1278   * debian/git-daemon-run.README.Debian: document how to create the
1279     symlink manually to have an LSB compatible /etc/init.d/git-daemon
1280     interface to control the service.
1282  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
1284 git-core (1:1.6.0.6-1) experimental; urgency=low
1286   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
1287     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
1288   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
1289     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
1290     Gerasiov, closes: #506445).
1291   * new upstream point release (closes: #504641).
1292     * gitweb: do not run "git diff" that is Porcelain.
1294  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
1296 git-core (1:1.5.6.5-2) unstable; urgency=high
1298   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1299     new; fix possible gitweb vulnerability: calling "git diff": Jakub
1300     says that legacy-style URI to view two blob differences are never
1301     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
1302     the gitweb, which is a no-no.  It can trigger diff.external command
1303     that is specified in the configuration file of the repository being
1304     viewed.
1306  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
1308 git-core (1:1.6.0.4-1) experimental; urgency=low
1310   * new upstream point release.
1311   * debian/control: git-email: minor update to the long description
1312     (thx Gerfried Fuchs, closes: #501559).
1313   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
1314   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
1315     tk8.5 (thx Adeodato Simó, closes: #503113).
1316   * debian/rules: move the /usr/bin/git-cvsserver program into the
1317     git-cvs package.
1319  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
1321 git-core (1:1.6.0.3-1) experimental; urgency=low
1323   * debian/control: minor update to long descriptions (thx Reuben
1324     Thomas, closes: #499065).
1325   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
1326     file (thx Jari Aalto, closes: #472197).
1327   * debian/rules: install emacsen-startup configuration file into the
1328     git-core package (thx Eddy Mulyono, closes: #446027).
1329   * new upstream point release.
1330   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
1332  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
1334 git-core (1:1.6.0.2-1) experimental; urgency=low
1336   * new upstream point release.
1337   * debian/git-core.NEWS.Debian: new; mention that most of the programs
1338     now are installed outside the default $PATH; the "git-xyzzy" form
1339     in scripts and on the command line is no longer supported in 1.6.0.
1340   * debian/git-core.README.Debian: fix paths in config example (thx
1341     Michael Biebl for the patch, closes: #498741).
1342   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
1343     patch, closes: #496834).
1345  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
1347 git-core (1:1.6.0.1-1) experimental; urgency=low
1349   * new upstream point release (closes: #496155).
1350   * merge branch debian-sid.
1352  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
1354 git-core (1:1.6.0-1) experimental; urgency=low
1356   * new upstream release.
1357     * svnimport: newer libsvn wants us to ask for the root with "",
1358       not "/" (closes: #492522, #490400).
1359     * Keep some git-* programs in $(bindir); Move all dashed-form
1360       commands to libexecdir (closes: #461212).
1361     * bash: Add more option completions for 'git log' (closes:
1362       #490220).
1363     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1364       in git diff; Fix buffer overflow in git-grep (closes: #494097).
1365   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
1366     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
1367     Jonathan Nieder for the patch, closes: #494505).
1368   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
1369     several paths (thx Jonathan Nieder for a patch, closes: #480396).
1370   * debian/gitweb.NEWS.Debian: new; talk about files moved from
1371     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
1372   * debian/git-daemon/run: run git daemon instead of git-daemon
1373     (dash-less form).
1374   * debian/git-daemon-run.postinst: add gitdaemon system user.
1375   * debian/git-daemon/run: utilize chpst to run git daemon as user
1376     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
1378  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
1380 git-core (1:1.5.6.5-1) unstable; urgency=high
1382   * new upstream point release.
1383     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1384       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
1385       closes: #494097).
1386   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
1388  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
1390 git-core (1:1.5.6.3-1.1) unstable; urgency=high
1392   * Non-maintainer upload by the Security Team.
1393   * Fix various stack-based buffer overflows when processing overly long
1394     repository pathnames which can be exploited to execute arbitrary code if
1395     a victim is tricked into using git-grep or git-diff on a crafted
1396     repository (CVE-2008-3546; Closes: #494097).
1398  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
1400 git-core (1:1.5.6.3-1) unstable; urgency=low
1402   * new upstream point release.
1403   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1404     remove; applied upstream (opens: #490400).
1405   * debian/control: Standards-Version: 3.8.0.1.
1407  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
1409 git-core (1:1.5.6.2-1) unstable; urgency=low
1411   * new upstream point release (closes: #489431).
1412   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
1413     machine-readable format; clarify some license information (thx,
1414     closes: #488351).
1415   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
1416     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
1417     #479479).
1418   * debian/control: package git-arch: no longer Suggests: bazaar
1419     (closes: #486726).
1420   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1421     new; git-svn.perl: workaround assertions in svn library 1.5.0
1422     (closes: #489108).
1424  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
1426 git-core (1:1.5.6-1) unstable; urgency=low
1428   * new upstream release.
1429   * merge branch debian-experimental.
1431  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
1433 git-core (1:1.5.6~rc3-1) experimental; urgency=low
1435   * debian/git-daemon-run.postrm: remove log files on purge.
1436   * new upstream release candidate.
1437   * debian/control: package git-core: no longer Depends: cpio, no
1438     longer Recommends: curl.
1440  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
1442 git-core (1:1.5.6~rc2-1) experimental; urgency=low
1444   * new upstream release candidate.
1445   * merge branch debian-sid.
1446   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
1448  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
1450 git-core (1:1.5.5.4-1) unstable; urgency=low
1452   * new upstream point release.
1453   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
1454     breakage (thx Jonathan Nieder, closes: #476634).
1455   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
1456     Nieder).
1458  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
1460 git-core (1:1.5.6~rc1-1) experimental; urgency=low
1462   * new upstream release candidate.
1463     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
1464       477393).
1465     * gitweb: Fix "next" link on bottom of page (closes: #481902).
1466   * merge branch debian-sid.
1467   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
1469  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
1471 git-core (1:1.5.5.3-1) unstable; urgency=low
1473   * new upstream point release.
1474     * commit --interactive: properly update the index before commiting
1475       (closes: #480429).
1476   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1477     remove; applied upstream.
1478   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
1479     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
1480     (closes: #477337).
1482  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
1484 git-core (1:1.5.6~rc0-1) experimental; urgency=low
1486   * merge branch debian-sid.
1487   * new upstream release candidate.
1488   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
1489     remove; fixed upstream.
1490   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1491     remove; applied upstream.
1493  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
1495 git-core (1:1.5.5.2-1) unstable; urgency=low
1497   * new upstream point release.
1498     * diff-options.txt: document the new "--dirstat" option (closes:
1499       #476437).
1500   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1501     new: git-bisect.sh: don't accidentally override existing branch
1502     "bisect" (closes: #478647).
1504  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
1506 git-core (1:1.5.5.1-1) unstable; urgency=low
1508   * new upstream point release.
1510  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
1512 git-core (1:1.5.5-1) unstable; urgency=low
1514   * new upstream release.
1515     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
1516     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
1517       (closes: #469083).
1518   * merge branch debian/experimental.
1520  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
1522 git-core (1:1.5.5~rc3-2) experimental; urgency=low
1524   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1525     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
1527  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
1529 git-core (1:1.5.5~rc3-1) experimental; urgency=low
1531   * new upstream release candidate.
1532   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1533     new: gitweb: fallback to system-wide config file if default config does
1534     not exist (closes: #450592).
1535   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
1537  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
1539 git-core (1:1.5.5~rc2-1) experimental; urgency=low
1541   * new upstream release candidate.
1542     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
1543       (closes: #471969).
1544     * imap-send: properly error out if imap.host is not set in config
1545       (closes: #472632).
1546   * merge branch debian-sid.
1548  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
1550 git-core (1:1.5.4.5-1) unstable; urgency=low
1552   * new upstream point release (closes: #473071).
1554  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
1556 git-core (1:1.5.5~rc1-1) experimental; urgency=low
1558   * new upstream release candidate.
1560  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
1562 git-core (1:1.5.5~rc0-1) experimental; urgency=low
1564   * new upstream release candidate.
1565     * git-pull documentation: warn about the option order (closes: #463853).
1566     * hash-object: cleanup handling of command line options (closes:
1567       #464432).
1568   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1569     remove; applied upstream.
1571  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
1573 git-core (1:1.5.4.4-1) unstable; urgency=low
1575   * new upstream point release.
1576     * templates/Makefile: don't depend on local umask setting (closes:
1577       #467518).
1578     * Fix random crashes in http_cleanup() (closes: #468836).
1579     * send-email: fix In-Reply-To regression (closes: #468153).
1580     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
1581       options (closes: #468568).
1583  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
1585 git-core (1:1.5.4.3-1) unstable; urgency=low
1587   * new upstream point release.
1588     * git-clone.sh: properly configure remote even if remote's head is
1589       dangling (closes: #466581).
1590   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1591     new: from upstream master: gitk: properly deal with tag names containing /
1592     (slash) (closes: #464104).
1593   * debian/git-daemon-run.postrm: adapt paths in /var/.
1595  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
1597 git-core (1:1.5.4.2-2) unstable; urgency=low
1599   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
1600     subdirectories, update-service now takes care of this.
1601   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
1602     upgrade from <= 1.5.4.2-1.
1604  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
1606 git-core (1:1.5.4.2-1) unstable; urgency=low
1608   * new upstream point release.
1609     * cvsimport: have default merge regex also match beginning of commit
1610       message (thx Frédéric Brière, closes: #463468).
1611     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
1612       #464656).
1613   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
1614   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
1615     (closes: #456423).
1616   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
1617     debian/git-daemon-run.prerm: use runit's update-service program to
1618     add/remove the git daemon service, instead of dealing with symlinks in
1619     /var/service/ directly.
1620   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
1621     version that provides the update-service program).
1623  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
1625 git-core (1:1.5.4.1-1) unstable; urgency=medium
1627   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
1628     closes: #463896).
1629   * new upstream point release.
1631  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
1633 git-core (1:1.5.4-1) unstable; urgency=low
1635   * merge branch debian-experimental.
1636   * new upstream release.
1637   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
1638     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
1639     #463732).
1640   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
1641     on test failures.
1643  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
1645 git-core (1:1.5.4~rc5-1) experimental; urgency=low
1647   * new upstream release candidate.
1649  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
1651 git-core (1:1.5.4~rc4-1) experimental; urgency=low
1653   * new upstream release candidate.
1654   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1655     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
1656   * debian/rules: install /usr/share/gitk/ into the gitk package, not
1657     git-core.
1659  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
1661 git-core (1:1.5.4~rc3-1) experimental; urgency=low
1663   * merge branch debian-sid.
1664   * new upstream release candidate.
1665     * "git pull --tags": error out with a better message (closes: #456035).
1666     * gitk: use user-configured background in view definition dialog
1667       (closes: #457124).
1668   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
1670  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
1672 git-core (1:1.5.3.8-1) unstable; urgency=low
1674   * debian/control: for all packages: Suggests: git-doc instead of
1675     Recommends: (thx Andrew Moise, closes: #455369).
1676   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
1677   * new upstream point release.
1679  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
1681 git-core (1:1.5.4~rc2-1) experimental; urgency=low
1683   * new upstream release candidate.
1684     * shortlog manpage documentation: work around asciidoc markup issues
1685       (closes: #447911).
1686     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
1688  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
1690 git-core (1:1.5.4~rc1-1) experimental; urgency=low
1692   * new upstream release candidate.
1693     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
1694       type (closes: #435610).
1696  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
1698 git-core (1:1.5.4~rc0-1) experimental; urgency=low
1700   * new upstream release candidate.
1701     * build with correct version information (on amd64, closes: #454935,
1702       #454408).
1703     * git-reset: add -q option to operate quietly (closes: #444933).
1704     * gitk: disable colours when calling git log (closes: #454420).
1705     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
1706       #447325, #447965, #451037).
1707     * git-commit: allow grouping of short options (closes: #407241).
1708   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
1709     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
1710     applied upstream.
1711   * debian/rules: install git-gui's lib/ directory plus subdirectory
1712     properly.
1713   * debian/control: Build-Depends: gettext.
1715  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
1717 git-core (1:1.5.3.7-1) unstable; urgency=low
1719   * new upstream point release.
1720   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
1721     cache DESTDIR in perl/perl.mak (#452077).
1722   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
1723     again, this is now handled through debian/diff/0005 (thx Pierre
1724     Habouzit, #452077).
1726  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
1728 git-core (1:1.5.3.6-1.1) unstable; urgency=low
1730   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
1731     preventing people from installing git, I took the initiative to fix it
1732     before his return.
1733   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
1734     that remembers our DESTDIR and makes perl modules be installed in
1735     debian/git-core/ in the install-indep target again
1736     (closes: #452077, #452078, #452080, #452111, #452324).
1738  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
1740 git-core (1:1.5.3.6-1) unstable; urgency=low
1742   * debian/implicit: add proper dependencies to support 'parallel build'
1743     through make -j (thx Daniel Schepler for the patch).
1744   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
1745     the selftests.
1746   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1747     new; check /etc/mailname if author email is unknown (closes: #448655).
1748   * debian/gitweb.docs: new; install gitweb/README.
1749   * new upstream point release.
1750     * git-cvsimport: really convert underscores in branch names to dots with
1751       -u (closes: #446495).
1752     * git-mailsplit: with maildirs not only process cur/, but also new/
1753       (closes: #447396).
1754   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
1755     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
1756     subject prefix configurable (closes: #428418).
1758  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
1760 git-core (1:1.5.3.5-1) unstable; urgency=low
1762   * new upstream point release.
1763     * git-config: handle --file option with relative pathname properly;
1764       git-config: print error message if the config file cannot be read;
1765       git-config: don't silently ignore options after --list (closes:
1766       #445208).
1768  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
1770 git-core (1:1.5.3.4-1) unstable; urgency=low
1772   * new upstream point release (closes: #445188).
1774  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
1776 git-core (1:1.5.3.3-1) unstable; urgency=low
1778   * new upstream point release.
1780  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
1782 git-core (1:1.5.3.2-1) unstable; urgency=low
1784   * new upstream point release.
1785     * git-svn: fix "Malformed network data" with svn:// servers (closes:
1786       #430091, #436142).
1787     * git-commit: Allow partial commit of file removal (closes: #437817).
1788     * git-gui: lib/index.tcl: handle files with % in the filename properly
1789       (closes: #441167).
1790     * git-clone: improve error message if curl program is missing or not
1791       executable (closes: #440976).
1792   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
1793     'sv restart git-daemon' to restart git-daemon service if it was running.
1794   * debian/control: git-core: no longer Suggests: cogito, which was removed.
1795   * debian/diff/genindex.diff: apply and remove.
1796   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
1797     default (thx Ansgar Burchardt for the patch, closes: 441694).
1799  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
1801 git-core (1:1.5.3.1-1) unstable; urgency=low
1803   * new upstream point release.
1804   * debian/control: git-daemon-run: improve long description (closes:
1805     #440699).
1806   * debian/git-daemon-run.README.Debian: improve.
1807   * debian/control: git-svn: improve long description.
1808   * debian/control: git-cvs: improve long description.
1809   * debian/control: git-core: improve long description (closes: #412560).
1811  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
1813 git-core (1:1.5.3-1) unstable; urgency=low
1815   * merge branch debian-experimental.
1816   * new upstream release.
1817   * debian/control: git-email: move libemail-valid-perl from Depends: to
1818     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
1819   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
1820     Uwe Kleine-Koenig).
1822  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
1824 git-core (1:1.5.3~rc7-1) experimental; urgency=low
1826   * new upstream release candidate.
1827   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1828     remove; included upstream.
1830  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
1832 git-core (1:1.5.3~rc6-1) experimental; urgency=low
1834   * new upstream release candidate.
1835     * git-am: initialize variable $resume on startup (closes: #435807).
1836   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1837     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
1838   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
1839     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
1840     are unset (thx Mike Hommey, closes: #438793).
1841   * merge branch debian-sid.
1843  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
1845 git-core (1:1.5.2.5-2) unstable; urgency=low
1847   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
1849  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
1851 git-core (1:1.5.2.5-1) unstable; urgency=low
1853   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
1854     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
1855   * new upstream point release.
1856   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
1857   * dbian/control: git-core: Depends: cpio (closes: #438057).
1858   * debian/git-core.README.Debian: fix typos (closes: #438932).
1859   * debian/versions.upstream, debian/changelog.upstream: adapt.
1860   * debian/rules, debian/control: install git-completion.bash from contrib as
1861     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
1862     git-completion (closes: #437532, thx Sebastian Harl).
1864  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
1866 git-core (1:1.5.3~rc4-1) experimental; urgency=low
1868   * new upstream release candidate.
1870  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
1872 git-core (1:1.5.3~rc3-1) experimental; urgency=low
1874   * new upstream release candidate.
1875   * debian/versions.upstream, debian/changelog.upstream: adapt.
1877  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
1879 git-core (1:1.5.3~rc2-1) experimental; urgency=low
1881   * new upstream release candidate.
1882   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
1883     remove; obsolete.
1884   * debian/control, debian/rules: remove git-p4 package again, moved into
1885     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
1886   * debian/versions.upstream, debian/changelog.upstream: adapt.
1888  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
1890 git-core (1:1.5.3~rc1-1) experimental; urgency=low
1892   * new upstream release candidate.
1893     * git-commit: don't add multiple Signed-off-by: from the same identity
1894       (closes: #430851).
1895     * Fix core.sharedRepository = 2 (closes: #432698).
1896   * merge branch debian-sid.
1897   * debian/versions.upstream, debian/changelog.upstream: adapt.
1898   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1899     remove; doesn't apply anymore.
1900   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
1901     new; on upstream advice.
1903  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
1905 git-core (1:1.5.2.4-1) unstable; urgency=low
1907   * new upstream point release.
1908   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
1909     #432560).
1910   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
1911   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1912     remove; merged upstream.
1913   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
1914     (closes: #432812).
1915   * debian/versions.upstream, debian/changelog.upstream: adapt.
1917  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
1919 git-core (1:1.5.3~rc0-1) experimental; urgency=low
1921   * new upstream release candidate.
1922   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
1923   * debian/versions.upstream, debian/changelog.upstream: update.
1924   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
1925     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1926     remove; applied upstream.
1927   * debian/diff/00*.diff: adapt.
1928   * debian/rules: put git-gui, git-citool man pages into package git-gui.
1930  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
1932 git-core (1:1.5.2.3-1) unstable; urgency=low
1934   * new upstream point release.
1935   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
1936     (thx Frank Lichtenheld, closes: #431481).
1937   * debian/versions.upstream, debian/changelog.upstream: update.
1939  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
1941 git-core (1:1.5.2.2-3) unstable; urgency=low
1943   * debian/rules: move /usr/share/git-gui/ from git-core package into
1944     git-gui package (thx Ansgar Burchardt, closes: #430530).
1945   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1946     new; git-cvsimport: force checkout of working tree after initial import
1947     (closes: #430903).
1948   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1949     new; git-gui: properly popup error if gitk should be started but is not
1950     installed (#429810).
1951   * debian/control: git-gui: Recommends: gitk (closes: #429810).
1952   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
1953     (#429389).
1955  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
1957 git-core (1:1.5.2.2-2) unstable; urgency=low
1959   * debian/control: all Architecture: all packages: Depends: git-core (>>
1960     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
1961     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
1962     #430128).
1964  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
1966 git-core (1:1.5.2.2-1) unstable; urgency=low
1968   * new upstream point release.
1969     * Fix typo in remote branch example in git user manual (closes: #427502).
1970   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1971     remove; applied upstream.
1972   * debian/versions.upstream: new; ordered list of upstream versions,
1973     starting with 1.0.0.
1974   * debian/changelog.upstream.sh: new; create changelog.upstream from git
1975     shortlog using debian/versions.upstream.
1976   * debian/changelog.upstream: re-created through changelog.upstream.sh.
1977   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
1978     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
1979     (closes: #429443).
1981  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
1983 git-core (1:1.5.2.1-2) unstable; urgency=low
1985   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1986     new; from upstream master: git-branch --track: fix tracking branch
1987     computation.
1989  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
1991 git-core (1:1.5.2.1-1) unstable; urgency=low
1993   * new upstream point release.
1994     * Create a new manpage for the gitignore format, and reference it
1995       elsewhere (thx Josh Triplett, closes: #427078).
1996   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1997     new; properly resolve ambiguity if argument is both, revision and
1998     filename (closes: #425491).
1999   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2000     transition).
2001   * debian/git-daemon-run.README.Debian: new (#422139).
2002   * debian/control: all Architecture: all packages: Depends: git-core
2003     (= ${source:Version}) instead of (>= ...); this makes it no longer
2004     support binNMUs (closes: #425494, reopens: #423041).
2006  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2008 git-core (1:1.5.2-1) unstable; urgency=low
2010   * merge branch debian-experimental.
2011   * new upstream release.
2012     * gitweb: choose appropriate view for file type if a= parameter missing
2013       (closes: #410465).
2014     * git fetch -q is supported (closes: #423165).
2015   * /usr/bin/git transition (thx Ian Beckwith!).
2016     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2017       upgrading from versions older than 1:1.5.2~rc3-2.
2018     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2019       handle /usr/bin/git alternative through update-alternatives.
2020     * debian/rules: no longer install git program as git-scm.
2022  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2024 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2026   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2027   * debian/control: package git-p4: Section: contrib/devel (closes:
2028     #422755).
2029   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2030     instead of (= ${Source-Version}) (to support binNMUs).
2032  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2034 git-core (1:1.5.1.4-2) unstable; urgency=low
2036   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2037     maint branch 20070514:
2038     * includes git-svn fixes (closes: #423599, #423226).
2039   * deian/rules: reverse order when applying diffs (fix typo).
2040   * debian/control: all Architecture: all packages: Depends: git-core (>=
2041     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2042     closes: #423041).
2044  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2046 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2048   * new upstream release candidate.
2049   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2050     remove; included upstream.
2051   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2052   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2053     git-daemon-run package (#422139).
2055  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2057 git-core (1:1.5.1.4-1) unstable; urgency=medium
2059   * new upstream point release.
2060   * debian/diff/pager-vs-less.diff: rename to
2061     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2062   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2063     new: Optimize directory listing with pathspec limiter (closes: #420671).
2064   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2065     running.
2067  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2069 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2071   * new upstream release candidate.
2073  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2075 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2077   * new upstream release candidate.
2078   * debian/control, debian/rules: new package git-p4: tools for importing
2079     development history from perforce repositories.
2080   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2081     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2082     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2084  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2086 git-core (1:1.5.1.3-1) unstable; urgency=low
2088   * new upstream point release.
2089     * git-add tried to optimize by finding common leading directories
2090       across its arguments but botched, causing very confused behaviour
2091       (closes: #420671).
2092     * Documentation/git-reset.txt: suggest git commit --amend in example
2093       (closes: #420112).
2094     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2095       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2096       harder for distro people to make the same mistake, by setting the
2097       variable to /etc/gitconfig if prefix is set to /usr (closes:
2098       #420675).
2099   * debian/changelog.upstream: upstream changes taken from mailing list
2100     announcement.
2102  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2104 git-core (1:1.5.1.2-1) unstable; urgency=low
2106   * new upstream point release.
2107   * debian/changelog.upstream: upstream changes taken from mailing list
2108     announcement.
2110  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2112 git-core (1:1.5.1.1-1) unstable; urgency=low
2114   * new upstream point release.
2115   * debian/changelog.upstream: upstream changes taken from mailing list
2116     announcement.
2117   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2118     remove; applied upstream.
2120  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2122 git-core (1:1.5.1-1) unstable; urgency=low
2124   * new upstream release.
2125     * git-svn got almost a rewrite (closes: #416372).
2126   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2127   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2128     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2129     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2130     remove; applied upstream.
2131   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2132   * debian/git-daemon-run.postrm: check for deluser being available, if
2133     not, print warning and don't remove system user (closes: #416755).
2134   * debian/changelog.upstream: upstream changes taken from mailing list
2135     announcement, and git shortlog.
2136   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2137     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2138     receive-email.
2140  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2142 git-core (1:1.5.0.6-1) unstable; urgency=low
2144   * new upstream point release.
2145   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2146     new, cherry-pick'ed from upstream master: http-fetch: don't use
2147     double-slash as directory separator in URLs (closes: #409887).
2148   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2149     Documentation/git-svnimport.txt: fix typo.
2150   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2151     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
2152     (closes: #404795).
2153   * debian/changelog.upstream: upstream changes taken from mailing list
2154     announcements.
2156  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
2158 git-core (1:1.5.0.5-1) unstable; urgency=low
2160   * new upstream point release.
2161   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
2162     mode 0755 (closes: #415328); remove .gitignore file(s) from
2163     /usr/share/doc/git-core/ (closes: #413913).
2164   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
2165     Habouzit, closes: #415475).
2166   * debian/changelog.upstream: upstream changes taken from mailing list
2167     announcements.
2169  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
2171 git-core (1:1.5.0.3-1) unstable; urgency=low
2173   * new upstream point release.
2174   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
2175   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
2176   * debian/changelog.upstream: upstream changes taken from mailing list
2177     announcements.
2179  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
2181 git-core (1:1.5.0.2-1) unstable; urgency=low
2183   * new upstream point release.
2184   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
2185   * debian/changelog.upstream: upstream changes taken from mailing list
2186     announcements.
2187   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
2188     yet committed to cvs (closes: #412732).
2190  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
2192 git-core (1:1.5.0.1-1) unstable; urgency=low
2194   * new upstream point release.
2195   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
2196     Have git-cvsserver call hooks/update before really altering the ref.
2197   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
2199  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
2201 git-core (1:1.5.0-1) experimental; urgency=low
2203   * new upstream release.
2204   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
2205   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
2206     adapt.
2207   * debian/control: new package git-gui, the git graphical user interface;
2208     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
2209     git-gui.
2210   * debian/rules: new package git-gui.
2211   * debian/changelog.upstream: upstream changes taken from mailing list
2212     announcements and git shortlog.
2213   * debian/git-daemon/run: don't limit git-daemon's memory resources.
2214   * debian/control, debian/rules: remove git-core-dev package again,
2215     libgit.a is not a publically usable/useful library at this moment, as
2216     its internal API is not cast in stone yet.
2217   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
2218     package.
2220  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
2222 git-core (1:1.5.0~rc3-1) experimental; urgency=low
2224   * new upstream release candidate.
2225   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
2226     install libgit.a library plus header files (thx Luca Falavigna).
2227   * debian/rules: new package git-core-dev; remove obsolete
2228     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
2229     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
2230     Luca Falavigna; closes: #403731); make git-p4import.pl available through
2231     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
2232   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
2233     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
2234     python, Suggests: git-core-dev; update short and long descriptions
2235     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
2236   * debian/diff/GNU-Hurd.diff: adapt.
2237   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
2238     needs empty directory (closes: #400508).
2239   * debian/gitweb.README.Debian: typo.
2241  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
2243 git-core (1:1.4.4.4-1) unstable; urgency=low
2245   * new upstream release, important fixes:
2246     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
2247     * Fix infinite loop when deleting multiple packed refs.
2248     * diff --check: fix off by one error.
2249   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
2250     upstream version.
2251   * debian/changelog.upstream: upstream changes taken from mailing list
2252     announcement.
2254  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
2256 git-core (1:1.4.4.3-1) unstable; urgency=medium
2258   * new upstream release (closes: #404796); important fixes:
2259     * Make sure the empty tree exists when needed in merge-recursive; the
2260       error message may make the user think that their database is corrupt
2261       when its actually not.
2262     * Don't use memcpy when source and dest. buffers may overlap.
2263     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
2264       counting of bytes for the CVS protocol, resulting in the client
2265       expecting less data than we actually send, and storing truncated files.
2266   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
2267     work around spurious .sp in manpages (closes: #388370).
2268   * debian/changelog.upstream: upstream changes taken from mailing list
2269     announcement.
2271  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
2273 git-core (1:1.4.4.2-1) unstable; urgency=low
2275   * new upstream release.
2276     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
2277   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
2278     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2279     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2280     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2281     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
2282   * debian/changelog.upstream: upstream changes taken from mailing list
2283     announcements and git log | git shortlog.
2285  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
2287 git-core (1:1.4.4.1-1) unstable; urgency=low
2289   * new upstream release (closes: #400191).
2290   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
2291     replaces debian/diff/not-packed-structs.diff.
2292   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2293     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2294     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2295     0005-Increase-length-of-function-name-buffer.diff: new from upstream
2296     git.
2297   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
2298     generator (thx David Nusinow; closes: #400284).
2299   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
2301  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
2303 git-core (1:1.4.4-2) unstable; urgency=low
2305   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
2306     size doesn't match on arm (fixes selftests failure on arm).
2308  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
2310 git-core (1:1.4.4-1) unstable; urgency=low
2312   * new upstream release (closes: #399575).
2313   * debian/changelog.upstream: upstream changes taken from mailing list
2314     announcements.
2315   * debian/control: Build-Depends: unzip (for selftests).
2317  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
2319 git-core (1:1.4.3.5-1) unstable; urgency=low
2321   * new upstream release.
2322   * debian/changelog.upstream: upstream changes taken from mailing list
2323     announcements.
2325  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
2327 git-core (1:1.4.3.3-2) unstable; urgency=medium
2329   * debian/git-daemon-run.postinst: don't make the log service system user
2330     gitlog member of group adm, but nogroup; gitlog's home directory is
2331     /nonexistent (thx Florian Weimer, closes: #396687).
2332   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
2333     2750, owner gitlog:adm.
2334   * debian/changelog.upstream: upstream changes taken from mailing list
2335     announcements.
2337  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
2339 git-core (1:1.4.3.3-1) unstable; urgency=low
2341   * new upstream release.
2342   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
2343   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
2344     thx Ichthyostega).
2346  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
2348 git-core (1:1.4.3.2-1) unstable; urgency=low
2350   * new upstream release.
2351   * debian/diff/gitweb.conf.diff: remove; obsolete.
2352   * debian/changelog.upstream: upstream changes taken from mailing list
2353     announcements.
2354   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
2355     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
2356     git-arch: don't include git-archive, git-upload-archive; gitweb: install
2357     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
2358     plus man page.
2359   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
2360     selftests (fixes build/selftest failures).
2361   * debian/control: git-core: Depends: liberror-perl.
2363  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
2365 git-core (1:1.4.2.3-2) unstable; urgency=low
2367   * debian/control: new package git-daemon-run: provide a git-daemon
2368     service; git-core: no longer Suggests: runit, Depends: adduser, the
2369     git-daemon-run package now Depends: runit, adduser.
2370   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
2371     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
2372     service (closes: #388144).
2373   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
2374     package does now.
2375   * debian/git-core.postrm: remove; obsolete.
2376   * debian/rules: install git-daemon service directory in the new
2377     git-daemon-run package instead of the git-core package.
2378   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
2379   * debian/git-core.README.Debian: adapt.
2380   * debian/control: git-core: Suggests: git-daemon-run.
2382  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
2384 git-core (1:1.4.2.3-1) unstable; urgency=medium
2386   * new upstream release.
2387   * debian/changelog.upstream: upstream changes taken from mailing list
2388     announcements.
2389   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
2390   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
2391     Kujau, closes: #383065).
2393  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
2395 git-core (1:1.4.2.1-1) unstable; urgency=low
2397   * new upstream release (closes: #386820, #387405).
2398   * debian/changelog.upstream: upstream changes taken from mailing list
2399     announcements.
2400   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
2401     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
2402     #379841).
2403   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
2404   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
2405     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
2406   * debian/gitweb.docs: remove; obsolete.
2407   * debian/examples/index.aux-generation: example script to generate an
2408     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
2409     #383219).
2410   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
2411     (#383219).
2412   * debian/git-core.README.Debian: new; hints on how to set up a
2413     git.example.org server providing git://, rsync://, http:// access to
2414     repositories from Matthew Wilcox (thx!, closes: #383219).
2415   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
2416   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
2417     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
2418     Recommends: git-doc.
2419   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
2420   * debian/git-daemon/: new; git-daemon service directory for the use with
2421     runit.
2422   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
2423     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
2424   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
2425     they fail without a terminal connected.
2426   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
2427     /etc/sv/git-daemon/log/run.
2429  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
2431 git-core (1:1.4.1.1-1) unstable; urgency=low
2433   * new upstream release.
2434   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
2435     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
2436     #380209).
2438  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
2440 git-core (1:1.4.1-2) unstable; urgency=low
2442   * adopt package gitweb, now included in git-core upstream source (thx
2443     Andres Salomon):
2444     * debian/control, debian/rules: build gitweb package.
2445     * debian/copyright: adapt.
2446     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
2447       new; taken from Andres' gitweb package.
2448     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
2449     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
2450   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
2451   * debian/rules: set DESTDIR in environment, not build flags.
2453  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
2455 git-core (1.4.1-1) unstable; urgency=low
2457   * new upstream release.
2458   * debian/changelog.upstream: upstream changes taken from mailing list
2459     announcement.
2460   * debian/rules: user same build flags and prefix to $(MAKE) in build
2461     and install target to prevent rebuild in install target.
2463  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
2465 git-core (1.4.0-1) unstable; urgency=low
2467   * new upstream release.
2468   * debian/changelog.upstream: new; upstream changes taken from mailing
2469     list announcement.
2470   * debian/rules: install debian/changelog.upstream as upstream changelog.
2471   * debian/diff/pager-vs-less.diff: adapt.
2472   * debian/control: Standards-Version: 3.7.2.0.
2474  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
2476 git-core (1.3.3-2) unstable; urgency=medium
2478   * debian/control: git-core: Depends: perl-modules (closes: #369737).
2479   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
2480     if $PAGER is unset (closes: #369742).
2482  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
2484 git-core (1.3.3-1) unstable; urgency=low
2486   * new upstream release.
2488  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
2490 git-core (1.3.2-1) unstable; urgency=low
2492   * new upstream release.
2494  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
2496 git-core (1.3.1-1) unstable; urgency=low
2498   * new upstream release (closes: #364678).
2499   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
2501  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
2503 git-core (1.2.6-1) unstable; urgency=low
2505   * new upstream release.
2506   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
2508  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
2510 git-core (1.2.4-1) unstable; urgency=low
2512   * new upstream release (closes: #354563).
2514  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
2516 git-core (1.2.1-1) unstable; urgency=low
2518   * new upstream release (closes: #353041).
2519   * debian/control: git-core: Recommends: ssh-client instead of
2520     openssh-client (closes: #350708).
2522  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
2524 git-core (1.1.5-1) unstable; urgency=high
2526   * new upstream release.
2527     * checkout: do not make a temporary copy of symlink target.
2528       If the index records an insanely long symbolic link, copying
2529       into the temporary would overflow the buffer (noticed by Mark
2530       Wooding). (closes: #350274).
2532  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
2534 git-core (1.1.3-1) unstable; urgency=low
2536   * new upstream release.
2538  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
2540 git-core (1.0.8-1) unstable; urgency=low
2542   * new upstream point release.
2543   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
2544   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
2545     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
2546     Tretkowski, closes: #344929).
2548  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
2550 git-core (1.0.6-1) unstable; urgency=low
2552   * new upstream point release.
2553   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
2554     merge-order test with NO_OPENSSL=1.
2555   * debian/rules: re-enable git-rev-list --merge-order selftests.
2556   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
2558  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
2560 git-core (1.0.5-1) unstable; urgency=low
2562   * new upstream point release.
2563   * debian/rules: don't take upstream changelog from upstream
2564     debian/changelog.
2565   * debian/changelog.upstream: remove again.
2567  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
2569 git-core (1.0.3-1) unstable; urgency=low
2571   * new upstream point release.
2572   * debian/changelog.upstream: new: upstream changelog taken from upstream
2573     debian/changelog.
2574   * debian/rules: install debian/changelog.upstream as upstream changelog;
2575     remove obsolete VERSION variable.
2577  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
2579 git-core (1.0.0-1) unstable; urgency=medium
2581   * new upstream release: GIT 1.0.0.
2583  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
2585 git-core (0.99.9n-1) unstable; urgency=low
2587   * new upstream version: GIT 0.99.9n aka 1.0rc6.
2588   * debian/rules: rename git program in git-core package to git-scm,
2589     handle /usr/bin/git program through update-alternatives (as suggested
2590     by Ian Beckwith, see #342363).
2591   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
2592     #342363).
2593   * debian/git-core.postinst, debian/git-core.prerm: new: run
2594     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
2595     priority 70 on configure, and --remove on remove respectively.
2597  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
2599 git-core (0.99.9m-1) unstable; urgency=low
2601   * new upstream version: GIT 0.99.9m aka 1.0rc5.
2602     * sets PYTHONPATH for selftests (fixes autobuild test failures).
2603   * switch from tarball-in-tarball approach to original upstream tarball.
2604   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
2605     Eric Biederman previously were maintaining this package unofficially.
2606   * debian/control: Build-Depends: rcs (for selftests); git-core:
2607     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
2608     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
2609     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
2610     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
2611     description (lots taken from upstream unofficial package, thx).
2612   * debian/git-core.docs, debian/git-doc.docs: adapt.
2613   * debian/rules: adapt; remove target unpack; add target patch; adapt
2614     target clean.
2616  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
2618 git-core (0.99.9l-1) unstable; urgency=low
2620   * new upstream version.
2621   * debian/rules: apply diffs with patch -p1.
2622   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
2623     git-email packages, as suggested by upstream:
2624     http://article.gmane.org/gmane.comp.version-control.git/13185
2625   * debian/git-doc.docs: get docs from temporary install directory;
2626     include *.txt docs.
2627   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
2628     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
2629     git-cvs, git-svn, git-email, gitk.
2631  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
2633 git-core (0.99.9k-1) unstable; urgency=low
2635   * new upstream version.
2636   * debian/implicit: update to revision 1.11.
2637   * debian/git-doc.docs: add git/Documentation/howto,
2638     git/Documentation/technical (closes: #341178).
2640  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
2642 git-core (0.99.9j-1) unstable; urgency=low
2644   * initial version.
2645   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
2646     0.16rc2-0 no longer includes the git core components, but depends on
2647     the git-core package (see #338789).
2649  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
2651 git-core (0.99.9j-0) unstable; urgency=low
2653   * GIT 0.99.9j aka 1.0rc3
2655  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
2657 git-core (0.99.9i-0) unstable; urgency=low
2659   * GIT 0.99.9i aka 1.0rc2
2661  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
2663 git-core (0.99.9h-0) unstable; urgency=low
2665   * GIT 0.99.9h
2667  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
2669 git-core (0.99.9g-0) unstable; urgency=low
2671   * GIT 0.99.9g
2673  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
2675 git-core (0.99.9f-0) unstable; urgency=low
2677   * GIT 0.99.9f
2679  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
2681 git-core (0.99.9e-0) unstable; urgency=low
2683   * GIT 0.99.9e
2685  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
2687 git-core (0.99.9d-0) unstable; urgency=low
2689   * GIT 0.99.9d
2691  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
2693 git-core (0.99.9c-0) unstable; urgency=low
2695   * GIT 0.99.9c
2697  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
2699 git-core (0.99.9b-0) unstable; urgency=low
2701   * GIT 0.99.9b
2703  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
2705 git-core (0.99.9a-0) unstable; urgency=low
2707   * GIT 0.99.9a
2709  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
2711 git-core (0.99.9.GIT-2) unstable; urgency=low
2713   * Build Dependency did not include libexpat-dev.
2715  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
2717 git-core (0.99.9.GIT-1) unstable; urgency=low
2719   * Do not scatter txt and html documentation into feature
2720     subpackages.  Do place man pages into them.
2721   * Capture more cvs stuff into git-cvs package.
2723  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
2725 git-core (0.99.9.GIT-0) unstable; urgency=low
2727   * Test Build.
2729  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2731 git-core (0.99.9-1) unstable; urgency=low
2733   * Split the git-core binary package into core, doc, and foreign SCM
2734     interoperability modules.
2736  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2738 git-core (0.99.9-0) unstable; urgency=low
2740   * GIT 0.99.9
2742  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
2744 git-core (0.99.8-0) unstable; urgency=low
2746   * GIT 0.99.8
2748  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
2750 git-core (0.99.7-0) unstable; urgency=low
2752   * GIT 0.99.7
2754  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
2756 git-core (0.99.6-0) unstable; urgency=low
2758   * GIT 0.99.6
2760  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
2762 git-core (0.99.5-1) unstable; urgency=low
2764   * Enable git-send-email on Debian.  There is no reason to shy
2765     away from it, since we have the necessary Perl modules available.
2767  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
2769 git-core (0.99.5-0) unstable; urgency=low
2771   * GIT 0.99.5
2773  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
2775 git-core (0.99.4-4) unstable; urgency=low
2777   * Mark git-tk as architecture neutral.
2779  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
2781 git-core (0.99.4-3) unstable; urgency=low
2783   * Split off gitk.
2784   * Do not depend on diff which is an essential package.
2785   * Use dh_movefiles, not dh_install, to stage two subpackages.
2787  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
2789 git-core (0.99.4-2) unstable; urgency=low
2791   * Git 0.99.4 official release.
2793  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
2795 git-core (0.99.4-1) unstable; urgency=low
2797   * Pass prefix down to the submake when building.
2799  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
2801 git-core (0.99-2) unstable; urgency=low
2803   * Conflict with the GNU Interactive Tools package, which also installs
2804     /usr/bin/git.
2805   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
2806     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
2807   * Minor tweaks to the Depends.
2809  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
2811 git-core (0.99-1) unstable; urgency=low
2813   * Update deb package support to build correctly. 
2815  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
2817 git-core (0.99-0) unstable; urgency=low
2819   * Initial deb package support
2821  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600