Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Jean Pierre Ducassou Silva
dotfiles
Commits
422c5af4
Commit
422c5af4
authored
6 years ago
by
Jean Pierre Ducassou
Browse files
Options
Downloads
Patches
Plain Diff
Small tweaks to svn aliases
parent
40264c87
No related branches found
No related tags found
No related merge requests found
Pipeline
#5293
failed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
root/.svn_aliases
+2
-2
2 additions, 2 deletions
root/.svn_aliases
with
2 additions
and
2 deletions
root/.svn_aliases
+
2
−
2
View file @
422c5af4
...
...
@@ -69,8 +69,8 @@ alias 7log='svn log --diff -r HEAD:{$(7days 3)} | color_page'
alias 7lg='svn log -q -v -r HEAD:{$(7days 3)}'
alias 7branch='svn diff -$(7base):HEAD | color_page'
alias 7cr='svn diff -$(7base):HEAD --diff-cmd=diff -x -U100000 | color_page'
alias 7ci="svn status --no-ignore | grep '^[MAD]' | awk '{print \$2}' | svn c
i
--targets -"
alias 7re="svn status --no-ignore | grep '^[MD]' | awk '{print \$2}' | xargs svn revert"
alias 7ci="svn status --no-ignore
--ignore-externals --non-interactive
| grep '^[MAD]' | awk '{print \$2}' | svn c
ommit
--targets -"
alias 7re="svn status --no-ignore
--ignore-externals --non-interactive
| grep '^[MD]' | awk '{print \$2}' | xargs svn revert"
alias 7ext='svn propget svn:externals -R .'
alias 7st='svn status --no-ignore --ignore-externals | filter_external | colorize_status'
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