diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:01:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:01:50 -0700 |
commit | 58138d3f266569f945a7abc86fc897111c47640f (patch) | |
tree | 6d7ff4411df378b5acd9705535d4cd21a19fe65f /builtin | |
parent | Merge branch 'pm/gitk-update' (diff) | |
parent | t9902: avoid using the branch name `master` (diff) | |
download | tgif-58138d3f266569f945a7abc86fc897111c47640f.tar.xz |
Merge branch 'js/default-branch-name-part-2'
Update the tests to drop word 'master' from them.
* js/default-branch-name-part-2:
t9902: avoid using the branch name `master`
tests: avoid variations of the `master` branch name
t3200: avoid variations of the `master` branch name
fast-export: avoid using unnecessary language in a code comment
t/test-terminal: avoid non-inclusive language
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/fast-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fast-export.c b/builtin/fast-export.c index e266d90a81..d2e33f5005 100644 --- a/builtin/fast-export.c +++ b/builtin/fast-export.c @@ -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 |