Skip to content

Commit

Permalink
Merge pull request #64 from datalad/pushopt
Browse files Browse the repository at this point in the history
Make push avoid refspec handling for special remote push targets
  • Loading branch information
mih authored May 25, 2022
2 parents 964b154 + 03f605f commit 6463e9b
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ shallow_clone: false


environment:
DATALAD_TESTS_SSH: 1
# we do not have an adequate setup for SSH-based tests right now
#DATALAD_TESTS_SSH: 1

# Do not use `image` as a matrix dimension, to have fine-grained control over
# what tests run on which platform
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ package and its commands.
user interface.
- Enhance `datalad-push` to automatically export files to git-annex special
remotes configured with `exporttree=yes`.
- Speed-up `datalad-push` when processing non-git special remotes. This particularly
benefits less efficient hosting scenarios like WebDAV.
- Enhance `datalad-siblings enable` (`AnnexRepo.enable_remote()` to automatically
deploy credentials for git-annex special remotes that require them.
- `git-remote-datalad-annex` is a Git remote helper to push/fetch to any
Expand Down
1 change: 1 addition & 0 deletions datalad_next/patches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
annexrepo,
create_sibling_ghlike,
push_to_export_remote,
push_optimize,
siblings,
)
Loading

0 comments on commit 6463e9b

Please sign in to comment.