difflame
difflame copied to clipboard
Show the output of git diff also displaying blame information for added/removed lines
Why you don't use argparse for parsing arguments? It's far more easier to use, code and works as standards. Example below ```python parser = argparse.ArgumentParser() parser.add_argument("-a", "--addAlarm", action='store_true', required=False, help="Adds...
Hi! This is a really cool tool, I just found out about it reading [a question on StackOverflow](https://stackoverflow.com/questions/58995735/can-git-produce-a-list-of-the-authors-who-originally-wrote-the-code-modified-by). Trying to use it on one of my projects, however, I found...
Steps to reproduce: 1. `git clone https://github.com/IfcOpenShell/IfcOpenShell.git` 2. `py -m difflame c9f52d2f8e29425ae51e4fd1accda5106ab8ae0c a6f523039 -- src/blenderbim/blenderbim/bim/module/drawing/svgwriter.py` 3. Lines 2 and 3 are referring to commit https://github.com/IfcOpenShell/IfcOpenShell/commit/a6f523039, which is unrelated to this...