Skip to content

Commit eb28501

Browse files
peffgitster
authored andcommitted
check-docs: list git-gui as a command
git-gui is already documented and mentioned in command-list, but adding it to the Makefile makes sure it is so. We also add its alias git-citool (which is also documented). As a result, we can drop them from the special case statement that avoids them being listed as "documented but does not exist". Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cf6aaff commit eb28501

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,6 +2808,7 @@ ALL_COMMANDS = $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS)
28082808
ALL_COMMANDS += git
28092809
ALL_COMMANDS += gitk
28102810
ALL_COMMANDS += gitweb
2811+
ALL_COMMANDS += git-gui git-citool
28112812
check-docs::
28122813
@(for v in $(ALL_COMMANDS); \
28132814
do \
@@ -2837,8 +2838,6 @@ check-docs::
28372838
) | while read how cmd; \
28382839
do \
28392840
case "$$how,$$cmd" in \
2840-
*,git-citool | \
2841-
*,git-gui | \
28422841
*,git-help | \
28432842
documented,gitattributes | \
28442843
documented,gitignore | \

0 commit comments

Comments
 (0)