Commit 74866d75 ("git: make super-prefix option", 2016-10-07) introduced SUPPORT_SUPER_PREFIX as a builtin flag without documenting it in api-builtin.txt. The next patch will add another flag, so document SUPPORT_SUPER_PREFIX, thereby bringing the documentation up to date with the available flags. Signed-off-by: Martin Ågren <martin.agren@xxxxxxxxx> --- Documentation/technical/api-builtin.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt index 22a39b929..60f442822 100644 --- a/Documentation/technical/api-builtin.txt +++ b/Documentation/technical/api-builtin.txt @@ -42,6 +42,10 @@ where options is the bitwise-or of: on bare repositories. This only makes sense when `RUN_SETUP` is also set. +`SUPPORT_SUPER_PREFIX`:: + + The builtin supports --super-prefix. + . Add `builtin/foo.o` to `BUILTIN_OBJS` in `Makefile`. Additionally, if `foo` is a new command, there are 3 more things to do: -- 2.13.2.653.gfb5159d