Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. karen@laesa:~/Code/milestone-a$ git add .
  2. karen@laesa:~/Code/milestone-a$ git commit
  3. [master 6513989] augh stupid Person dump doesn't work yet
  4. 3 files changed, 685 insertions(+), 4 deletions(-)
  5. create mode 100644 0001-Added-project-dumper-and-test.patch
  6. karen@laesa:~/Code/milestone-a$
  7. karen@laesa:~/Code/milestone-a$ git log --decorate
  8. commit 651398929fbd270e61bae139dc2869208f2cbce1 (HEAD, master)
  9. Author: Karen <karen@openhatch.org>
  10. Date: Thu Oct 7 21:46:22 2010 -0700
  11.  
  12. augh stupid Person dump doesn't work yet
  13.  
  14. commit 6162b53660857b9f34d129b24bc34b8a016fcb4e
  15. Author: Karen <karen@openhatch.org>
  16. Date: Thu Oct 7 13:36:47 2010 -0700
  17.  
  18. Added project dumper and test
  19.  
  20. commit 8d94053b21f34a3b57f64459ba965d122e67e57d
  21. Author: Jack Grigg <me@jackgrigg.com>
  22. Date: Mon Oct 4 20:49:21 2010 +0000
  23.  
  24. Grab bugs from Launchpad last, since it's rather dodgy at the moment.
  25.  
  26. commit b98f407a665d2b118b958728122e3eaf63a38b34
  27. Author: Asheesh Laroia <asheesh@openhatch.org>
  28. Date: Thu Sep 30 22:30:02 2010 -0400
  29.  
  30. Add link to OH wiki in footer
  31. ...skipping...
  32. commit 651398929fbd270e61bae139dc2869208f2cbce1 (HEAD, master)
  33. commit 651398929fbd270e61bae139dc2869208f2cbce1 (HEAD, master)
  34. Author: Karen <karen@openhatch.org>
  35. Date: Thu Oct 7 21:46:22 2010 -0700
  36.  
  37. augh stupid Person dump doesn't work yet
  38.  
  39. commit 6162b53660857b9f34d129b24bc34b8a016fcb4e
  40. Author: Karen <karen@openhatch.org>
  41. Date: Thu Oct 7 13:36:47 2010 -0700
  42.  
  43. Added project dumper and test
  44.  
  45. commit 8d94053b21f34a3b57f64459ba965d122e67e57d
  46. Author: Jack Grigg <me@jackgrigg.com>
  47. Date: Mon Oct 4 20:49:21 2010 +0000
  48.  
  49. Grab bugs from Launchpad last, since it's rather dodgy at the moment.
  50.  
  51. commit b98f407a665d2b118b958728122e3eaf63a38b34
  52. Author: Asheesh Laroia <asheesh@openhatch.org>
  53. Date: Thu Sep 30 22:30:02 2010 -0400
  54.  
  55. Add link to OH wiki in footer
  56. karen@laesa:~/Code/milestone-a$ git rebase -i origin/master
  57. 0001-Added-bug-data-dump-test.patch: needs update
  58. 0002-Wrote-test-for-bug-dumping-it-passes.patch: needs update
  59. 0003-Fixed-some-typos-in-the-README-file-added-an-extra-l.patch: needs update
  60. bugdump.patch: needs update
  61. readme.patch: needs update
  62. Working tree is dirty
  63. karen@laesa:~/Code/milestone-a$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement