From a1a06efebbceaa05ac54429cc5ff4574159677b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Thu, 14 Feb 2019 14:19:50 -0300 Subject: [PATCH] Small fixes --- cli/git.js | 4 ++-- src/landing.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/git.js b/cli/git.js index 75407ba..3182fea 100644 --- a/cli/git.js +++ b/cli/git.js @@ -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`, "--", diff --git a/src/landing.js b/src/landing.js index d269ee1..9737f37 100644 --- a/src/landing.js +++ b/src/landing.js @@ -23,7 +23,7 @@ export default function Landing() {
Quickly browse the history of any GitHub file (GitLab and Bitbucket{" "} - comming soon + coming soon ):