diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-12-13 07:33:39 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-12-13 07:33:39 -0800 |
| commit | 90bf05e45ae99c0cc995d8543cdab1f8ca858c84 (patch) | |
| tree | f504a56a1bd28465c776649392899af2b0ab707d /Documentation/git-update-ref.txt | |
| parent | 1ddfe5acde4ef6ba2c1d11887c20da332b559481 (diff) | |
| parent | e2f5d3b491ee8becb37549f29a3cee50573d0bd3 (diff) | |
| download | git-90bf05e45ae99c0cc995d8543cdab1f8ca858c84.tar.gz | |
Merge branch 'kh/doc-update-ref-grammofix'
Grammofix.
* kh/doc-update-ref-grammofix:
Documentation/git-update-ref.txt: add missing word
Diffstat (limited to 'Documentation/git-update-ref.txt')
| -rw-r--r-- | Documentation/git-update-ref.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index 8a4281cde9..9e6935d38d 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -93,11 +93,11 @@ update:: ref does not exist before the update. create:: - Create <ref> with <new-oid> after verifying it does not + Create <ref> with <new-oid> after verifying that it does not exist. The given <new-oid> may not be zero. delete:: - Delete <ref> after verifying it exists with <old-oid>, if + Delete <ref> after verifying that it exists with <old-oid>, if given. If given, <old-oid> may not be zero. symref-update:: @@ -110,11 +110,11 @@ verify:: <old-oid> is zero or missing, the ref must not exist. symref-create: - Create symbolic ref <ref> with <new-target> after verifying + Create symbolic ref <ref> with <new-target> after verifying that it does not exist. symref-delete:: - Delete <ref> after verifying it exists with <old-target>, if given. + Delete <ref> after verifying that it exists with <old-target>, if given. symref-verify:: Verify symbolic <ref> against <old-target> but do not change it. |
