You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libgit-rs: add get_ulong() and get_pathname() methods
Expand the ConfigSet API with additional configuration value types:
- get_ulong(): Parse unsigned long integers for large numeric values
- get_pathname(): Parse file paths, returning PathBuf for type safety
Both functions follow the same pattern as existing get_* methods,
using Git's C functions for consistent parsing behavior.
Add comprehensive tests covering normal cases, edge cases, and
error handling for all new functionality.
Signed-off-by: ionnss <[email protected]>
0 commit comments