]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fast-export: avoid using unnecessary language in a code comment
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Sep 2020 22:01:22 +0000 (22:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Sep 2020 22:19:27 +0000 (15:19 -0700)
In an ongoing effort to avoid non-inclusive language, let's avoid using
the branch name "master" in a code comment.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-export.c

index 1b8fca3ee000aa8f1fe49f407d538da09ac8a43b..5527135ba842c1dcbff372db90197a27969304b9 100644 (file)
@@ -1026,7 +1026,7 @@ static void handle_tags_and_duplicates(struct string_list *extras)
                                /*
                                 * Getting here means we have a commit which
                                 * was excluded by a negative refspec (e.g.
-                                * fast-export ^master master).  If we are
+                                * fast-export ^HEAD HEAD).  If we are
                                 * referencing excluded commits, set the ref
                                 * to the exact commit.  Otherwise, the user
                                 * wants the branch exported but every commit