Skip to content

Commit

Permalink
git-_annex-remote-show : doc and install
Browse files Browse the repository at this point in the history
  • Loading branch information
mcast committed Jul 3, 2017
1 parent f383ae5 commit 2a02bd3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/git-_annex-remote-show
@@ -1,2 +1,13 @@
#! /bin/sh


case "$1" in
-h | --help)
printf 'Syntax: %s\n
Simplistic tool to display git-annex:remote.log with cipher info
elided.\n' "$0"
exit 1 ;;
esac


git show git-annex:remote.log | perl -pe 's/( cipher)=\S+/$1=xxx/g'
1 change: 1 addition & 0 deletions install.txt
@@ -1,5 +1,6 @@
_ssh-findagent
git-P
git-_annex-remote-show
git-_annex2sha256sum
git-br
git-bundle-tips
Expand Down

0 comments on commit 2a02bd3

Please sign in to comment.