diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:19 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:24 -0800 |
| commit | 550fac1d131d764c7c5ec5d69f53290c30855be6 (patch) | |
| tree | 071ca9aca2c76b1de48d56521519c183071ab73d | |
| parent | 02ed88f6a23d142f6e5c7e0b351704654796a6fe (diff) | |
object-name.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | object-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object-name.c b/object-name.c index 945d5bdef2..76749fbfe6 100644 --- a/object-name.c +++ b/object-name.c @@ -1273,7 +1273,7 @@ static int peel_onion(struct repository *r, const char *name, int len, } /* - * Documentation/revisions.txt says: + * Documentation/revisions.adoc says: * '<describeOutput>', e.g. 'v1.7.4.2-679-g3bee7fb':: * Output from `git describe`; i.e. a closest tag, optionally * followed by a dash and a number of commits, followed by a dash, a |
