ruby/doc/contributing
Edouard CHIN 366462bd46 - Add a mention to git 2.32 in the building ruby documentation:
I had issues building Ruby as I was using git 2.30.
  The error was:

  > file2lastrev.rb: git rev-parse failed error: could not expand
  > include path '~/.gitcinclude'

  The default system git config includes paths making use of `$HOME`,
  but that env variable gets removed when building: 7070b1b196/tool/lib/vcs.rb (L546-L547)

  It works with git `>= 2.32` thanks to the `GIT_CONFIG_SYSTEM`
  feature which gets set to a Null IO in order to override
  the system gitconfig. 7070b1b196/tool/lib/vcs.rb (L549)
2025-01-31 11:52:57 +09:00
..
building_ruby.md - Add a mention to git 2.32 in the building ruby documentation: 2025-01-31 11:52:57 +09:00
documentation_guide.md [DOC] Link to MarkupReference directly 2025-01-16 14:03:45 +09:00
glossary.md Typofix under doc directory 2023-12-25 11:17:51 +09:00
making_changes_to_ruby.md
making_changes_to_stdlibs.md [DOC] Improve formatting in Markdown files (#12322) 2024-12-12 17:49:45 -08:00
reporting_issues.md [DOC] Improve formatting in Markdown files (#12322) 2024-12-12 17:49:45 -08:00
testing_ruby.md Improve "Building Ruby" docs (#12320) 2024-12-12 17:55:23 -08:00