diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-04-24 16:30:50 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-04-24 16:30:50 -0700 |
| commit | cd33b41c695be45974be38fb2f47768fc1b17190 (patch) | |
| tree | 8fe251d196337118b2108c7a43a03b6347c798e8 /git-remote-testgit | |
| parent | 2d0b07178d548fd23954e3a6444f1d4d2d8b3a40 (diff) | |
| parent | 0d957a4df5248b53c4160babdcfa0cefba848c93 (diff) | |
| download | git-cd33b41c695be45974be38fb2f47768fc1b17190.tar.xz | |
Merge branch 'jk/remote-helper-with-signed-tags'
Allows remote-helpers to declare they can handle signed tags, and
issue a warning when using those that don't.
* jk/remote-helper-with-signed-tags:
transport-helper: add 'signed-tags' capability
transport-helper: pass --signed-tags=warn-strip to fast-export
fast-export: add --signed-tags=warn-strip mode
Diffstat (limited to 'git-remote-testgit')
| -rwxr-xr-x | git-remote-testgit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-remote-testgit b/git-remote-testgit index b395c8de59..e7ed3a33e6 100755 --- a/git-remote-testgit +++ b/git-remote-testgit @@ -38,6 +38,7 @@ do echo "*import-marks $gitmarks" echo "*export-marks $gitmarks" fi + test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags" echo ;; list) |
