From 76ad67d66de412e65fc645c3085749a1c39493a2 Mon Sep 17 00:00:00 2001 From: wilrades <45279254+wilrades@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:14:03 +0700 Subject: [PATCH] Update Plant makahoni.py --- parse_git_log.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/parse_git_log.py b/parse_git_log.py index 25924be..1516d93 100644 --- a/parse_git_log.py +++ b/parse_git_log.py @@ -1,9 +1,3 @@ -''' -This document helps use parse our git commits so we -can make them more easily readable and clickable -in our Readme. -''' - import os import datetime import git # pip install GitPython @@ -13,7 +7,7 @@ master = repo.head.reference -with open("parsed_log.md", "w+") as parsed_log: +## with open("parsed_log.md", "w+") as parsed_log: for commit in master.log(): if "commit" in commit.message: commit_mess = commit.message.replace("commit: ", "").replace("commit (initial): ", "")