notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
Port details
rubygem-zeitwerk Efficient and thread-safe code loader
2.6.18 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.6.18Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-26 11:57:30
Last Update: 2024-09-08 18:40:03
Commit Hash: 2d74949
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/fxn/zeitwerk
Description:
Zeitwerk is an efficient and thread-safe code loader for Ruby. Given a conventional file structure, Zeitwerk is able to load your project's classes and modules on demand (autoloading), or upfront (eager loading). You don't need to write require calls for your own files, rather, you can streamline your programming knowing that your classes and modules are available everywhere. This feature is efficient, thread-safe, and matches Ruby's semantics for constants. Zeitwerk is also able to reload code, which may be handy while developing web applications. Coordination is needed to reload in a thread-safe manner. The documentation below explains how to do this. The gem is designed so that any project, gem dependency, application, etc. can have their own independent loader, coexisting in the same process, managing their own project trees, and independent of each other. Each loader has its own configuration, inflector, and optional logger. Internally, Zeitwerk issues require calls exclusively using absolute file names, so there are no costly file system lookups in $LOAD_PATH. Technically, the directories managed by Zeitwerk do not even need to be in $LOAD_PATH. Furthermore, Zeitwerk does only one single scan of the project tree, and it descends into subdirectories lazily, only if their namespaces are used.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-zeitwerk-2.6.18/catalog.mk
  2. /usr/local/share/licenses/rubygem-zeitwerk-2.6.18/LICENSE
  3. /usr/local/share/licenses/rubygem-zeitwerk-2.6.18/MIT
Collapse this list.
Dependency lines:
  • rubygem-zeitwerk>0:devel/rubygem-zeitwerk
To install the port:
cd /usr/ports/devel/rubygem-zeitwerk/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-zeitwerk
  • pkg install rubygem-zeitwerk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-zeitwerk
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725560785 SHA256 (rubygem/zeitwerk-2.6.18.gem) = bd2d213996ff7b3b364cd342a585fbee9797dbc1c0c6d868dc4150cc75739781 SIZE (rubygem/zeitwerk-2.6.18.gem) = 40448

Packages (timestamps in pop-ups are UTC):
rubygem-zeitwerk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.6.182.6.182.4.22.6.182.6.18-2.4.2-
FreeBSD:13:quarterly2.6.182.6.182.6.82.6.182.6.182.6.122.6.122.6.12
FreeBSD:14:latest2.6.182.6.182.6.62.6.182.6.182.6.8-2.6.8
FreeBSD:14:quarterly2.6.182.6.18-2.6.182.6.182.6.122.6.122.6.12
FreeBSD:15:latest2.6.182.6.18n/a2.6.18n/a2.6.122.6.122.6.13
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Run
  1. devel/rubygem-activesupport60
  2. devel/rubygem-activesupport61
  3. devel/rubygem-dry-configurable
  4. devel/rubygem-dry-core
  5. devel/rubygem-dry-logic
  6. devel/rubygem-dry-types
  7. devel/rubygem-grape
Expand this list (25 items / 18 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/rubygem-packwerk
  3. devel/rubygem-packwerk-extensions
  4. devel/rubygem-vite_ruby
  5. devel/rubygem-vite_ruby33
  6. devel/rubygem-with_advisory_lock61
  7. security/metasploit
  8. security/rubygem-metasploit-concern
  9. textproc/rubygem-html-proofer
  10. www/rubygem-actioncable71
  11. www/rubygem-actioncable72
  12. www/rubygem-acts-as-taggable-on
  13. www/rubygem-nanoc-cli
  14. www/rubygem-nanoc-core
  15. www/rubygem-railties70
  16. www/rubygem-railties71
  17. www/rubygem-railties72
  18. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/rubygem-activesupport613*
  2. devel/rubygem-with_advisory_lock*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_rubygem-zeitwerk
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.6.18
08 Sep 2024 18:40:03
commit hash: 2d749492c39f58d8d568dcc7569a913d3205b156commit hash: 2d749492c39f58d8d568dcc7569a913d3205b156commit hash: 2d749492c39f58d8d568dcc7569a913d3205b156commit hash: 2d749492c39f58d8d568dcc7569a913d3205b156 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.18

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.17
04 Aug 2024 17:14:25
commit hash: 5ac5dfa633bc867bce8470cd8ab9c56b7a94f05bcommit hash: 5ac5dfa633bc867bce8470cd8ab9c56b7a94f05bcommit hash: 5ac5dfa633bc867bce8470cd8ab9c56b7a94f05bcommit hash: 5ac5dfa633bc867bce8470cd8ab9c56b7a94f05b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.17

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.16
18 Jun 2024 14:26:26
commit hash: effc3c5905f862bb4ffecd4d2e424cf37a96ce48commit hash: effc3c5905f862bb4ffecd4d2e424cf37a96ce48commit hash: effc3c5905f862bb4ffecd4d2e424cf37a96ce48commit hash: effc3c5905f862bb4ffecd4d2e424cf37a96ce48 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.16

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.15
28 May 2024 20:20:54
commit hash: 6e117c9e0d5bc2ba7a0039178bd4acb808747b09commit hash: 6e117c9e0d5bc2ba7a0039178bd4acb808747b09commit hash: 6e117c9e0d5bc2ba7a0039178bd4acb808747b09commit hash: 6e117c9e0d5bc2ba7a0039178bd4acb808747b09 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.15

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.14
19 May 2024 17:18:09
commit hash: cab363ba2ecec7a576834b16dd2e37733977d21fcommit hash: cab363ba2ecec7a576834b16dd2e37733977d21fcommit hash: cab363ba2ecec7a576834b16dd2e37733977d21fcommit hash: cab363ba2ecec7a576834b16dd2e37733977d21f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.14

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.13
21 Feb 2024 15:10:34
commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.13

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.12
30 Sep 2023 00:46:26
commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.12

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.11
16 Aug 2023 18:26:14
commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.11

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.8
02 May 2023 16:20:47
commit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.8

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.7
21 Mar 2023 19:22:05
commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.7

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.6
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2.6.6
30 Dec 2022 09:05:34
commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.6

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.1
03 Oct 2022 17:11:01
commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.1

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.6.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.0
16 Jun 2022 14:01:31
commit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.0

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.4
28 Feb 2022 12:46:34
commit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.4

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.3
23 Jan 2022 19:09:29
commit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.3

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.2
11 Jan 2022 18:46:52
commit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.2

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.1
01 Nov 2021 13:42:19
commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.1

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.0
25 Oct 2021 21:54:33
commit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.0

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.4.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.2
10 Dec 2020 21:58:33
Revision:557672Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.2

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.4.1
08 Nov 2020 17:48:51
Revision:554626Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.4.0
24 Jul 2020 07:18:48
Revision:543101Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.0

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.3.1
08 Jul 2020 19:15:29
Revision:541696Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.3.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.3.0
04 Mar 2020 16:17:55
Revision:527784Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.3.0

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.2.2
08 Dec 2019 17:30:40
Revision:519544Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.2.2

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.2.1
04 Nov 2019 16:03:22
Revision:516713Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.2.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.1.10
07 Sep 2019 22:46:07
Revision:511461Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.1.10

- Add NO_ARCH

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.1.9
26 Aug 2019 11:51:37
Revision:509938Original commit files touched by this commit
sunpoet search for other commits by this committer
Add rubygem-zeitwerk 2.1.9

Zeitwerk is an efficient and thread-safe code loader for Ruby.

Given a conventional file structure, Zeitwerk is able to load your project's
classes and modules on demand (autoloading), or upfront (eager loading). You
don't need to write require calls for your own files, rather, you can streamline
your programming knowing that your classes and modules are available everywhere.
This feature is efficient, thread-safe, and matches Ruby's semantics for
constants.

Zeitwerk is also able to reload code, which may be handy while developing web
applications. Coordination is needed to reload in a thread-safe manner. The
documentation below explains how to do this.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 32