
We presently use the ".txt" extension for our AsciiDoc files. While not wrong, most editors do not associate this extension with AsciiDoc, meaning that contributors don't get automatic editor functionality that could be useful, such as syntax highlighting and prose linting. It is much more common to use the ".adoc" extension for AsciiDoc files, since this helps editors automatically detect files and also allows various forges to provide rich (HTML-like) rendering. Let's do that here, renaming all of the files and updating the includes where relevant. Adjust the various build scripts and makefiles to use the new extension as well. Note that this should not result in any user-visible changes to the documentation. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
Git v1.8.5.2 Release Notes
|
|
==========================
|
|
|
|
Fixes since v1.8.5.1
|
|
--------------------
|
|
|
|
* "git diff -- ':(icase)makefile'" was unnecessarily rejected at the
|
|
command line parser.
|
|
|
|
* "git cat-file --batch-check=ok" did not check the existence of
|
|
the named object.
|
|
|
|
* "git am --abort" sometimes complained about not being able to write
|
|
a tree with an 0{40} object in it.
|
|
|
|
* Two processes creating loose objects at the same time could have
|
|
failed unnecessarily when the name of their new objects started
|
|
with the same byte value, due to a race condition.
|
|
|
|
Also contains typofixes, documentation updates and trivial code clean-ups.
|