Carlos Amedee | e8c8ca1 | 2022-05-31 16:44:49 -0400 | [diff] [blame] | 1 | # Copyright 2022 Go Authors All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style |
| 3 | # license that can be found in the LICENSE file. |
| 4 | |
Andrew Gerrand | 8dce77a | 2013-12-10 16:43:15 +1100 | [diff] [blame] | 5 | indexes: |
| 6 | |
| 7 | - kind: Commit |
| 8 | ancestor: yes |
| 9 | properties: |
| 10 | - name: Num |
| 11 | direction: desc |
| 12 | |
| 13 | - kind: Commit |
| 14 | ancestor: yes |
| 15 | properties: |
Andrew Gerrand | a3c7de9 | 2015-06-15 08:52:11 +1000 | [diff] [blame] | 16 | - name: Branch |
| 17 | - name: Num |
| 18 | direction: desc |
| 19 | |
| 20 | - kind: Commit |
| 21 | ancestor: yes |
| 22 | properties: |
Andrew Gerrand | 8dce77a | 2013-12-10 16:43:15 +1100 | [diff] [blame] | 23 | - name: Time |
| 24 | direction: desc |