git 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +45 -0
- data/CONTRIBUTING.md +185 -165
- data/LICENSE +1 -1
- data/README.md +151 -151
- data/git.gemspec +35 -3
- data/lib/git/command_line/base.rb +1 -2
- data/lib/git/commands/base.rb +1 -1
- data/lib/git/commands/cat_file/raw.rb +8 -7
- data/lib/git/repository/branching.rb +79 -5
- data/lib/git/version.rb +1 -1
- metadata +5 -94
- data/.claude/commands/address-copilot-reviews.md +0 -14
- data/.claude/settings.json +0 -16
- data/.claude/skills +0 -1
- data/.commitlintrc.yml +0 -38
- data/.dockerignore +0 -27
- data/.github/copilot-instructions.md +0 -30
- data/.github/hooks/bin-setup-on-worktree.json +0 -11
- data/.github/hooks/run-bin-setup-once.sh +0 -20
- data/.github/issue_template.md +0 -15
- data/.github/prompts/iteratively-address-copilot-reviews.prompt.md +0 -188
- data/.github/pull_request_template.md +0 -21
- data/.github/skills/breaking-change-analysis/SKILL.md +0 -99
- data/.github/skills/ci-cd-troubleshooting/SKILL.md +0 -264
- data/.github/skills/command-implementation/REFERENCE.md +0 -994
- data/.github/skills/command-implementation/SKILL.md +0 -230
- data/.github/skills/command-test-conventions/SKILL.md +0 -664
- data/.github/skills/command-yard-documentation/SKILL.md +0 -434
- data/.github/skills/dependency-management/SKILL.md +0 -72
- data/.github/skills/development-workflow/SKILL.md +0 -512
- data/.github/skills/facade-implementation/REFERENCE.md +0 -837
- data/.github/skills/facade-implementation/SKILL.md +0 -269
- data/.github/skills/facade-test-conventions/SKILL.md +0 -391
- data/.github/skills/facade-yard-documentation/SKILL.md +0 -435
- data/.github/skills/make-skill-template/SKILL.md +0 -226
- data/.github/skills/pr-readiness-review/SKILL.md +0 -205
- data/.github/skills/project-context/SKILL.md +0 -306
- data/.github/skills/pull-request-review/SKILL.md +0 -168
- data/.github/skills/rebase/SKILL.md +0 -148
- data/.github/skills/refactor-command-to-commandlineresult/SKILL.md +0 -131
- data/.github/skills/release-management/SKILL.md +0 -125
- data/.github/skills/resolve-feedback/SKILL.md +0 -288
- data/.github/skills/review-arguments-dsl/CHECKLIST.md +0 -788
- data/.github/skills/review-arguments-dsl/SKILL.md +0 -214
- data/.github/skills/review-cross-command-consistency/SKILL.md +0 -139
- data/.github/skills/reviewing-skills/SKILL.md +0 -214
- data/.github/skills/rspec-unit-testing-standards/SKILL.md +0 -685
- data/.github/skills/tdd-refactor-step/SKILL.md +0 -236
- data/.github/skills/test-debugging/SKILL.md +0 -161
- data/.github/skills/yard-documentation/SKILL.md +0 -981
- data/.github/skills/yard-documentation/element-rules.md +0 -162
- data/.github/skills-deprecated/README.md +0 -21
- data/.github/skills-deprecated/extract-command-from-lib/SKILL.md +0 -487
- data/.github/skills-deprecated/extract-facade-from-base-lib/KEYWORD_ARG_REMEDIATION.md +0 -22
- data/.github/skills-deprecated/extract-facade-from-base-lib/SKILL.md +0 -600
- data/.github/skills-deprecated/review-backward-compatibility/SKILL.md +0 -275
- data/.github/workflows/continuous_integration.yml +0 -358
- data/.github/workflows/enforce_conventional_commits.yml +0 -35
- data/.github/workflows/experimental_continuous_integration.yml +0 -59
- data/.github/workflows/release.yml +0 -52
- data/.github/workflows/warm_bundler_caches.yml +0 -82
- data/.gitignore +0 -30
- data/.husky/commit-msg +0 -1
- data/.husky/pre-commit +0 -13
- data/.release-please-config.json +0 -36
- data/.release-please-manifest.json +0 -3
- data/.rspec +0 -2
- data/.rubocop.yml +0 -44
- data/.rubocop_todo.yml +0 -30
- data/.yard-lint.yml +0 -75
- data/CLAUDE.md +0 -11
- data/Gemfile +0 -22
- data/Rakefile +0 -41
- data/docker/test/Dockerfile +0 -32
- data/docker/test/docker-compose.yml +0 -0
- data/package.json +0 -10
- data/redesign/1_architecture_existing.md +0 -102
- data/redesign/2_architecture_redesign.md +0 -449
- data/redesign/3_architecture_implementation.md +0 -1623
- data/redesign/Phase 4 - Step A.md +0 -366
- data/redesign/Phase 4 - Step B.md +0 -921
- data/redesign/Phase 4 - Step C.md +0 -833
- data/redesign/beta_release.md +0 -107
- data/redesign/branch_parse_refactor_plan.md +0 -163
- data/redesign/c1a-public-api-scope.tsv +0 -256
- data/redesign/c1c2_audit.md +0 -566
- data/redesign/c1c2_bucket6_lib_orphans.md +0 -626
- data/redesign/config_design.rb +0 -501
- data/redesign/index.md +0 -34
- data/redesign/info_object_migration_plan.md +0 -126
- data/redesign/integration_test_analysis.md +0 -521
- data/redesign/phase-4-step-b-test-audit.tsv +0 -485
- data/redesign/remote_refactor_plan.md +0 -164
- data/redesign/reverse_dependencies.sql +0 -44
- data/tasks/gem_tasks.rake +0 -14
- data/tasks/npm_tasks.rake +0 -7
- data/tasks/rspec.rake +0 -111
- data/tasks/rubocop.rake +0 -5
- data/tasks/test_gem.rake +0 -12
- data/tasks/yard.rake +0 -57
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0046556c3068d7b41423d2f0ce69631d5f5818ce279e410797c44c46c6df0311
|
|
4
|
+
data.tar.gz: 59c5cc50b9a8ad522feac1360610f87932ee8624ed4119e1780a39eab29c9e43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e2fd4a85f9bfac64f8255aab6442b03384f69fc8376e6cd280dd2f4f93cbaac1cd15fce9169bb3d441a6ddcf12b901cb4e2d9fafa8efea06906f0bd55181d76
|
|
7
|
+
data.tar.gz: d87911a2437fd057da4caf47ee893df61a4e872eaa43d1fc470ea15ce8a3e546e4f083922df1eb38b0e44cd18d501cc1ba30e8333ba550eb8583cfb7ee13c218
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,51 @@
|
|
|
5
5
|
|
|
6
6
|
# Change Log
|
|
7
7
|
|
|
8
|
+
## [5.2.0](https://github.com/ruby-git/ruby-git/compare/v5.1.0...v5.2.0) (2026-08-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **checkout:** Support the :orphan option in Repository#checkout ([265a997](https://github.com/ruby-git/ruby-git/commit/265a997ca972868a392ee71489b0e34e42ff70ec))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* Exclude the .claude/skills symlink and other dev files from the gem ([ae4ef0e](https://github.com/ruby-git/ruby-git/commit/ae4ef0e6185285ee325fabdc9bc9214527a80ac5))
|
|
19
|
+
* Remove the cat-file raw constraint that duplicated a git check ([ea52fc7](https://github.com/ruby-git/ruby-git/commit/ea52fc7515b24669ab6f5371df2cabd2a08e357c))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Other Changes
|
|
23
|
+
|
|
24
|
+
* Add a markdown link checker ([8000810](https://github.com/ruby-git/ruby-git/commit/80008103ea7c3ad71404b75f0c04f8e81fd226f9))
|
|
25
|
+
* Address suppressed copilot comments in the resolve-feedback skill ([9677f33](https://github.com/ruby-git/ruby-git/commit/9677f33103f926271be5da8f4406f532f47b3ef3))
|
|
26
|
+
* Announce the v5.x deprecations and the v6.0.0 roadmap ([68380f2](https://github.com/ruby-git/ruby-git/commit/68380f24f48e3bbe6b3983e6272a58e838c72b39))
|
|
27
|
+
* Archive the v5.x redesign documents ([4bed4ce](https://github.com/ruby-git/ruby-git/commit/4bed4ce1a520dda9cea9336ea4f8784f48cba306))
|
|
28
|
+
* Configure the mattpocock engineering skills for this repo ([ff03315](https://github.com/ruby-git/ruby-git/commit/ff033152209bf82e97073845de61f04ee3ecc47f))
|
|
29
|
+
* Copyedit CONTRIBUTING.md for plain, direct language ([7756ad1](https://github.com/ruby-git/ruby-git/commit/7756ad1b0615fd1a7dc40cbdbba52822f2329d5a))
|
|
30
|
+
* **deps:** Update process_executer to ~> 4.1 ([7f01af4](https://github.com/ruby-git/ruby-git/commit/7f01af4ed0fdfc1894a10c01a7df34367559ac79))
|
|
31
|
+
* Fix broken relative links and heading anchors ([0bf31b8](https://github.com/ruby-git/ruby-git/commit/0bf31b85877f30746c51a6af765b4c707fcfe9ed))
|
|
32
|
+
* Fold the remaining plan documents into issues and adrs ([74944d9](https://github.com/ruby-git/ruby-git/commit/74944d9909e4a35f1fc7a88841e82b93e16a7e21))
|
|
33
|
+
* **fsck:** Build the second root commit through the public API ([3a7f083](https://github.com/ruby-git/ruby-git/commit/3a7f083b00498ace343622c8e7e20af6d498f247))
|
|
34
|
+
* Make command-class policy self-contained in the skills ([8158d2a](https://github.com/ruby-git/ruby-git/commit/8158d2ae8c1e0d108f2ad978056669dc95be6035))
|
|
35
|
+
* Name maintainer and contributors in the LICENSE copyright notice ([ddb33c0](https://github.com/ruby-git/ruby-git/commit/ddb33c004d82fdeaee90a36cea32e73e3b36211a))
|
|
36
|
+
* Point agents at the adr directory before they change covered areas ([ad8a20d](https://github.com/ruby-git/ruby-git/commit/ad8a20dc3cbddc81cb2e09a8b22e276ea6095907))
|
|
37
|
+
* Port the roadmap-tickets conventions into a project skill ([74a4e69](https://github.com/ruby-git/ruby-git/commit/74a4e696ba61595674501d02eaf49c7190fd4438))
|
|
38
|
+
* Record any durable decision as an adr, not only architectural ones ([455a28c](https://github.com/ruby-git/ruby-git/commit/455a28ca92d59eb83f448767547441701dbae3dc))
|
|
39
|
+
* Record the option surface rule as adr 0004 ([d37beed](https://github.com/ruby-git/ruby-git/commit/d37beeddb3f0b98dd71f6dd89a70cd5d4ef9cab0))
|
|
40
|
+
* Record the removal gate as adr 0006 ([b76d54e](https://github.com/ruby-git/ruby-git/commit/b76d54e8be59c07de848c944af7dc8e961e7c6f1))
|
|
41
|
+
* Record the v4.x call-shape rule as adr 0005 ([3cd68cd](https://github.com/ruby-git/ruby-git/commit/3cd68cde2d6e73b05425c6485619ca7fa92aa177))
|
|
42
|
+
* Record the validation delegation rationale as adr 0003 ([8c224f5](https://github.com/ruby-git/ruby-git/commit/8c224f561b0eebb77e8be1967df563ad977c7017))
|
|
43
|
+
* Reduce the resolve-feedback skill to a pointer plus ruby-git deltas ([4a4c361](https://github.com/ruby-git/ruby-git/commit/4a4c361715b585148a37115818d64a90b8088b5a))
|
|
44
|
+
* Remove ai writing tells from the readme ([e9c782e](https://github.com/ruby-git/ruby-git/commit/e9c782ea6aed6eb73265fcc3dea043fa916d2cc3))
|
|
45
|
+
* Remove the iteratively-address-copilot-reviews prompt and its command ([fdaed6f](https://github.com/ruby-git/ruby-git/commit/fdaed6f857dec93768c8f5be6e5cce0132a5103a))
|
|
46
|
+
* Rename the resolve-pr-feedback skill to address-pr-feedback ([d5e8700](https://github.com/ruby-git/ruby-git/commit/d5e8700736a4c6bd8899b558befb915056c5ff6d))
|
|
47
|
+
* Require executed proof for safety claims in breaking-change-analysis ([859ed31](https://github.com/ruby-git/ruby-git/commit/859ed31ecabc94f8cacd81ea5df8a273fa896fa9))
|
|
48
|
+
* Require verifiable, reviewer-provable task sequencing in development-workflow ([d4a7191](https://github.com/ruby-git/ruby-git/commit/d4a7191f49703f214748f19643242c9474bb8060))
|
|
49
|
+
* Satisfy the new Style/DirectiveScope cop ([354057e](https://github.com/ruby-git/ruby-git/commit/354057e32f9a0bec19bef50b07d037235bd73976))
|
|
50
|
+
* State each policy definition once and link everywhere else ([0023d54](https://github.com/ruby-git/ruby-git/commit/0023d54a252c567546b3097b5caf094a1a38b516)), closes [#1710](https://github.com/ruby-git/ruby-git/issues/1710)
|
|
51
|
+
* Stop restating gemspec version constraints in the project-context skill ([595a53c](https://github.com/ruby-git/ruby-git/commit/595a53c1b03919240d3997166b7606f9d1471345))
|
|
52
|
+
|
|
8
53
|
## [5.1.0](https://github.com/ruby-git/ruby-git/compare/v5.0.5...v5.1.0) (2026-08-18)
|
|
9
54
|
|
|
10
55
|
|