Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.5.4.1.adoc`
9a73c9eca32aac14b3a6a64d9a418b02fffaead70c478598000000010000020c
GIT v1.5.4.1 Release Notes
==========================

Fixes since v1.5.4
------------------

 * "git-commit -C $tag" used to work but rewrite in C done in
   1.5.4 broke it.

 * An entry in the .gitattributes file that names a pattern in a
   subdirectory of the directory it is in did not match
   correctly (e.g. pattern "b/*.c" in "a/.gitattributes" should
   match "a/b/foo.c" but it didn't).

 * Customized color specification was parsed incorrectly when
   numeric color values are used.  This was fixed in 1.5.4.1.


Title: GIT v1.5.4.1 Release Notes
Summary
This release fixes several issues present in v1.5.4, including problems with git-commit, where the command 'git-commit -C $tag' stopped working after the rewrite in C, and issues with .gitattributes file pattern matching, where patterns in subdirectories were not matched correctly, as well as customized color specification parsing issues when using numeric color values, all of which have been resolved in this update.