Home Explore Blog CI



git

Documentation/RelNotes/1.5.4.1.adoc
cfaab04a0391d0e8d4575815a7940d2d4f78417097a2dca9000000030000020c
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.


Chunks
9a73c9ec (1st chunk of `Documentation/RelNotes/1.5.4.1.adoc`)
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.