File: remote

package info (click to toggle)
myrepos 1.20180726
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 508 kB
  • sloc: perl: 1,856; sh: 44; makefile: 40
file content (7 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
git_remote = git remote -v "$@"
svn_remote = svn info --show-item url "$@"
git_svn_remote = git svn info --url "$@"
cvs_remote = cat CVS/Root CVS/Repository
git_cvs_remote = sed -n s/^CVSROOT=//p .gitcvsrc ; sed -n s/^MODULE=//p .gitcvsrc
darcs_remote = darcs show repo "$@"
hg_remote = hg paths "$@"