Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete error handling for a determination of commit logs #343

Open
elfring opened this issue Jan 8, 2024 · 0 comments
Open

Complete error handling for a determination of commit logs #343

elfring opened this issue Jan 8, 2024 · 0 comments

Comments

@elfring
Copy link
Contributor

elfring commented Jan 8, 2024

👀 I took another look also at the implementation of the function “open_git”.
It is attempted to determine commit logs by an external program.

	let _ =
	  Sys.command
	    (Printf.sprintf "git log -p v%s..v%s > %s" prev file tmp) in

Unfortunately, error detection and corresponding exception handling is missing so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant