From 9cad8493bf11271f838ee917503bdc75297d3f65 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sat, 28 Sep 2024 05:33:48 +0000 Subject: [PATCH] fix: git.log.CommitDate ( Fixes #309 ) --- docs/git/log/get_CommitDate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/git/log/get_CommitDate.md diff --git a/docs/git/log/get_CommitDate.md b/docs/git/log/get_CommitDate.md new file mode 100644 index 00000000..3d498367 --- /dev/null +++ b/docs/git/log/get_CommitDate.md @@ -0,0 +1,13 @@ +git.log.get_CommitDate() +------------------------ + +### Synopsis +Gets the date of a git log + +--- + +### Description + +Gets the commit date of a git log entry. + +---