]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5a0c32bd4bfdf6e7c1d6f7049b41965b7e9e85d3
tree0ebba45a7777a98153747d9d48e4e69d528d64c9
parent659288cd9193a97d5f08c6ac090d58dfbdf6b345
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>
builtin/fast-export.c