diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-04-17 10:28:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-17 10:28:19 -0700 |
| commit | 4a3d816dd2d36cee3fec058f08c3a48815680b87 (patch) | |
| tree | 5713c4453e7a6ccfa2d6ef1ae5bce0b32aacd236 /refs.c | |
| parent | Merge branch 'ua/update-update-server-info' (diff) | |
| parent | refs: fix duplicated word in comment (diff) | |
| download | git-4a3d816dd2d36cee3fec058f08c3a48815680b87.tar.gz git-4a3d816dd2d36cee3fec058f08c3a48815680b87.zip | |
Merge branch 'cj/refname-avail-check-optim-typofix'
Comment fix.
* cj/refname-avail-check-optim-typofix:
refs: fix duplicated word in comment
Diffstat (limited to 'refs.c')
| -rw-r--r-- | refs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2615,8 +2615,8 @@ enum ref_transaction_error refs_verify_refnames_available(struct ref_store *refs /* * If we've already seen the directory we don't need to - * process it again. Skip it to avoid checking checking - * common prefixes like "refs/heads/" repeatedly. + * process it again. Skip it to avoid checking common + * prefixes like "refs/heads/" repeatedly. */ if (!strset_add(&dirnames, dirname.buf)) continue; |
