We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8cad58 + 0152b52 commit 623aa6eCopy full SHA for 623aa6e
git/refs/head.py
@@ -99,8 +99,8 @@ def reset(
99
if index:
100
mode = "--mixed"
101
102
- # It appears some git versions declare mixed and paths deprecated.
103
- # See http://github.com/Byron/GitPython/issues#issue/2.
+ # Explicit "--mixed" when passing paths is deprecated since git 1.5.4.
+ # See https://github.com/gitpython-developers/GitPython/discussions/1876.
104
if paths:
105
mode = None
106
# END special case
0 commit comments