I suggested in [1] that the "alice" and "bob" examples in our documentation would be better written without a reference to such fictional characters, for reasons that have nothing to do with trying to bend over backwards to avoid any reference to people's gender. It just makes for better documentation. Since it's clear that Derrick's not interested in picking up that task in his parallel series[2] here a brief series to implement that. This leaves the only occurances of "alice" and "bob" (and "david" and "cindy") at the bottom of giteveryday(7). Those could also be changed, but I didn't think doing so provided a clear benefit, unlike the changes being made here. 1. https://lore.kernel.org/git/875yyp4fun.fsf@xxxxxxxxxxxxxxxxxxx/ 2. pull.975.v3.git.1623766273.gitgitgadget@xxxxxxxxx Ævar Arnfjörð Bjarmason (6): gittutorial doc: replace "alice" and "bob" with "you" and "www-data" gitcvs-migration doc: replace "alice" and "bob" with "you" and "www-data" daemon doc + code comments: reword "alice" example fast-import doc: change "bob" in an example to "file.txt" doc: replace "alice" and "bob" with "jdoe" and "msmith" pack-protocol doc: use "www-data" in place of "alice" Documentation/git-credential.txt | 2 +- Documentation/git-daemon.txt | 13 ++- Documentation/git-fast-import.txt | 14 ++- Documentation/git-imap-send.txt | 4 +- Documentation/git-interpret-trailers.txt | 22 ++-- Documentation/gitcvs-migration.txt | 18 +-- Documentation/gittutorial.txt | 128 +++++++++++----------- Documentation/technical/pack-protocol.txt | 4 +- daemon.c | 10 +- 9 files changed, 112 insertions(+), 103 deletions(-) -- 2.32.0.555.g0268d380f7b