http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/user/project/repository/_index.md
A break in that sequence indicates one or more commits have been "lost" from the repository history. Using the rails console , the following example checks the last 100 pushes and prints the commit_from and commit_to entries: p = Project . find_by_full_path ( 'project/path' ) p . events . pushed_action . last ( 100 ). each do | e | printf "%-20.20s %8s...%8s (%s)" , e . push_event_payload [ :ref ], e . push_event_payload [ :commit_from ], e . push_event_payload [ :commit_to ], e . author ....