Skip to content

Commit 3d1cf1e

Browse files
pcloudsgitster
authored andcommitted
object.h: realign object flag allocation comment
Some new path names are too long and eat into the graph part. Move the graph 9 columns to the right to avoid this. Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95308d6 commit 3d1cf1e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

object.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ struct object_array {
2828
#define TYPE_BITS 3
2929
/*
3030
* object flag allocation:
31-
* revision.h: 0---------10 26
32-
* fetch-pack.c: 0----5
33-
* walker.c: 0-2
34-
* upload-pack.c: 4 11----------------19
35-
* builtin/blame.c: 12-13
36-
* bisect.c: 16
37-
* bundle.c: 16
38-
* http-push.c: 16-----19
39-
* commit.c: 16-----19
40-
* sha1_name.c: 20
41-
* list-objects-filter.c: 21
42-
* builtin/fsck.c: 0--3
43-
* builtin/index-pack.c: 2021
44-
* builtin/pack-objects.c: 20
45-
* builtin/reflog.c: 10--12
46-
* builtin/unpack-objects.c: 2021
31+
* revision.h: 0---------10 26
32+
* fetch-pack.c: 0----5
33+
* walker.c: 0-2
34+
* upload-pack.c: 4 11----------------19
35+
* builtin/blame.c: 12-13
36+
* bisect.c: 16
37+
* bundle.c: 16
38+
* http-push.c: 16-----19
39+
* commit.c: 16-----19
40+
* sha1_name.c: 20
41+
* list-objects-filter.c: 21
42+
* builtin/fsck.c: 0--3
43+
* builtin/index-pack.c: 2021
44+
* builtin/pack-objects.c: 20
45+
* builtin/reflog.c: 10--12
46+
* builtin/unpack-objects.c: 2021
4747
*/
4848
#define FLAG_BITS 27
4949

0 commit comments

Comments
 (0)