Advertisement
Guest User

first commit

a guest
Sep 1st, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. [panzon@baleada ada]$ git commit -a
  2. [master 6f5c0f9] solving the Thirteenth point of the introduction todo list
  3. 4 files changed, 254 insertions(+), 233 deletions(-)
  4. rewrite libs/containers/ada/intro/main (72%)
  5. rewrite libs/containers/ada/intro/src/main.adb (94%)
  6. rewrite libs/containers/ada/intro/src/stacks.adb (86%)
  7. rewrite libs/containers/ada/intro/src/stacks.ads (97%)
  8. [panzon@baleada ada]$ git status
  9. # On branch master
  10. # Your branch is ahead of 'origin/master' by 3 commits.
  11. #
  12. nothing to commit (working directory clean)
  13. [panzon@baleada ada]$ git push
  14. Counting objects: 31, done.
  15. Compressing objects: 100% (24/24), done.
  16. Writing objects: 100% (26/26), 275.25 KiB, done.
  17. Total 26 (delta 9), reused 0 (delta 0)
  18. remote: main.adb:5:03: (style) bad indentation
  19. remote: main.adb:6:03: (style) bad indentation
  20. remote: main.adb:9:03: (style) bad indentation
  21. remote: main.adb:10:03: (style) bad indentation
  22. remote: main.adb:11:03: (style) bad indentation
  23. remote: main.adb:12:03: (style) bad indentation
  24. remote: main.adb:13:03: (style) bad indentation
  25. remote: main.adb:14:03: (style) bad indentation
  26. remote: main.adb:15:03: (style) bad indentation
  27. remote: main.adb:16:03: (style) bad indentation
  28. remote: main.adb:17:03: (style) bad indentation
  29. remote: main.adb:18:03: (style) bad indentation
  30. remote: main.adb:19:03: (style) two spaces required
  31. remote: main.adb:20:03: (style) two spaces required
  32. remote: main.adb:21:03: (style) two spaces required
  33. remote: main.adb:23:03: (style) two spaces required
  34. remote: main.adb:25:03: (style) two spaces required
  35. remote: main.adb:26:03: (style) two spaces required
  36. remote: main.adb:28:03: (style) bad indentation
  37. remote: main.adb:29:03: (style) bad indentation
  38. remote: maximum number of warnings output
  39. remote: any further warnings suppressed
  40. remote: main.adb:56:1: Copyright notice missing, must occur before line 24
  41. remote: Style check failed for trunk/hi-lite/libs/containers/ada/intro/src/main.adb
  42. remote: error: hook declined to update refs/heads/master
  43. To git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git
  44. ! [remote rejected] master -> master (hook declined)
  45. error: failed to push some refs to 'git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git'
  46. [panzon@baleada ada]$ git status
  47. # On branch master
  48. # Your branch is ahead of 'origin/master' by 3 commits.
  49. #
  50. nothing to commit (working directory clean)
  51. [panzon@baleada ada]$ git diff
  52. [panzon@baleada ada]$ git diff --cached
  53. [panzon@baleada ada]$ git log
  54. commit 6f5c0f9d44f35a55fa2bebef2f555f8949ace8b3
  55. Author: carlos <panzon@scm.forge.open-do.org>
  56. Date: Sat Sep 1 19:53:29 2012 +0200
  57.  
  58. solving the Thirteenth point of the introduction todo list
  59.  
  60. commit 991cb9c71b22ff88f65ce5384f3596bf1c334781
  61. Merge: 8c2dcbf f157cb8
  62. Author: carlos <panzon@scm.forge.open-do.org>
  63. Date: Sat Sep 1 11:33:09 2012 +0200
  64.  
  65. Merge branch 'master' of git+ssh://scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite
  66.  
  67. commit f157cb8196a285516216a56728a632b39c9a9566
  68. Author: Yannick Moy <moy@adacore.com>
  69. Date: Fri Aug 31 15:28:50 2012 +0200
  70.  
  71. Add tests for VerifyThis challenges (see L831-006)
  72.  
  73. commit 8c2dcbf7a137b1cff80a3d13c79028ebc7570d8f
  74. Author: carlos <panzon@scm.forge.open-do.org>
  75. Date: Fri Aug 31 11:08:23 2012 +0200
  76.  
  77. All tasks are described on INTRO.txt
  78. The source, code the point 12)
  79.  
  80. commit 80d1665d064fdd7200520e4834ea6efa5354c933
  81. Author: Yannick Moy <moy@adacore.com>
  82. Date: Wed Aug 29 19:53:52 2012 +0200
  83.  
  84. Update tests with more natural syntax in Ada 2012
  85.  
  86. commit 1196bde922fd1c57751fcb224c1d4b63817c1443
  87. Author: Yannick Moy <moy@adacore.com>
  88. Date: Sun Aug 26 17:06:01 2012 +0200
  89.  
  90. Add test from VerifyThis repository
  91. [panzon@baleada ada]$ git push origin master
  92. Counting objects: 31, done.
  93. Compressing objects: 100% (24/24), done.
  94. Writing objects: 100% (26/26), 275.25 KiB, done.
  95. Total 26 (delta 9), reused 0 (delta 0)
  96. remote: main.adb:5:03: (style) bad indentation
  97. remote: main.adb:6:03: (style) bad indentation
  98. remote: main.adb:9:03: (style) bad indentation
  99. remote: main.adb:10:03: (style) bad indentation
  100. remote: main.adb:11:03: (style) bad indentation
  101. remote: main.adb:12:03: (style) bad indentation
  102. remote: main.adb:13:03: (style) bad indentation
  103. remote: main.adb:14:03: (style) bad indentation
  104. remote: main.adb:15:03: (style) bad indentation
  105. remote: main.adb:16:03: (style) bad indentation
  106. remote: main.adb:17:03: (style) bad indentation
  107. remote: main.adb:18:03: (style) bad indentation
  108. remote: main.adb:19:03: (style) two spaces required
  109. remote: main.adb:20:03: (style) two spaces required
  110. remote: main.adb:21:03: (style) two spaces required
  111. remote: main.adb:23:03: (style) two spaces required
  112. remote: main.adb:25:03: (style) two spaces required
  113. remote: main.adb:26:03: (style) two spaces required
  114. remote: main.adb:28:03: (style) bad indentation
  115. remote: main.adb:29:03: (style) bad indentation
  116. remote: maximum number of warnings output
  117. remote: any further warnings suppressed
  118. remote: main.adb:56:1: Copyright notice missing, must occur before line 24
  119. remote: Style check failed for trunk/hi-lite/libs/containers/ada/intro/src/main.adb
  120. remote: error: hook declined to update refs/heads/master
  121. To git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git
  122. ! [remote rejected] master -> master (hook declined)
  123. error: failed to push some refs to 'git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git'
  124. [panzon@baleada ada]$ git remote show origin
  125. * remote origin
  126. Fetch URL: git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git
  127. Push URL: git+ssh://panzon@scm.forge.open-do.org//scmrepos/git/hi-lite/hi-lite.git
  128. HEAD branch: master
  129. Remote branches:
  130. gpl-2012 tracked
  131. master tracked
  132. Local branch configured for 'git pull':
  133. master merges with remote master
  134. Local ref configured for 'git push':
  135. master pushes to master (fast-forwardable)
  136. [panzon@baleada ada]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement