File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ $ pip install --user --upgrade --pre libvcs
1515
1616<!-- Maintainers, insert changes / features for the next release here -->
1717
18+ ### New features
19+
20+ #### cmd: Enhanced Git.init() with comprehensive validation and features (#487 )
21+
22+ - Added support for all git init parameters with full validation:
23+ - ` template ` : Support for both string and Path objects with directory validation
24+ - ` separate_git_dir ` : Support for custom git directory locations
25+ - ` object_format ` : SHA-1/SHA-256 hash algorithm selection with validation
26+ - ` shared ` : Extended support for all git-supported sharing modes including octal permissions
27+ - ` ref_format ` : Support for 'files' and 'reftable' formats
28+ - ` make_parents ` : Option to create parent directories automatically
29+
1830## libvcs 0.35.1 (2025-06-21)
1931
2032### Bug fixes
You can’t perform that action at this time.
0 commit comments