You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 6a01533392e808faec2d0a3076af9c26f31919ff
Author: G-yhlee <[email protected]>
Date: Fri Sep 3 20:08:20 2021 +0900
i
.gitignore
book/server/s2c.md
commit log.md
``
The handling was somewhat improved in https://github.com/stackmuncher/stm_app/commit/2cbaf72f29db673b28f879033e14f46f19fc2293, but it is still unreliable.
## Suggested improvements
1. Check if SHA1 is fully compliant with its format
2. allow skipping log lines until a reliable commit section is encountered
3. switch to using --raw format to get the action performed on the file (A,M,D) and get a more structured output
The text was updated successfully, but these errors were encountered:
The way git-log is parsed at the moment is unreliable. If the log is corrupt the logic will fail or produce an incorrect result.
E.g., a file named
commit log.md
from https://github.com/G-yhlee/coupang-reward-systemwas read as a new commit line placinglog.md
into the SHA1.The text was updated successfully, but these errors were encountered: