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 <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Mar 6, 2018 at 17:16 UTC
3d1cf1e8e1552ae82178bb52953772495f5fd326
1 file changed
+16
-16
object.h
+16
-16
@@ -28,22 +28,22 @@ struct object_array {
28
#define TYPE_BITS 3
29
/*
30
* 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
47
*/
48
#define FLAG_BITS 27
49