Skip to content

Commit 0464d0a

Browse files
hanwengitster
authored andcommitted
refs: update comment.
REF_IS_PRUNING is right below this comment, so it clearly does not belong in this comment. This was apparently introduced in commit 5ac95fe (Nov 5, 2017 "refs: tidy up and adjust visibility of the `ref_update` flags"). Signed-off-by: Han-Wen Nienhuys <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent df25a19 commit 0464d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

refs/files-backend.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
* This backend uses the following flags in `ref_update::flags` for
1717
* internal bookkeeping purposes. Their numerical values must not
1818
* conflict with REF_NO_DEREF, REF_FORCE_CREATE_REFLOG, REF_HAVE_NEW,
19-
* REF_HAVE_OLD, or REF_IS_PRUNING, which are also stored in
20-
* `ref_update::flags`.
19+
* or REF_HAVE_OLD, which are also stored in `ref_update::flags`.
2120
*/
2221

2322
/*

0 commit comments

Comments
 (0)