Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
keyringer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rhatto
keyringer
Commits
edab7196
Commit
edab7196
authored
11 years ago
by
rhatto
Browse files
Options
Downloads
Patches
Plain Diff
Align command output
parent
d6119b43
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
lib/keyringer/functions
+2
-1
2 additions, 1 deletion
lib/keyringer/functions
with
4 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
edab7196
2014-03-27 - Silvio Rhatto <rhatto@riseup.net>
2014-03-27 - Silvio Rhatto <rhatto@riseup.net>
Align command output
Avoid viminfo if VIM is set as $EDITOR (#50)
Avoid viminfo if VIM is set as $EDITOR (#50)
2014-03-22 - 0.3.3 - Silvio Rhatto <rhatto@riseup.net>
2014-03-22 - 0.3.3 - Silvio Rhatto <rhatto@riseup.net>
...
...
This diff is collapsed.
Click to expand it.
lib/keyringer/functions
+
2
−
1
View file @
edab7196
...
@@ -517,7 +517,7 @@ function keyringer_action_usage {
...
@@ -517,7 +517,7 @@ function keyringer_action_usage {
# Return available actions
# Return available actions
function
keyringer_show_actions
{
function
keyringer_show_actions
{
ls
$ACTIONS
ls
-C
$ACTIONS
}
}
# Usage
# Usage
...
@@ -538,6 +538,7 @@ function keyringer_usage {
...
@@ -538,6 +538,7 @@ function keyringer_usage {
printf
"
\t
init <path> [remote]
\n
"
$BASENAME
printf
"
\t
init <path> [remote]
\n
"
$BASENAME
fi
fi
keyringer_show_actions |
sed
-e
's/^/\t/'
keyringer_show_actions |
sed
-e
's/^/\t/'
printf
"
\n
"
}
}
# Check repository integrity
# Check repository integrity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment