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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
659288cd91
commit
5a0c32bd4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue