From f2af83b44073b281039d9ea0af5dc6542375507a Mon Sep 17 00:00:00 2001 From: JasonnnW3000 Date: Wed, 1 Jan 2025 02:50:52 -0500 Subject: [PATCH 1/3] Update LICENSE.md, fix license year Signed-off-by: JasonnnW3000 --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 536c7193..57780a78 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## MIT License -Copyright (c) 2012 Peter Cottle +Copyright (c) 2025 Peter Cottle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 7af6cf8b6c23d9c1e7004db15e301b1c064dd2d0 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 1 Jan 2025 15:10:50 -0500 Subject: [PATCH 2/3] make a range of copyright #1215 --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 57780a78..8b5f3bb0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## MIT License -Copyright (c) 2025 Peter Cottle +Copyright (c) 2012-2025 Peter Cottle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From ab2e1c415d1c59473ea5f842721def54da94815f Mon Sep 17 00:00:00 2001 From: Andrew Owen <60940495+aowen-uwmad@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:53:58 -0600 Subject: [PATCH 3/3] Fix English grammar issue in interactiveRebase.js --- src/levels/rampup/interactiveRebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index f71bb197..8f79b931 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -71,7 +71,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "All interactive rebase means Git is using the `rebase` command with the `-i` option.", + "All interactive rebase means is that Git is using the `rebase` command with the `-i` option.", "", "If you include this option, git will open up a UI to show you which commits are about to be copied below the target of the rebase. It also shows their commit hashes and messages, which is great for getting a bearing on what's what.", "",