diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:11 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:11 -0700 |
| commit | 0b08ba7eb666803973ccbb60b8e1a4436fe494b5 (patch) | |
| tree | 9819ec92b87a56116b429e8968176c7ba2d3693b /object.h | |
| parent | 64cb4c34d1c27969c6556cbe339a73e88758d7e6 (diff) | |
| parent | 257418c59040c13bfa839e01922e21833cda6a52 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
