Advertisement
Guest User

Untitled

a guest
Feb 5th, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop (TRUNK4742)
  3. $ cd .
  4.  
  5. Cliff@Cliff-PC MINGW64 ~/Desktop (TRUNK4742)
  6. $ cd projects
  7.  
  8. Cliff@Cliff-PC MINGW64 ~/Desktop/projects (TRUNK4742)
  9. $ cd openmrs-core
  10.  
  11. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (TRUNK-4742)
  12. $ git log
  13. commit e13eed31f0534a416480b7c49ba0503e9a60c8b9 (HEAD -> TRUNK-4742)
  14. Author: Michal Fotyga <michal.fotyga@gmail.com>
  15. Date: Fri Jan 11 12:43:23 2019 +0100
  16.  
  17. TRUNK-5474 Add unit tests for NaturalStrings class (#2805)
  18.  
  19. commit 9a3fd4aaaadcc1b4cf8720aa71640f2b7769e685
  20. Author: Michal Fotyga <michal.fotyga@gmail.com>
  21. Date: Thu Jan 10 09:35:18 2019 +0100
  22.  
  23. TRUNK-5476 Refactor the way gender constants are maintained (#2807)
  24.  
  25. commit 59d2c2ab873667901e3b6a7ecad44016355b4629
  26. Author: Michal Fotyga <michal.fotyga@gmail.com>
  27. Date: Wed Jan 2 15:43:29 2019 +0100
  28.  
  29. TRUNK-5468 Remove not needed casts (#2800)
  30.  
  31. commit ae814ced440b0f516e7e173167016ba6a62636eb
  32. Author: Michal Fotyga <michal.fotyga@gmail.com>
  33. Date: Wed Jan 2 11:07:18 2019 +0100
  34.  
  35. TRUNK-5470 Simplify detection of global error (#2802)
  36.  
  37. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (TRUNK-4742)
  38. $ git checkout master
  39. Switched to branch 'master'
  40. Your branch is up to date with 'origin/master'.
  41.  
  42. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (master)
  43. $ git log
  44. commit 24a46e490a678bd99a3dc1f3d720121073627aca (HEAD -> master, origin/master, origin/HEAD)
  45. Author: Wandji Collins <30343223+Wandji69@users.noreply.github.com>
  46. Date: Wed Jan 30 08:30:57 2019 +0100
  47.  
  48. CONTRIBUTING: Under CONTRIBUTING.md, at Contributing(Step-by-Step) point number 3, changed the 'out' to 'to', to easy understanding and making the line simple enough (#2819)
  49.  
  50. commit 50512be6df114a96a083888aab26f1c1cd09b492
  51. Author: MadhavKauntia <32922997+MadhavKauntia@users.noreply.github.com>
  52. Date: Fri Jan 18 17:25:34 2019 +0530
  53.  
  54. TRUNK-5334: Rename allergy.comment to allergy.comments (#2808)
  55.  
  56. commit e13eed31f0534a416480b7c49ba0503e9a60c8b9 (TRUNK-4742)
  57. Author: Michal Fotyga <michal.fotyga@gmail.com>
  58. Date: Fri Jan 11 12:43:23 2019 +0100
  59.  
  60. TRUNK-5474 Add unit tests for NaturalStrings class (#2805)
  61.  
  62. commit 9a3fd4aaaadcc1b4cf8720aa71640f2b7769e685
  63. Author: Michal Fotyga <michal.fotyga@gmail.com>
  64.  
  65. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (master)
  66. $ git branch
  67. TRUNK-4742
  68. * master
  69.  
  70. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (master)
  71. $ git log HEAD
  72. commit 24a46e490a678bd99a3dc1f3d720121073627aca (HEAD -> master, origin/master,
  73. Author: Wandji Collins <30343223+Wandji69@users.noreply.github.com>
  74. Date: Wed Jan 30 08:30:57 2019 +0100
  75.  
  76. CONTRIBUTING: Under CONTRIBUTING.md, at Contributing(Step-by-Step) point nu
  77.  
  78. commit 50512be6df114a96a083888aab26f1c1cd09b492
  79. Author: MadhavKauntia <32922997+MadhavKauntia@users.noreply.github.com>
  80. Date: Fri Jan 18 17:25:34 2019 +0530
  81.  
  82. TRUNK-5334: Rename allergy.comment to allergy.comments (#2808)
  83.  
  84. commit e13eed31f0534a416480b7c49ba0503e9a60c8b9 (TRUNK-4742)
  85. Author: Michal Fotyga <michal.fotyga@gmail.com>
  86. Date: Fri Jan 11 12:43:23 2019 +0100
  87.  
  88. TRUNK-5474 Add unit tests for NaturalStrings class (#2805)
  89.  
  90. commit 9a3fd4aaaadcc1b4cf8720aa71640f2b7769e685
  91. Author: Michal Fotyga <michal.fotyga@gmail.com>
  92. Date: Thu Jan 10 09:35:18 2019 +0100
  93.  
  94. TRUNK-5476 Refactor the way gender constants are maintained (#2807)
  95.  
  96. commit 59d2c2ab873667901e3b6a7ecad44016355b4629
  97. Author: Michal Fotyga <michal.fotyga@gmail.com>
  98. Date: Wed Jan 2 15:43:29 2019 +0100
  99.  
  100. TRUNK-5468 Remove not needed casts (#2800)
  101.  
  102. commit ae814ced440b0f516e7e173167016ba6a62636eb
  103. Author: Michal Fotyga <michal.fotyga@gmail.com>
  104. Date: Wed Jan 2 11:07:18 2019 +0100
  105.  
  106. TRUNK-5470 Simplify detection of global error (#2802)
  107.  
  108. commit 613e5134aae8819b04353849982511b6c0708661
  109. Author: Michal Fotyga <michal.fotyga@gmail.com>
  110. Date: Wed Jan 2 10:28:54 2019 +0100
  111.  
  112. TRUNK-5469 Use simpler call to get a String's substring (#2801)
  113.  
  114. commit b27fe56184126066d000252dd843342f733ab3dc
  115. Author: Michal Fotyga <michal.fotyga@gmail.com>
  116. Date: Wed Jan 2 10:22:43 2019 +0100
  117.  
  118. TRUNK-5467 Use diamond operator where possible (#2799)
  119.  
  120. commit 51819805db49b170860dd20fe20db0825fd71019
  121.  
  122. Cliff@Cliff-PC MINGW64 ~/Desktop/projects/openmrs-core (master)
  123. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement