Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.37 KB

abapTimeMachine

Quality Gate Status

abapTimeMachine provides a simple way to look at past versions of classes, function groups, etc, as a whole (as opposed to the crappy native include-oriented approach). Alternatively, it also partially emulates git-blame by showing "what revision and author last modified each line of a file" for any given version.

Why

ABAP's versioning system is unbelievably bad. There is no native way to see how a whole class or a whole function group were at a given time in the past. Besides, it makes it very hard to find out which user was responsible for which changes. abapTimeMachine is here to solve both these problems.

How

Please read the Wiki to learn how to install and use ZTIMEMACHINE.

Requirements

  • ABAP Version: 7.40 or higher
  • abapGit

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue.

Credits

  • Most code by Nuno Godinho
  • Diff algorithm and syntax highlighter parcially copied from abapGit