Skip to content

Commit e2f25d2

Browse files
bk2204gitster
authored andcommitted
docs: correct information about reftable
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>
1 parent 7c4e9e9 commit e2f25d2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
`files`;; for loose files with packed-refs. This is the default.
2-
`reftable`;; for the reftable format. This format is experimental and its
3-
internals are subject to change.
1+
`files`;; for loose files with packed-refs.
2+
ifndef::with-breaking-changes[]
3+
This is the default.
4+
endif::with-breaking-changes[]
5+
`reftable`;; for the reftable format.
6+
ifdef::with-breaking-changes[]
7+
This is the default.
8+
endif::with-breaking-changes[]

0 commit comments

Comments
 (0)