Advertisement
Guest User

Untitled

a guest
Jun 24th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ git rebase --continue
  2. Applying: category tag 맞추어 동기화 하기. Fixed #214
  3.  
  4. $ git log | more
  5. commit 043e541aa84c67e8fdfaf67670579fc352822a80
  6. Author: Alec Kim <kimalec7@gmail.com>
  7. Date: Thu May 21 01:20:38 2015 +0900
  8.  
  9. category tag 맞추어 동기화 하기. Fixed #214
  10.  
  11. rename blogbot.js to blogBot.js
  12. mergetTagsCategories before BlogBot._requestPostContent
  13. add mergeTagsCategories() to blogConvert.js
  14. add categories array to blogdb and groupdb
  15. update botBlogList to get cotegories
  16. get categories info when getting botBlogList.
  17.  
  18. commit 8288a5d3795cef1b0673f10a84821f5b59a63dd2
  19. Merge: 8f4ccd4 32e7475
  20. Author: skywlrl <skywlrl@gmail.com>
  21. Date: Sun May 24 11:05:50 2015 +0900
  22.  
  23. Merge pull request #259 from kimalec/242_tistory_tag
  24.  
  25. Fixed #242 tistory에서 게시글 가져오기와 글읽기 API에 tag가 없음.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement