<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>git on Abapinho</title><link>https://abapinho.com/en/tags/git/</link><description>Recent content in git on Abapinho</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2009-2026 Nuno Godinho</copyright><lastBuildDate>Mon, 16 Dec 2019 10:53:08 +0000</lastBuildDate><atom:link href="https://abapinho.com/en/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>abapBlame - My new open source project</title><link>https://abapinho.com/en/2019/12/abapblame/</link><pubDate>Mon, 16 Dec 2019 10:53:08 +0000</pubDate><guid>https://abapinho.com/en/2019/12/abapblame/</guid><description>&lt;p>ABAP&amp;rsquo;s versioning system is terribly bad. Besides all its faults, it doesn&amp;rsquo;t provide an easy way to determine who did what and when. &lt;a href="https://git-scm.com/">Git&lt;/a>, which is a decent versioning tool, let&amp;rsquo;s you do this through its &lt;a href="https://www.git-scm.com/docs/git-blame">git-blame&lt;/a> command.&lt;/p>
&lt;p>Due to this, many ABAP programmers got used to sign the code with their name and date every time they add, delete or modify lines in a
program. And the more that program is modified, the more difficult it becomes to read it and understand what&amp;rsquo;s there.&lt;/p></description></item></channel></rss>