RelNotes 2.18: minor fix to entry about dynamically loading completions
[gitweb.git] / Documentation / RelNotes / 2.18.0.txt
index 449e49e0eb4ebc1560be3989b75957fed3fa8cec..4d9c038b07da2975efbbaf7adbc03b38f3231210 100644 (file)
@@ -104,7 +104,7 @@ UI, Workflows & Features
  * The command line completion mechanism (in contrib/) learned to load
    custom completion file for "git $command" where $command is a
    custom "git-$command" that the end user has on the $PATH when using
-   newer version of bash.
+   newer version of bash-completion.
 
  * "git send-email" can sometimes offer confirmation dialog "Send this
    email?" with choices 'Yes', 'No', 'Quit', and 'All'.  A new action
@@ -518,6 +518,11 @@ Fixes since v2.17
    nickname for remote groups, but only one of them was documented.
    (merge a97447a42a nd/remote-update-doc later to maint).
 
+ * "index-pack --strict" has been taught to make sure that it runs the
+   final object integrity checks after making the freshly indexed
+   packfile available to itself.
+   (merge 3737746120 jk/index-pack-maint later to maint).
+
  * Other minor doc, test and build updates and code cleanups.
    (merge 248f66ed8e nd/trace-with-env later to maint).
    (merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -553,3 +558,4 @@ Fixes since v2.17
    (merge 44f560fc16 rd/init-typo later to maint).
    (merge f156a0934a rd/p4-doc-markup-env later to maint).
    (merge 2a00502b14 tg/doc-sec-list later to maint).
+   (merge 47cc91310a jk/submodule-fsck-loose-fixup later to maint).