Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.6.5.2.adoc`
6d91fa10660f3c43f5e68297f241a1844a811e305a1be0300000000100000245
GIT v1.6.5.2 Release Notes
==========================

Fixes since v1.6.5.1
--------------------

 * Installation of templates triggered a bug in busybox when using tar
   implementation from it.

 * "git add -i" incorrectly ignored paths that are already in the index
   if they matched .gitignore patterns.

 * "git describe --always" should have produced some output even there
   were no tags in the repository, but it didn't.

 * "git ls-files" when showing tracked files incorrectly paid attention
   to the exclude patterns.

Other minor documentation updates are included.

Title: GIT v1.6.5.2 Release Notes
Summary
This release fixes several bugs, including issues with template installation, 'git add -i', 'git describe --always', and 'git ls-files', as well as minor documentation updates to improve the overall functionality and usability of the GIT version control system.