diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-25 11:54:17 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-25 11:54:17 -0800 |
| commit | 8d15dd1ce10f8d066ed058917f3183ec3efd7f95 (patch) | |
| tree | cef824aa822c183db52f94873c382a169eb97975 /object.h | |
| parent | 6b5ad01886b9492d8662509604277fc88e705dcb (diff) | |
| parent | b4e8f60a3c78477e1f28b052cd740ac4a43741d5 (diff) | |
| download | git-8d15dd1ce10f8d066ed058917f3183ec3efd7f95.tar.xz | |
Merge branch 'ds/revision-maximal-only'
"git rev-list" and friends learn "--maximal-only" to show only the
commits that are not reachable by other commits.
* ds/revision-maximal-only:
revision: add --maximal-only option
Diffstat (limited to 'object.h')
| -rw-r--r-- | object.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ void object_array_init(struct object_array *array); /* * object flag allocation: - * revision.h: 0---------10 15 23------27 + * revision.h: 0---------10 15 23--------28 * fetch-pack.c: 01 67 * negotiator/default.c: 2--5 * walker.c: 0-2 @@ -86,7 +86,7 @@ void object_array_init(struct object_array *array); * builtin/unpack-objects.c: 2021 * pack-bitmap.h: 2122 */ -#define FLAG_BITS 28 +#define FLAG_BITS 29 #define TYPE_BITS 3 |
