Home Explore Blog CI



git

Documentation/RelNotes/1.6.5.2.adoc
665751a99a89e1b986101767470ce9ca17423f014bdffea70000000300000245
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.

Chunks
6d91fa10 (1st chunk of `Documentation/RelNotes/1.6.5.2.adoc`)
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.