Commits
User selector
Commit History
Commits on Oct 14, 2024
git,remote: use universal new lines for fetch/pull stderr capture
Show description for 1bb4651committed
Commits on Jul 17, 2024
- authored
- committed
Commits on Jun 24, 2024
Change aliases to work around mypy issue.
Show description for f96eb0ccommitted
Commits on Apr 5, 2024
Update remote.py
Show description for a9593c7authored
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8committedImprove how second-level imports and __all__ are written
Show description for 3d4e476committed- committed
Commits on Mar 16, 2024
Use :const: for constants that had the :attr: role
Show description for 8543457committed
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99ccommitted
Commits on Mar 14, 2024
Commits on Mar 11, 2024
- committed
Merge pull request #1853 from jcole-crowdstrike/fix-branch-name-regex-to-handle-nbsp
Show description for d40e7d0authoredFix old Commit_ish annotations in git.remote
Show description for 5b2869fcommitted
Commits on Mar 10, 2024
- committed
Temporarily rename Commit_ish to Old_commit_ish
Show description for 04a2753committed
Commits on Mar 8, 2024
Setting universal_newlines=False explicitly in fetch() and pull().
Show description for 938f272committed
jcole-crowdstrikeFix how Remote annotates dynamic config-backed url attribute
Show description for 4dfd480committed
Commits on Mar 5, 2024
Fixing Windows encoding issue.
Show description for 4810491committed
jcole-crowdstrike
Commits on Mar 1, 2024
Updating regex pattern to handle unicode whitespaces.
Show description for 5ca0fbacommitted
jcole-crowdstrike- committed
- committed
Commits on Feb 29, 2024
Commits on Feb 28, 2024
Undo a couple minor black-incompatible changes
Show description for fc1762bcommittedFurther revise docstrings in second-level modules
Show description for cd61eb4committedFully qualify non-builtin exceptions in :raise:
Show description for 5ca5844committed
Commits on Feb 26, 2024
Revise docstrings in second-level modules
Show description for 1cd73bacommittedFix up Remote.push docstring
Show description for fa471fecommittedTweak code formatting in Remote._set_cache_
Show description for f56e1accommitted
Commits on Jan 26, 2024
Merge pull request #1813 from EliahKagan/logging
Show description for 10cdd03authoredDon't add `NullHandler`s
Show description for bc42ee5committedRename logger globals from log to _logger
Show description for 7bbccb4committedUse consistent style for passing logger name
Show description for 987dbf4committed
Commits on Jan 25, 2024
Condense FetchInfo.refresh using contextlib.suppress
Show description for 3bb63f3committed
Commits on Dec 22, 2023
Remove explicit PushInfo/FetchInfo inheritance from object
Show description for 53e7383committed