comments: avoid using the gender of our users
We generally avoid specifying the gender of our users in order to be more inclusive, but sometimes a few slip by due to habit. Since by doing a little bit of rewording we can avoid this irrelevant detail, let's do so. Inspired-by: Derrick Stolee <dstolee@microsoft.com> Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
69b3367f6c
commit
0e20b229ee
2
date.c
2
date.c
@ -908,7 +908,7 @@ int parse_expiry_date(const char *date, timestamp_t *timestamp)
|
||||
/*
|
||||
* We take over "now" here, which usually translates
|
||||
* to the current timestamp. This is because the user
|
||||
* really means to expire everything she has done in
|
||||
* really means to expire everything that was done in
|
||||
* the past, and by definition reflogs are the record
|
||||
* of the past, and there is nothing from the future
|
||||
* to be kept.
|
||||
|
Reference in New Issue
Block a user