add annex-proxied
This makes git-annex sync and similar not treat proxied remotes as git syncable remotes. Also, display in git-annex info remote when the remote is proxied.
This commit is contained in:
parent
0c111fc96a
commit
b8016eeb65
7 changed files with 31 additions and 14 deletions
|
@ -1158,7 +1158,3 @@ splitRemoteAnnexTrackingBranchSubdir tb = (branch, subdir)
|
|||
subdir = if S.null p
|
||||
then Nothing
|
||||
else Just (asTopFilePath p)
|
||||
|
||||
sameGitRepo :: Remote -> Remote -> Bool
|
||||
sameGitRepo x y =
|
||||
remoteUrl (Remote.gitconfig x) == remoteUrl (Remote.gitconfig y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue