Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pagic/src/utils/git.ts>getGitLog

A static site generator powered by Deno + React
Latest
function getGitLog
import { getGitLog } from "https://deno.land/x/pagic@v1.6.3/src/utils/git.ts";

Get and parse messages from git log

Parameters

pagePath: string

Returns

Promise<{ date: Date; updated: Date | null; author: string | undefined; contributors: string[]; }>