mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 05:33:57 +03:00
Small fixes
This commit is contained in:
parent
94c91d9ae5
commit
a1a06efebb
@ -4,7 +4,7 @@ async function getCommits(path) {
|
||||
const format = `{"hash":"%h","author":{"login":"%aN"},"date":"%ad"},`;
|
||||
const { stdout } = await execa("git", [
|
||||
"log",
|
||||
"--follow",
|
||||
// "--follow",
|
||||
"--reverse",
|
||||
`--pretty=format:${format}`,
|
||||
"--date=iso",
|
||||
@ -15,7 +15,7 @@ async function getCommits(path) {
|
||||
|
||||
const messagesOutput = await execa("git", [
|
||||
"log",
|
||||
"--follow",
|
||||
// "--follow",
|
||||
"--reverse",
|
||||
`--pretty=format:%s`,
|
||||
"--",
|
||||
|
@ -23,7 +23,7 @@ export default function Landing() {
|
||||
<div>
|
||||
Quickly browse the history of any GitHub file (GitLab and Bitbucket{" "}
|
||||
<a href="https://github.com/pomber/git-history/issues/14">
|
||||
comming soon
|
||||
coming soon
|
||||
</a>
|
||||
):
|
||||
<ol>
|
||||
|
Loading…
Reference in New Issue
Block a user