https://github.com/blendify/bf-blender-donelist
A simple project to help Blender developers keep track of their done list
https://github.com/blendify/bf-blender-donelist
Last synced: about 1 year ago
JSON representation
A simple project to help Blender developers keep track of their done list
- Host: GitHub
- URL: https://github.com/blendify/bf-blender-donelist
- Owner: Blendify
- Created: 2017-03-22T01:12:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T04:11:07.000Z (about 9 years ago)
- Last Synced: 2025-01-25T08:11:28.187Z (over 1 year ago)
- Language: Batchfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
Command to get an git-log with rst-roles pre-defined.
.. code-block:: sh
html_term -o gitlog.html -c 'git log \
--stat \
--decorate \
--format="%C(yellow):commit:\`B%H\` ~ %cd%n %C(green) %B%Creset" \
--author="Aaron Carlisle" \
61c66a996ca5e590097e8864df027602493f58f4..HEAD | \
perl -e "s/\bT(\d+)\b/:task:\`\$1\`/" -pi | \
perl -e "s/\bD(\d+)\b/:diff:\`\$1\`/" -pi'