-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: m1foley/fit-commit
base: v3.3.0
head repository: m1foley/fit-commit
compare: master
Commits on Oct 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e847c73 - Browse repository at this point
Copy the full SHA e847c73View commit details -
Merge pull request #25 from hmnhf/improve/readme
Document whole commit message validation
Configuration menu - View commit details
-
Copy full SHA for 782b377 - Browse repository at this point
Copy the full SHA 782b377View commit details
Commits on Dec 8, 2015
-
Fixup and squash commits update
Skip capital letter check for fixup and squash commits title
Configuration menu - View commit details
-
Copy full SHA for 6c18108 - Browse repository at this point
Copy the full SHA 6c18108View commit details -
Merge pull request #26 from barthez/skip-capital-letter-check-for-fix…
…ups-and-squashes Skip capital letter check for autosquash commits
Configuration menu - View commit details
-
Copy full SHA for 672672e - Browse repository at this point
Copy the full SHA 672672eView commit details -
Mike Foley committed
Dec 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 049922c - Browse repository at this point
Copy the full SHA 049922cView commit details
Commits on Apr 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e5052d9 - Browse repository at this point
Copy the full SHA e5052d9View commit details -
Mike Foley committed
Apr 5, 2016 Configuration menu - View commit details
-
Copy full SHA for d63dd3a - Browse repository at this point
Copy the full SHA d63dd3aView commit details
Commits on May 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d11c160 - Browse repository at this point
Copy the full SHA d11c160View commit details
Commits on Nov 19, 2016
-
I've found this to be annoying. It can be enabled via config file if someone wants to use it.
Mike Foley committedNov 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 51b58c0 - Browse repository at this point
Copy the full SHA 51b58c0View commit details -
Mike Foley committed
Nov 19, 2016 Configuration menu - View commit details
-
Copy full SHA for b1e2349 - Browse repository at this point
Copy the full SHA b1e2349View commit details -
Mike Foley committed
Nov 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 2928625 - Browse repository at this point
Copy the full SHA 2928625View commit details -
Mike Foley committed
Nov 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 358bdb1 - Browse repository at this point
Copy the full SHA 358bdb1View commit details
Commits on Dec 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d18d5c8 - Browse repository at this point
Copy the full SHA d18d5c8View commit details
Commits on Jan 7, 2017
-
Use bundler if fit-commit was installed using it
Bundler will install gems to a different path, which most likely won't be picked up by ruby. So use `bundle exec` to run ruby to ensure gem path is correctly set for fit-commit.
Configuration menu - View commit details
-
Copy full SHA for 059aa17 - Browse repository at this point
Copy the full SHA 059aa17View commit details
Commits on Jan 8, 2017
-
Merge pull request #33 from yasn77/use_bundler
Use bundler if fit-commit was installed using it
Configuration menu - View commit details
-
Copy full SHA for f30184b - Browse repository at this point
Copy the full SHA f30184bView commit details -
Mike Foley committed
Jan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for a95d330 - Browse repository at this point
Copy the full SHA a95d330View commit details
Commits on Mar 6, 2017
-
Mike Foley committed
Mar 6, 2017 Configuration menu - View commit details
-
Copy full SHA for ee03b7f - Browse repository at this point
Copy the full SHA ee03b7fView commit details
Commits on Oct 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 12b98b0 - Browse repository at this point
Copy the full SHA 12b98b0View commit details
Commits on Oct 29, 2017
-
Refactor configuration file loading
This allows code outside the gem to more easily call Fit Commit using non-default config files. Using dependency injection for the file paths makes them less baked-in and follows the open-closed principle. `let` is being removed from the test suite because its usage leads to unnecessary confusion. This makes the test styles inconsistent until it's completely removed.
Configuration menu - View commit details
-
Copy full SHA for 107fe0b - Browse repository at this point
Copy the full SHA 107fe0bView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bf73617 - Browse repository at this point
Copy the full SHA bf73617View commit details
Commits on Aug 4, 2018
-
Only warn for single-word lowercase messages
If the commit message consists of a single word, we can assume it's a quick WIP commit and they don't want Fit Commit to be in the way.
Configuration menu - View commit details
-
Copy full SHA for 98e24e0 - Browse repository at this point
Copy the full SHA 98e24e0View commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c19b431 - Browse repository at this point
Copy the full SHA c19b431View commit details -
Configuration menu - View commit details
-
Copy full SHA for abddce6 - Browse repository at this point
Copy the full SHA abddce6View commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 846cf28 - Browse repository at this point
Copy the full SHA 846cf28View commit details -
Merge pull request #36 from msdundar/exit-code-of-help
Do not exit with error when help running
Configuration menu - View commit details
-
Copy full SHA for a3be7f7 - Browse repository at this point
Copy the full SHA a3be7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca03c1c - Browse repository at this point
Copy the full SHA ca03c1cView commit details -
No big changes. Just making sure these stay up to date.
Configuration menu - View commit details
-
Copy full SHA for 5a1ff03 - Browse repository at this point
Copy the full SHA 5a1ff03View commit details -
Only significant change is returning success code on help output.
Configuration menu - View commit details
-
Copy full SHA for 0b2031f - Browse repository at this point
Copy the full SHA 0b2031fView commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f1f0c3d - Browse repository at this point
Copy the full SHA f1f0c3dView commit details -
Update "master" references to "main"
This is becoming the standard branch name now, and the integration tests no longer work on my machine without this change.
Configuration menu - View commit details
-
Copy full SHA for e4e0ca1 - Browse repository at this point
Copy the full SHA e4e0ca1View commit details -
Update development dependency versions
Unimportant version bumps; no important changes.
Configuration menu - View commit details
-
Copy full SHA for b08e5dc - Browse repository at this point
Copy the full SHA b08e5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ceb6e1 - Browse repository at this point
Copy the full SHA 4ceb6e1View commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32fd3bf - Browse repository at this point
Copy the full SHA 32fd3bfView commit details
Commits on Jun 8, 2023
-
Change "Force commit?" to "Commit anyway?"
The old wording might be confused with Git forced pushes.
Configuration menu - View commit details
-
Copy full SHA for 382cbd3 - Browse repository at this point
Copy the full SHA 382cbd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b73466d - Browse repository at this point
Copy the full SHA b73466dView commit details
There are no files selected for viewing