some more s/git-/git /
SVN-Revision: 12380
This commit is contained in:
		@@ -18,7 +18,7 @@ try_svn() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
try_git() {
 | 
					try_git() {
 | 
				
			||||||
	[ -d .git ] || return 1
 | 
						[ -d .git ] || return 1
 | 
				
			||||||
	REV="$(git-log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $2); print $2 }')"
 | 
						REV="$(git log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $2); print $2 }')"
 | 
				
			||||||
	REV="${REV:+r$REV}"
 | 
						REV="${REV:+r$REV}"
 | 
				
			||||||
	[ -n "$REV" ]
 | 
						[ -n "$REV" ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user