mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-10 08:22:54 -05:00
Our description of the reftable format is that it is experimental and subject to change, but that is no longer true. Remove this statement so as not to mislead users. In addition, the documentation says that the files format is the default, but that is not true if breaking changes mode is on. Correct this information with a conditional. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
`files`;; for loose files with packed-refs.
|
|
ifndef::with-breaking-changes[]
|
|
This is the default.
|
|
endif::with-breaking-changes[]
|
|
`reftable`;; for the reftable format.
|
|
ifdef::with-breaking-changes[]
|
|
This is the default.
|
|
endif::with-breaking-changes[]
|