Skip to content

Commit

Permalink
Merge branch 'rparsefstr' of github.com:ZephyrTFA/rust-g into rparsefstr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA committed Jul 12, 2024
2 parents e9b78ca + a32e3eb commit b873f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmsrc/git.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* Returns the date of the given revision using the provided format.
* Defaults to returning %F which is YYYY-MM-DD
* Defaults to returning %F which is YYYY-MM-DD.
*/
/proc/rustg_git_commit_date(rev, format = "%F")
return RUSTG_CALL(RUST_G, "rg_git_commit_date")(rev, format)

0 comments on commit b873f8b

Please sign in to comment.