You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
GitHub has a new feature that I like: When you view a "blame" page, you may click a button besides the commit hash that directly brings you to the version before that actual line was changed (= the commit before the displayed commit). This is very useful and spares me a lot of time, because I do not need to go to the history, find the previous commit, get the "blame" page, check if the line in question was changed, go back further in time, check again, and so on...
Indeed, thats a pretty nice feature. As this doesn't affect the simplicity of GitList I have no concerns about it. However, I think changes in the providers and the routing are required, so we should upgrade to Silex 2 first as described in #4 to avoid modifying the code for the new API.
GitHub has a new feature that I like: When you view a "blame" page, you may click a button besides the commit hash that directly brings you to the version before that actual line was changed (= the commit before the displayed commit). This is very useful and spares me a lot of time, because I do not need to go to the history, find the previous commit, get the "blame" page, check if the line in question was changed, go back further in time, check again, and so on...
See button "View blame prior to this change" right next to "# years ago":
https://github.com/gitlist-php/gitlist/blame/3dc8401b5e9d5a2c13b1db5896755befc5793966/README.md
The text was updated successfully, but these errors were encountered: