code.gitea.io/gitea@v1.21.7/models/fixtures/branch.yml (about)

     1  -
     2    id: 1
     3    repo_id: 1
     4    name: 'foo'
     5    commit_id: '65f1bf27bc3bf70f64657658635e66094edbcb4d'
     6    commit_message: 'first commit'
     7    commit_time: 978307100
     8    pusher_id: 1
     9    is_deleted: true
    10    deleted_by_id: 1
    11    deleted_unix: 978307200
    12  
    13  -
    14    id: 2
    15    repo_id: 1
    16    name: 'bar'
    17    commit_id: '62fb502a7172d4453f0322a2cc85bddffa57f07a'
    18    commit_message: 'second commit'
    19    commit_time: 978307100
    20    pusher_id: 1
    21    is_deleted: true
    22    deleted_by_id: 99
    23    deleted_unix: 978307200
    24  
    25  -
    26    id: 3
    27    repo_id: 1
    28    name: 'branch2'
    29    commit_id: '985f0301dba5e7b34be866819cd15ad3d8f508ee'
    30    commit_message: 'make pull5 outdated'
    31    commit_time: 1579166279
    32    pusher_id: 1
    33    is_deleted: false
    34    deleted_by_id: 0
    35    deleted_unix: 0
    36  
    37  -
    38    id: 4
    39    repo_id: 1
    40    name: 'master'
    41    commit_id: '65f1bf27bc3bf70f64657658635e66094edbcb4d'
    42    commit_message: 'Initial commit'
    43    commit_time: 1489927679
    44    pusher_id: 1
    45    is_deleted: false
    46    deleted_by_id: 0
    47    deleted_unix: 0