Small fixes

This commit is contained in:
Rodrigo Pombo 2019-02-14 14:19:50 -03:00
parent 94c91d9ae5
commit a1a06efebb
2 changed files with 3 additions and 3 deletions

View File

@ -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`,
"--",

View File

@ -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>