summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fe4a72)
raw | patch | inline | side by side (parent: 7fe4a72)
author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 25 Sep 2008 15:27:41 +0000 (08:27 -0700) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 25 Sep 2008 15:27:41 +0000 (08:27 -0700) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/RelNotes-1.6.0.3.txt | patch | blob | history |
index ea1420d77a1b07a3113fe6fc409a751550ee43ca..46e13a450afae63226a89543369fc6396436a042 100644 (file)
* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
with the output redirected to /dev/null.
+* "git stash apply sash@{1}" was fixed to error out. Prior versions
+ would have applied stash@{0} incorrectly.
+
+* "git for-each-ref --format=%(subject)" fixed for commits with no
+ no newline in the message body.
+
+* "git remote" fixed to protect printf from user input.
+
+* "git checkout -q" once again suppresses the locally modified file list.
+
+* Cross-directory renames are no longer used when creating packs. This
+ allows more graceful behavior on filesystems like sshfs.
+
+* Stale temporary files under $GIT_DIR/objects/pack are now cleaned up
+ automatically by "git prune".
+
* "Git.pm" tests relied on unnecessarily more recent version of Perl.
* "gitweb" triggered undef warning on commits without log messages.
--
exec >/var/tmp/1
-O=v1.6.0.2-32-g8d11fde
+O=v1.6.0.2-41-g7fe4a72
echo O=$(git describe maint)
git shortlog --no-merges $O..maint