From 47686209158824bee1aa3c48a82a112818209166 Mon Sep 17 00:00:00 2001 From: qkzk Date: Mon, 7 Nov 2022 14:10:03 +0100 Subject: git: origin of source code --- src/git.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/git.rs b/src/git.rs index 8e121d8..6c9e47f 100644 --- a/src/git.rs +++ b/src/git.rs @@ -1,6 +1,8 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +// Copied from https://github.com/9ary/gitprompt-rs/blob/master/src/main.rs +// Couldn't use without forking and I'm lazy. use std::error::Error; use std::fmt::Write as _; -- cgit v1.2.3