Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. Mac148934:Github zora$ cat shogun/.git/config
  2. [core]
  3. repositoryformatversion = 0
  4. filemode = true
  5. bare = false
  6. logallrefupdates = true
  7. ignorecase = true
  8. precomposeunicode = true
  9. [remote "origin"]
  10. url = https://github.com/OXPHOS/shogun.git
  11. fetch = +refs/heads/*:refs/remotes/origin/*
  12. [branch "develop"]
  13. remote = origin
  14. merge = refs/heads/develop
  15. [submodule "data"]
  16. url = git://github.com/shogun-toolbox/shogun-data.git
  17. [submodule "doc/tutorial"]
  18. url = git://github.com/shogun-toolbox/shogun-tutorial.git
  19. [remote "shogun-toolbox"]
  20. url = https://github.com/shogun-toolbox/shogun.git
  21. fetch = +refs/heads/*:refs/remotes/shogun-toolbox/*
  22. [branch "define_have_eigen3"]
  23. remote = origin
  24. merge = refs/heads/define_have_eigen3
  25. [branch "HAVE_EIGEN3_flag_removal"]
  26. remote = origin
  27. merge = refs/heads/HAVE_EIGEN3_flag_removal
  28. [branch "add_mean_in_linalg"]
  29. remote = origin
  30. merge = refs/heads/add_mean_in_linalg
  31. [branch "add_matrix_mean"]
  32. remote = origin
  33. merge = refs/heads/add_matrix_mean
  34. [branch "add_xwise_mean"]
  35. remote = origin
  36. merge = refs/heads/add_xwise_mean
  37. [remote "upstream"]
  38. url = git://github.com/shogun-toolbox/shogun.git
  39. fetch = +refs/heads/*:refs/remotes/upstream/*
  40. [branch "cookbook"]
  41. remote = origin
  42. merge = refs/heads/cookbook
  43. [branch "fix_warnings"]
  44. remote = origin
  45. merge = refs/heads/fix_warnings
  46. [branch "serialization"]
  47. remote = origin
  48. merge = refs/heads/serialization
  49. [branch "cereal"]
  50. remote = origin
  51. merge = refs/heads/cereal
  52. [branch "test"]
  53. remote = origin
  54. merge = refs/heads/test
  55. [branch "cookbook_hierarchical_clustering"]
  56. remote = origin
  57. merge = refs/heads/cookbook_hierarchical_clustering
  58. [branch "cookbook_QDA"]
  59. remote = origin
  60. merge = refs/heads/cookbook_QDA
  61. [branch "cookbook_qda"]
  62. remote = origin
  63. merge = refs/heads/cookbook_qda
  64. [branch "qda_constructor"]
  65. remote = origin
  66. merge = refs/heads/qda_constructor
  67. [branch "shogun-toolbox/feature/linalg_refactor"]
  68. remote = shogun-toolbox
  69. merge = refs/heads/feature/linalg_refactor
  70. [submodule "shogun-data"]
  71. url = https://github.com/shogun-toolbox/shogun-data.git
  72. [branch "linalg"]
  73. remote = origin
  74. merge = refs/heads/linalg
  75. [branch "cookbook_mcll"]
  76. remote = origin
  77. merge = refs/heads/cookbook_mcll
  78. [branch "cookbook_mclr"]
  79. remote = origin
  80. merge = refs/heads/cookbook_mclr
  81. [branch "linalg_benchmark"]
  82. remote = origin
  83. merge = refs/heads/linalg_benchmark
  84. [branch "linalg_sum"]
  85. remote = origin
  86. merge = refs/heads/linalg_sum
  87. [branch "cookbook_ecoc_random"]
  88. remote = origin
  89. merge = refs/heads/cookbook_ecoc_random
  90. [branch "ecoc_random"]
  91. remote = origin
  92. merge = refs/heads/ecoc_random
  93. [branch "cookbook_cartree"]
  94. remote = origin
  95. merge = refs/heads/cookbook_cartree
  96. [branch "cookbook_relaxedtree"]
  97. remote = origin
  98. merge = refs/heads/cookbook_relaxedtree
  99. [branch "cookbook_shareboost"]
  100. remote = origin
  101. merge = refs/heads/cookbook_shareboost
  102. [branch "cookbook_ecoc"]
  103. remote = origin
  104. merge = refs/heads/cookbook_ecoc
  105. [branch "cookbook_index"]
  106. remote = origin
  107. merge = refs/heads/cookbook_index
  108. [branch "shareboost"]
  109. remote = origin
  110. merge = refs/heads/shareboost
  111. [branch "cookbook_CHAIDtree"]
  112. remote = origin
  113. merge = refs/heads/cookbook_CHAIDtree
  114. [branch "linalg_refactor"]
  115. remote = origin
  116. merge = refs/heads/linalg_refactor
  117. [branch "cookbook_gpclassifier"]
  118. remote = origin
  119. merge = refs/heads/cookbook_gpclassifier
  120. [branch "linalg_refactor_2"]
  121. remote = origin
  122. merge = refs/heads/linalg_refactor_2
  123. [branch "cookbook_mclda"]
  124. remote = origin
  125. merge = refs/heads/cookbook_mclda
  126. [branch "linalg_mean"]
  127. remote = origin
  128. merge = refs/heads/linalg_mean
  129. [branch "linalg_add"]
  130. remote = origin
  131. merge = refs/heads/linalg_add
  132. [branch "linalg_max"]
  133. remote = origin
  134. merge = refs/heads/linalg_max
  135. [branch "linalg_rangefill"]
  136. remote = origin
  137. merge = refs/heads/linalg_rangefill
  138. [branch "linalg_dot"]
  139. remote = origin
  140. merge = refs/heads/linalg_dot
  141. [branch "linalg_refactor_matrix"]
  142. remote = origin
  143. merge = refs/heads/linalg_refactor_matrix
  144. [branch "linalg_set_const"]
  145. remote = origin
  146. merge = refs/heads/linalg_set_const
  147. [branch "linalg_gpu_cast_helper_method"]
  148. remote = origin
  149. merge = refs/heads/linalg_gpu_cast_helper_method
  150. [branch "linalg_scale"]
  151. remote = origin
  152. merge = refs/heads/linalg_scale
  153. [branch "linalg_refactor_macro"]
  154. remote = origin
  155. merge = refs/heads/linalg_refactor_macro
  156. [branch "cereal_kmeans"]
  157. remote = origin
  158. merge = refs/heads/cereal_kmeans
  159. [branch "linalg_add_inplace"]
  160. remote = origin
  161. merge = refs/heads/linalg_add_inplace
  162. [branch "cereal_style"]
  163. remote = origin
  164. merge = refs/heads/cereal_style
  165. [branch "cereal_cmake"]
  166. remote = origin
  167. merge = refs/heads/cereal_cmake
  168. [branch "cereal_any"]
  169. remote = origin
  170. merge = refs/heads/cereal_any
  171. [branch "linalg_sum_remove"]
  172. remote = origin
  173. merge = refs/heads/linalg_sum_remove
  174. [branch "linalg_sum_block"]
  175. remote = origin
  176. merge = refs/heads/linalg_sum_block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement