From d76d376c30637d7e92fcf11bf88e673bbc23c77b Mon Sep 17 00:00:00 2001 From: Taebok Joseph Kim <116681578+T-Joseph-Kim@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:35:06 -0500 Subject: [PATCH 1/2] Removed usage of HEREDOCS and replaced with preferred "printf" statements for printing "--help" text. (#70) --------- Co-authored-by: Bhupesh Varshney --- ugit | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/ugit b/ugit index 4010b2e..330eded 100755 --- a/ugit +++ b/ugit @@ -421,24 +421,18 @@ check_deps() { show_version() { printf "ugit version %s\n" "$VERSION" } - print_help() { - cat < Date: Fri, 2 Feb 2024 23:07:16 +0530 Subject: [PATCH 2/2] docs: add T-Joseph-Kim as a contributor for code (#71) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 12 +++++++++++- README.md | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1a22fa7..d0fc7f7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -118,6 +118,15 @@ "contributions": [ "code" ] + }, + { + "login": "T-Joseph-Kim", + "name": "Taebok Joseph Kim", + "avatar_url": "https://avatars.githubusercontent.com/u/116681578?v=4", + "profile": "https://github.com/T-Joseph-Kim", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -126,5 +135,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" } diff --git a/README.md b/README.md index d666738..7055fd5 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d RohitSingh107
RohitSingh107

📦 Théotime Maillarbaux
Théotime Maillarbaux

💻 🐛 dr41d45
dr41d45

💻 + Taebok Joseph Kim
Taebok Joseph Kim

💻