aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.15.0.txt
AgeCommit message (Collapse)Author
2025-01-21doc: use .adoc extension for AsciiDoc filesbrian m. carlson
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>
2017-11-06fix typos in 2.15.0 release notesJean Carlo Machado
Signed-off-by: Jean Carlo Machado <contato@jeancarlomachado.com.br> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-28Hopefully final batch before 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-19Git 2.15-rc2v2.15.0-rc2Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-18Sync with maintJunio C Hamano
* maint: Prepare for 2.14.3
2017-10-18Preparing for rc2 continuesJunio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-17Crawling towards -rc2Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-11Git 2.15-rc1v2.15.0-rc1Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-07Prepare for -rc1Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-05Git 2.15-rc0v2.15.0-rc0Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-03The twelfth batch for 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-29The eleventh batch for 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-28The tenth batch for 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-25The ninth batch for 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-19The eighth batch for 2.15Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-10The seventh batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-06The sixth batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-08-26The fifth batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-08-24The fourth batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-08-23The third batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-08-22The second batch post 2.14Junio C Hamano
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-08-11The first batch of topics after the 2.14 cycleJunio C Hamano
Notably, let's declare that we aim to make "git add ''" illegal in the cycle after this one. The topic to do so, ex/deprecate-empty-pathspec-as-match-all, has been cooking in 'next' too long, and will stay there during this cycle, but not after. Signed-off-by: Junio C Hamano <gitster@pobox.com>