Skip to content

Commit 5a0c32b

Browse files
dschogitster
authored andcommitted
fast-export: avoid using unnecessary language in a code comment
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 659288c commit 5a0c32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/fast-export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ static void handle_tags_and_duplicates(struct string_list *extras)
10261026
/*
10271027
* Getting here means we have a commit which
10281028
* was excluded by a negative refspec (e.g.
1029-
* fast-export ^master master). If we are
1029+
* fast-export ^HEAD HEAD). If we are
10301030
* referencing excluded commits, set the ref
10311031
* to the exact commit. Otherwise, the user
10321032
* wants the branch exported but every commit

0 commit comments

Comments
 (0)