summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:11 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:11 -0700
commit0b08ba7eb666803973ccbb60b8e1a4436fe494b5 (patch)
tree9819ec92b87a56116b429e8968176c7ba2d3693b /object.h
parent64cb4c34d1c27969c6556cbe339a73e88758d7e6 (diff)
parent257418c59040c13bfa839e01922e21833cda6a52 (diff)
Merge branch 'en/ancestry-path-in-a-range'
"git rev-list --ancestry-path=C A..B" is a natural extension of "git rev-list A..B"; instead of choosing a subset of A..B to those that have ancestry relationship with A, it lets a subset with ancestry relationship with C. * en/ancestry-path-in-a-range: revision: allow --ancestry-path to take an argument t6019: modernize tests with helper rev-list-options.txt: fix simple typo
Diffstat (limited to 'object.h')
-rw-r--r--object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.h b/object.h
index a2219464c2..9caef89f1f 100644
--- a/object.h
+++ b/object.h
@@ -59,7 +59,7 @@ struct object_array {
/*
* object flag allocation:
- * revision.h: 0---------10 15 23------26
+ * revision.h: 0---------10 15 23------27
* fetch-pack.c: 01 67
* negotiator/default.c: 2--5
* walker.c: 0-2