File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ def cat_file_parent(commit, diff)
40
40
cat ( "#{ git_commit ( commit ) } ^" , diff . path )
41
41
end
42
42
43
+ def git_commit ( commit )
44
+ run ( "cd #{ url } && git svn find-rev r#{ commit . token } " ) . strip
45
+ end
46
+
43
47
private
44
48
45
49
def open_log_file ( opts = { } )
@@ -72,10 +76,6 @@ def cat(revision, file_path)
72
76
run ( "cd #{ url } && git show #{ revision } :#{ file_path . shellescape } " ) . strip
73
77
end
74
78
75
- def git_commit ( commit )
76
- run ( "cd #{ url } && git svn find-rev r#{ commit . token } " ) . strip
77
- end
78
-
79
79
def git_svn_log_cmd
80
80
"cd #{ url } && git svn log"
81
81
end
Original file line number Diff line number Diff line change 2
2
3
3
module OhlohScm
4
4
module Version
5
- STRING = '3.0.7 '
5
+ STRING = '3.0.8 '
6
6
GIT = '2.17.1'
7
7
SVN = '1.9.7'
8
8
CVSNT = '2.5.04'
You can’t perform that action at this time.
0 commit comments