Package: git-core Version: 1:1.5.4-1 Severity: normal git-commit leaves .git/SQUASH_MSG behind, which means it remains the default commit message until it is removed manually. (This does not occur with 1.5.3.)
$ git init Initialized empty Git repository in .git/ $ touch foo $ git add foo $ git commit -m foo Created initial commit 1311744: foo 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 foo $ git checkout -b bar Switched to a new branch "bar" $ touch bar $ git add bar $ git commit -m bar Created commit 65f1c34: bar 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bar $ git checkout master Switched to branch "master" $ git merge --squash bar Updating 1311744..65f1c34 Fast forward Squash commit -- not updating HEAD 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bar $ git commit Created commit 3747388: Squashed commit of the following: 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bar $ ls .git/SQUASH_MSG .git/SQUASH_MSG -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (1001, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.18 (SMP w/1 CPU core) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages git-core depends on: ii cpio 2.9-11 GNU cpio -- a program to manage ar ii libc6 2.7-6 GNU C Library: Shared libraries ii libcurl3-gnutls 7.18.0-1 Multi-protocol file transfer libra ii libdigest-sha1-perl 2.11-2 NIST SHA-1 message digest algorith ii liberror-perl 0.17-1 Perl module for error/exception ha ii libexpat1 1.95.8-4 XML parsing C library - runtime li ii perl-modules 5.8.8-12 Core Perl modules ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime Versions of packages git-core recommends: ii curl 7.18.0-1 Get a file from an HTTP, HTTPS or ii less 418-1 Pager program similar to more ii openssh-client [ssh-client] 1:4.7p1-3 secure shell client, an rlogin/rsh ii patch 2.5.9-4 Apply a diff file to an original ii rsync 2.6.9-6 fast remote file copy program (lik -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

