Skip to content

Commit

Permalink
Remove Remote.save
Browse files Browse the repository at this point in the history
Issue #1219
  • Loading branch information
jdavid committed Jun 25, 2023
1 parent caf3794 commit 995ff06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pygit2/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ def connect(self, callbacks=None, direction=C.GIT_DIRECTION_FETCH, proxy=None):
ffi.NULL)
payload.check_error(err)

def save(self):
"""Save a remote to its repository's configuration.
"""
err = C.git_remote_save(self._remote)
check_error(err)

def fetch(self, refspecs=None, message=None, callbacks=None, prune=C.GIT_FETCH_PRUNE_UNSPECIFIED, proxy=None):
"""Perform a fetch against this remote. Returns a <TransferProgress>
object.
Expand Down

0 comments on commit 995ff06

Please sign in to comment.